
行动本版本变更
招募艺术家
花费金钱激励一名新艺术家进入我们的宫廷。
可以投资文化修正类型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
}
}
}
}