이벤트
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
}
}
}