이벤트이번 버전 변경
코무네로스의 요구

코무네로스가 Ruler Title에 대항하는 반란을 준비하여 중부 이베리아의 도심을 장악했습니다! 즉시 요구를 들어줄 것이 아니라면 이들을 직접 찾아가서 반란을 진압하는 길밖에 없습니다.
카스티야국가dynamic historical event.tag반란군이 진압됨변수trigger정의in_game/events/DHE/flavor_CAS.txt:10991
10992hide_portraits = yes
10993type = country_event
10994title = flavor_cas.1801.title 코무네로스의 요구
10995desc = flavor_cas.1801.desc 코무네로스가 Ruler Title에 대항하는 반란을 준비하여 중부 이베리아의 도심을 장악했습니다! 즉시 요구를 들어줄 것이 아니라면 이들을 직접 찾아가서 반란을 진압하는 길밖에 없습니다.
10996outcome = neutral
10998fire_only_once = yes
10999dynamic_historical_event = {
}
11006illustration_tags = {
1100710 = armed
1100810 = exterior
}
11011immediate = {
}
11014if = {
11015limit = {
11016NOT = {
11017any_rebel = {
11018rebel_name_key = comuneros_rebels 코무네로스 반란군
}
}
}
11022create_rebel = {
11023category = estate
11024name = comuneros_rebels 코무네로스 반란군
11025save_scope_as = comuneros_rebels 코무네로스 반란군
}
}
11029else = {
11030scope:comuneros_rebels ?= {
11031add_rebel_progress = 0.5
}
}
}
11036trigger = {
11037has_ruler = yes
11038custom_tooltip = {
11039text = variable_tt_repress_the_rebels 반란군이 진압됨
}
11042any_rebel = {
11043rebel_name_key = comuneros_rebels 코무네로스 반란군
11044rebel_progress >= 0.5
}
}