도전 과제
전우
하나 이상의 동맹 참전국이 전쟁 점수를 90% 이상 달성한 전쟁에 이차적 참전국으로 참전합니다.
15possible = {
}
17happened = {
18any_current_war = {
19save_temporary_scope_as = target_war
20root = {
21NOT = {
21is_war_leader_of = scope:target_war
}
22any_country_together_in_war_with = {
23war_score_in_war = {
24war = scope:target_war
25value >= 0.9
}
}
}
}
}