Interacción de personaje
Encargar arte
El Character creará una Work Of Art.
2message = yes
3is_consort_action = no
4on_own_nation = yes
6price = price:commission_art_price
7price_modifier = {
8add = {
9desc = "ARTIST_SKILL" Dotes artísticas
10scope:recipient = {
11value = artist_skill
}
}
}
16potential = {
}
19ai_tick = daily
20ai_tick_frequency = 45
22allow = {
}
25select_trigger = {
26looking_for_a = character
27source = actor
28target_flag = recipient
29name = "choose_character" Elige el Character:
30column = {
31data = name
}
33visible = {
34is_alive = yes
35is_artist = yes
}
}
43effect = {
47scope:recipient = {
48start_work_of_art = {
}
}
}
52ai_will_do = {
53add = {
54desc = "ARTIST_SKILL" Dotes artísticas
55scope:recipient = {
56value = artist_skill
57multiply = 2
}
}
60subtract = {
61desc = "game_concept_prestige" Prestigio
62value = "scope:actor.currency_utility(prestige|-10)"
}
}