Europa Universalis IV

Europa Universalis IV

Extended Timeline
palaes41171 2020 年 9 月 26 日 上午 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?
< >
目前顯示第 1-1 則留言,共 1
qweytr  [開發人員] 2020 年 9 月 26 日 下午 3:36 
You should remove the show separate thing I think.
< >
目前顯示第 1-1 則留言,共 1
每頁顯示: 1530 50