
灾难本版本变更
重塑社会
城邦体系多年来以关怀与繁荣让我们的子民生活富足。然而,我们对其他城邦的臣民的松散控制,导致了许多反对我们统治的声音。如果我们想维持荣光,巩固权力,就必须进行集权改革。
纳瓦特尔宗教宗教can startcompleted_nahuatl_reform_society_disaster_variable变量can starteligible_for_reform_society_disaster_variable变量can start修正
定义in_game/common/disasters/reform_society.txt:1
3image = "gfx/interface/illustrations/disaster/reform_society.dds"
7can_start = {
9has_any_active_disaster = no
10custom_tooltip = {
11text = eligible_for_reform_society_disaster_tt 我们已经实施了重塑社会行动
}
}
21modifier = {
}
27on_start = {
35every_subject = {
36root = {
37change_variable = {
39add = {
40value = prev.num_locations
41multiply = 0.25
}
}
}
}
}
47on_end = {
}
56on_monthly = {
58show_as_tooltip = {
59random_list = {
6095 = {
60custom_tooltip = no_event_occurs_tt 无事件发生
}
615 = {
61custom_tooltip = an_event_occurs_tt 将触发一项与灾难相关的事件
}
}
}
64hidden_effect = {
65random_list = {
6695 = {
}
675 = {
68random_list = {
}
}
}
}
}


