Europa Universalis IV

Europa Universalis IV

Extended Timeline
palaes41171 Sep 26, 2020 @ 10:17am
Buildings Question
Hi guys, great Mod. Quick question; if I take this code

ramparts = {
manufactory = {
all
}
modifier = {
local_hostile_attrition = 1
local_defensiveness = 0.15
}
onmap = no
show_separate = yes # Means as a manufactory it will be shown according to the old way

ai_will_do = {
factor = 1
}
}

and remove the "manufactory" part and add a cost and time so that it looks like this;

ramparts = {
cost = 500
time = 60
modifier = {
local_hostile_attrition = 1
local_defensiveness = 0.15
}
onmap = no
show_separate = yes # Means as a manufactory it will be shown according to the old way

ai_will_do = {
factor = 1
}
}

would I be able to build it as well as another manufactory? If so do I also need to change or get rid of the "show_separate" line?
< >
Showing 1-1 of 1 comments
qweytr  [developer] Sep 26, 2020 @ 3:36pm 
You should remove the show separate thing I think.
< >
Showing 1-1 of 1 comments
Per page: 1530 50