イベント
是正措置の嘆願

Uppity Peasantsの一部の貴族が領民をあまりにも虐げているため、庶民の代表団がTarget Rulerに謁見し、是正措置を求めている。応じれば庶民からの人気を得られるだろうが、貴族は権限を侵害されたと受け止めるだろう。
貴族階級trigger
庶民階級trigger
農民社会階級option 2
キリスト教宗教グループtrigger定義in_game/events/random_event.txt:1876
1877type = country_event
1879title = random_event.37.title 是正措置の嘆願
1880desc = random_event.37.desc Uppity Peasantsの一部の貴族が領民をあまりにも虐げているため、庶民の代表団がTarget Rulerに謁見し、是正措置を求めている。応じれば庶民からの人気を得られるだろうが、貴族は権限を侵害されたと受け止めるだろう。
1881outcome = neutral
1882illustration_tags = {
188310 = armed
188410 = exterior
}
1887trigger = {
1889exists = capital
1890capital ?= {
1891area = {
1892any_location_in_area = {
1893owner ?= root
1894num_pop_type:nobles > 0
1895num_pop_type:peasants > 0
1896is_capital = no
}
}
}
1903has_ruler = yes
}
1906immediate = {
1907capital ?= {
1908area = {
1909random_location_in_area = {
1910limit = {
1911owner ?= root
1912num_pop_type:nobles > 0
1913num_pop_type:peasants > 0
1914is_capital = no
}
1916save_scope_as = uppity_peasants
}
}
}
}
1921ruler = {
1921save_scope_as = target_ruler
}
}