イベント
クロプコの乱

庶民の奴隷化は、飢饉、疫病、制御不能な盗賊と相まって、Flavor Rank全体を不安定にし、押し潰しかねない大規模な反乱に繋がってしまった。
農奴制と自由民社会的価値triggeralready_supports_rebel_variable変数immediatecurrent_ruler_power_variable変数immediate, optionnum_rebelling_locations変数option定義in_game/events/disaster/time_of_troubles.txt:499
500type = country_event
501category = disaster_event
502title = time_of_troubles.8.title クロプコの乱
503desc = time_of_troubles.8.desc 庶民の奴隷化は、飢饉、疫病、制御不能な盗賊と相まって、Flavor Rank全体を不安定にし、押し潰しかねない大規模な反乱に繋がってしまった。
504outcome = neutral
505historical_info = time_of_troubles.8.historical_info 1603年のクロプコの乱は、動乱時代にロシアで起こった農民反乱。クロプコ・コソラップが率いたこの反乱には、農民、逃亡農奴、コサックが参加し、過酷な奴隷化政策と経済的苦境に抗議した。彼らは領地を攻撃して農奴を解放し、貴族の権威に抗った。
506fire_only_once = yes
507image = "gfx/interface/illustrations/disaster/time_of_troubles.dds"
508trigger = {
509OR = {
511estate(estate_type:peasants_estate) = {
511estate_tax_rate > 0.3
}
512estate_satisfaction:peasants_estate < 0.25
}
}
515immediate = {
516ruler_or_regent = {
516save_scope_as = target_character
}
517create_rebel = {
518name = khlopko_rebellion クロプコの乱
519category = estate
521save_scope_as = target_rebel_scope
}
523create_character = {
525first_name = Khlopko
526last_name = Kosolap
527age = {
30
45
}
528save_scope_as = target_character2
529change_character_allegiance = scope:target_rebel_scope
}
531set_variable = {
533value = {
534add = {
535value = "estate_power(estate_type:crown_estate)"
536multiply = 10
}
538add = {
539value = government_power
540divide = 2
}
}
}
548if = {
552while = {
554ordered_owned_location = {
559order_by = {
560value = population
561if = {
562limit = {
562average_satisfaction > 0
}
563divide = average_satisfaction
}
565else = {
565divide = 0.01
}
566multiply = -1
}
568max = 1
569owner = {
}
583every_pop = {
584limit = {
585owner = root
}
588change_pop_allegiance = scope:target_rebel_scope
}
}
}
}
593else = {
}
}