イベント
正義の戦い!

Enemy Countryとの正義の戦争を背景に、わがFlavor Rankのすべての国民が団結している。誰もがこの戦いに負けられないと感じ、Countryのために自分の役割を果たしている。
定義in_game/events/random_event.txt:3716
3717type = country_event
3719title = random_event.70.title 正義の戦い!
3720desc = random_event.70.desc Enemy Countryとの正義の戦争を背景に、わがFlavor Rankのすべての国民が団結している。誰もがこの戦いに負けられないと感じ、Countryのために自分の役割を果たしている。
3721outcome = neutral
3722illustration_tags = {
372310 = armed
372410 = exterior
}
3727trigger = {
3728at_war = yes
3729num_rebels <= 0
3730war_exhaustion > 2
3731any_country_at_war_with = {
3732army_size > root.army_size
}
}
3736immediate = {
3737random_country_at_war_with = {
3738limit = {
3739army_size > root.army_size
}
3741save_scope_as = enemy_country
}
}
}