イベント
地方貴族がCountryに反抗

Unruly Nobles Provinceの地方貴族が自分たちの特権に不満を抱き、権利の拡大を要求している。Ruler Titleに対し反乱を起こしてでも要求を通す構えだ。
貴族社会階級option 1貴族の地方自治静的補正immediate, trigger定義in_game/events/random_event.txt:3355
3356type = country_event
3358title = random_event.66.title 地方貴族がCountryに反抗
3359desc = random_event.66.desc Unruly Nobles Provinceの地方貴族が自分たちの特権に不満を抱き、権利の拡大を要求している。Ruler Titleに対し反乱を起こしてでも要求を通す構えだ。
3360outcome = neutral
3361illustration_tags = {
336210 = armed
336310 = exterior
}
3366trigger = {
3367exists = capital
3368any_province = {
3369province_average_control < 0.20
3370region = root.capital.region
3371any_location_in_province = {
3371num_pop_type:nobles > 0
}
}
3374estate_satisfaction:nobles_estate < 0.5
}
3377immediate = {
3378random_province = {
3379limit = {
3380province_average_control < 0.20
3381region = root.capital.region
3382any_location_in_province = {
3382num_pop_type:nobles > 0
}
}
3385save_scope_as = unruly_nobles_province
}
}
}