
행동
이탈리아 공학자 유치
방어 시설과 군사 공작물을 개선하고자 저명한 이탈리아 공학자들을 유치하려 합니다. 이들의 전문 지식은 고질적인 문제에 대한 현대적인 해결책을 제시해 주겠지만, 어쩌면 우리를 서구의 방식과 영향력에 종속시키는 대가를 치르게 할지도 모릅니다.
불사조의 운명재난select trigger 1정의in_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:333
334type = disaster
336potential = {
}
338allow = {
339scope:actor = {
340OR = {
341any_related_country = {
342type = alliance
}
}
}
}
352automation_tick = never
353automation_tick_frequency = 12
354price = price:fate_of_phoenix_actions_price
356cooldown = {
357type = attract_italian_engineer
358years = 15
}
361select_trigger = {
362looking_for_a = disaster
363name = "choose_disaster" 재난 선택:
364target_flag = recipient
365column = {
366data = name
}
}
374select_trigger = {
375looking_for_a = country
376interaction_source_list = {
377scope:actor = {
378every_related_country = {
379type = alliance
383add_to_list = source
}
386every_loyal_subject = {
390add_to_list = source
}
}
}
394target_flag = target_country
395name = "choose_country" 국가 선택:
396column = {
396data = name
}
}
399effect = {
400if = {
401limit = {
401exists = scope:target_country
}
}
408scope:actor = {
409change_societal_value = {
}
}
415custom_tooltip = selected_country_will_send_us_engineer_character_tt 선택한 국가에서 자국의 가장 훌륭한 인물 중 한 명을 우리에게 보냅니다
}
418ai_will_do = {
419if = {
420limit = {
421scope:actor.government_power > 90
}
424add = {
425value = {
1
50
}
426desc = "high government power"
}
}
429else = {
430subtract = {
431value = 1
432desc = "low government power"
}
}
}