イベント
庶民の反乱

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
}
}