
행동이번 버전 변경
예술가 고용
금화를 소모해 새로운 예술가가 궁전에 들어오도록 장려합니다.
문화 투자 가능보정치 유형allow
지원 가능한 예술가 수보정치 유형allow정의in_game/common/generic_actions/hire_artist.txt:1
2type = owncountry
4price = price:hire_artist
6ai_tick = monthly
7ai_tick_frequency = 3
9automation_tick = monthly
10automation_tick_frequency = 1
11player_automated_category = governmentreforms
14potential = {
}
17allow = {
18scope:actor = {
}
}
28ai_will_do = {
29scope:actor = {
39divide = 5
}
}
43effect = {
44scope:actor = {
45custom_tooltip = {
46text = hire_artist_effect 새로운 예술가가 고용되어 우리 국가에 들어옵니다.
47create_character = {
48important_character_counts = none
49skip_update_inheritance = yes
50skip_on_created_action = yes
51use_random_core_location = yes
52trait_category = artist
54save_scope_as = new_character
}
}
}
}