事件
地方不满

Target Province境内的平民们掀起暴动,与当地阿迪帕蒂领主的驻军发生激烈冲突。由于守备部队镇压不力,整个行省局势已完全失控。
定义in_game/events/disaster/decline_of_majapahit.txt:198
199type = country_event
200category = disaster_event
201title = decline_of_majapahit.4.title 地方不满
202desc = decline_of_majapahit.4.desc Target Province境内的平民们掀起暴动,与当地阿迪帕蒂领主的驻军发生激烈冲突。由于守备部队镇压不力,整个行省局势已完全失控。
203outcome = neutral
204image = "gfx/interface/illustrations/disaster/death_of_hayan_wuruk.dds"
206trigger = {
207any_province = {
208area = area:java_area
}
}
214immediate = {
215random_province = {
220save_scope_as = target_province
221random_location_in_province = {
222random_pop = {
223save_scope_as = target_pop
}
}
}
227set_local_variable = {
228name = maj_cost_to_remove_discontent
229value = {
230value = yearly_gold
231multiply = -0.5
}
}
}