事件
农民请愿

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