事件
平民叛乱

Country经济的螺旋式下降让许多平民生活苦不堪言进而满腔怒火。他们拒绝下田干活,除非他们摆脱自私的强盗骑士的暴政,改善他们的处境的要求得到满足……
勃兰登堡的动荡灾难trigger
乡村地点等级immediate, trigger
农民社会阶级immediate, option 1, option 2, trigger定义in_game/events/disaster/turmoil_in_brandenburg.txt:258
259hide_portraits = yes
260type = country_event
261category = disaster_event
262title = turmoil_in_brandenburg.5.title 平民叛乱
263image = "gfx/interface/illustrations/disaster/turmoil_in_brandenburg.dds"
264desc = turmoil_in_brandenburg.5.desc Country经济的螺旋式下降让许多平民生活苦不堪言进而满腔怒火。他们拒绝下田干活,除非他们摆脱自私的强盗骑士的暴政,改善他们的处境的要求得到满足……
265outcome = neutral
267trigger = {
271any_owned_location = {
}
}
278immediate = {
279if = {
280limit = {
281NOT = {
281any_rebel = {
281rebel_name_key = bra_peasants_revolt 农民叛乱
}
}
}
283create_rebel = {
284name = bra_peasants_revolt 农民叛乱
285category = estate
287save_scope_as = target_rebel
}
}
290else = {
291random_rebel = {
292limit = {
292rebel_name_key = bra_peasants_revolt 农民叛乱
}
293save_scope_as = target_rebel
}
}
296random_owned_location = {
297limit = {
}
303save_scope_as = target_location
}
}