이벤트
Target Location의 군사 지원

지상군은 여러 면에서 Target Location 내부적으로 영향력이 매우 큰 세력입니다. 현재 Parliament에서 그 영향력 있는 조직에 충성을 다하는 군 출신 의원들이 논의 중인 안건에 찬성표를 던지도록 설득되었습니다.
귀족계층trigger
월간 인력보정치 유형immediate정의in_game/events/government/parliaments.txt:403
404type = country_event
405title = parliaments.7.title Target Location의 군사 지원
406desc = parliaments.7.desc 지상군은 여러 면에서 Target Location 내부적으로 영향력이 매우 큰 세력입니다. 현재 Parliament에서 그 영향력 있는 조직에 충성을 다하는 군 출신 의원들이 논의 중인 안건에 찬성표를 던지도록 설득되었습니다.
407outcome = neutral
409illustration_tags = {
41010 = armed
41110 = exterior
}
414trigger = {
415OR = {
416country_type = location
417country_type = building
}
424monthly_manpower > 0
}
427immediate = {
}
429if = {
430limit = {
431country_type = location
}
433random_owned_location = {
437save_scope_as = target_location
}
}
440if = {
441limit = {
442country_type = building
}
444random_owned_foreign_building_location = {
448save_scope_as = target_location
}
}
451if = {
452limit = {
453NOT = {
453exists = scope:target_location
}
}
455random_owned_foreign_building_location = {
456save_scope_as = target_location
}
}
}