
Action
Hire Artist
Select and hire an Artist from a Member in the International Organization.
Blocked from InteractionsModifier Typeselect trigger 3
Unlock Hire ArtistModifier Typeselect trigger 1Definitionin_game/common/generic_actions/unlockable_io_actions.txt:222
223type = internationalorganization
224ai_tick = monthly
225ai_tick_frequency = 12
227automation_tick = never
228automation_tick_frequency = 12
229potential = {
}
231allow = {
}
233select_trigger = {
234looking_for_a = international_organization
235source = actor
236target_flag = recipient
237name = "choose_international_organization" Choose the International Organization:
238column = {
239data = name
}
241visible = {
242leader_country ?= scope:actor
243has_enabled_currency = gold
244international_organization_has_leader = yes
}
}
249select_trigger = {
250looking_for_a = country
251source = recipient
252target_flag = source
253name = "choose_country" Choose the Country:
254column = {
255data = name
}
257visible = {
258root != scope:actor
}
}
261select_trigger = {
262looking_for_a = character
263source = source
264target_flag = target
265name = "choose_character" Choose the Character:
266column = {
267data = character_info
}
273enabled = {
274art_progress < 0.02
}
}
277effect = {
278scope:recipient = {
}
284if = {
285limit = {
285exists = scope:source
}
286scope:source = {
}
}
293if = {
294limit = {
294exists = scope:target
}
295scope:target = {
296move_country = scope:actor
297add_character_modifier = {
}
}
}
}
305ai_will_do = {
306add = -25
307add = {
308desc = "BIAS_FROM_RULER_TRAITS"
309value = scope:actor.modifier:bias_for_patron_of_arts_policies
310multiply = 5
}
}