이벤트이번 버전 변경
Target Country(과)와의 전쟁

우리 Flavor Rank(이)가 불안정에 휩싸였습니다. 중앙 권력의 포기, 봉건 체제, 계몽과 같은 위험한 사상이 Target Country 같은 나라들에서 쏟아져 들어오는 것으로 보입니다. 우리 조언가들이 '악의 전파자'라고 부르는 그곳의 첩자들은 상류층을 전복하겠다는 위험한 사상으로 주변국을 오염시키기 위해 국경 너머로 독기 어린 마수를 뻗치고 있다고 합니다. 더 늦기 전에 개입하여 이 불온한 움직임을 뿌리 뽑아야 합니다!
혁명 분쇄전쟁 명분immediate정의in_game/events/situations/the_revolution.txt:977
978type = country_event
979category = situation_event
980title = the_revolution.12.title Target Country(과)와의 전쟁
981desc = the_revolution.12.desc 우리 Flavor Rank(이)가 불안정에 휩싸였습니다. 중앙 권력의 포기, 봉건 체제, 계몽과 같은 위험한 사상이 Target Country 같은 나라들에서 쏟아져 들어오는 것으로 보입니다. 우리 조언가들이 '악의 전파자'라고 부르는 그곳의 첩자들은 상류층을 전복하겠다는 위험한 사상으로 주변국을 오염시키기 위해 국경 너머로 독기 어린 마수를 뻗치고 있다고 합니다. 더 늦기 전에 개입하여 이 불온한 움직임을 뿌리 뽑아야 합니다!
982outcome = neutral
983image = "gfx/interface/illustrations/situation/the_revolution.dds"
985major = yes
986major_trigger = {
986is_revolutionary = yes
}
988trigger = {
989at_war = no
990is_revolutionary = no
991is_revolution_target = no
992any_revolutionary = {
993in_civil_war = no
994NOT = {
994has_truce_with = ROOT
}
995OR = {
996is_neighbor_of = ROOT
997is_rival_of = ROOT
998is_enemy_of = ROOT
}
}
}
1003immediate = {
1004save_scope_as = prime_candidate_to_join_scope
1005ordered_revolutionary = {
1006limit = {
1007in_civil_war = no
1008NOT = {
1008has_truce_with = ROOT
}
1009OR = {
1010is_neighbor_of = ROOT
1011is_rival_of = ROOT
1012is_enemy_of = ROOT
}
}
1015order_by = {
1016value = total_population
1017multiply = {
1018value = regular_army_size
1019multiply = 0.01
}
}
1022max = 1
1023save_scope_as = target_country
}
1026if = {
1027limit = {
1028NOT = {
1029has_casus_belli_of_type_on = {
1029target = scope:target_country
}
}
}
1032add_casus_belli = {
1032target = scope:target_country
}
}
1035if = {
1036limit = {
1037scope:target_country = {
1038any_current_war = {
1040defender_leader = prev
}
}
}
1044scope:target_country = {
1045random_current_war = {
1050save_scope_as = target_war
}
}
}
}