
ActionChanged this version
Hire Artist
Encourage a new Artist to enter our court.
Can Invest in CultureModifier Typeallow
Possible Number of ArtistsModifier TypeallowDefinitionin_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 A new Artist is hired and enters our country.
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
}
}
}
}