Europa Universalis IV

Europa Universalis IV

Extended Timeline
palaes41171 26. sep. 2020 kl. 10:17
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?
< >
Viser 1-1 af 1 kommentarer
qweytr  [udvikler] 26. sep. 2020 kl. 15:36 
You should remove the show separate thing I think.
< >
Viser 1-1 af 1 kommentarer
Per side: 1530 50