想写个让铁路定期减一级的事件,但是没有实现到,甚至按钮都显示不出来
country_event = {
id = 2316003
title = "$STATENAME$的旧铁路"
desc = "$COUNTRY_ADJ$铁路年久失修,几乎看不见其路径,已经无法使用,需要$CAPITAL$的资金将其修缮。"
trigger = {
exists = yes
random_owned = { limit = { has_building = railroad } }
}
mean_time_to_happen = {
months = 1
}
option = {
name = "OK"
any_owned = {
#limit = { has_building = railroad }
infrastructure = -1
}
ai_chance = { factor = 1 }
}
}

country_event = {
id = 2316003
title = "$STATENAME$的旧铁路"
desc = "$COUNTRY_ADJ$铁路年久失修,几乎看不见其路径,已经无法使用,需要$CAPITAL$的资金将其修缮。"
trigger = {
exists = yes
random_owned = { limit = { has_building = railroad } }
}
mean_time_to_happen = {
months = 1
}
option = {
name = "OK"
any_owned = {
#limit = { has_building = railroad }
infrastructure = -1
}
ai_chance = { factor = 1 }
}
}













