角色互动
委托制作艺术品
该角色会创作一件艺术品。
2message = yes
3is_consort_action = no
4on_own_nation = yes
6price = price:commission_art_price
7price_modifier = {
8add = {
9desc = "ARTIST_SKILL" 技艺
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" 选择角色:
30column = {
31data = name
}
33visible = {
34is_alive = yes
35is_artist = yes
}
}
43effect = {
47scope:recipient = {
48start_work_of_art = {
}
}
}
52ai_will_do = {
53add = {
54desc = "ARTIST_SKILL" 技艺
55scope:recipient = {
56value = artist_skill
57multiply = 2
}
}
60subtract = {
61desc = "game_concept_prestige" 威望
62value = "scope:actor.currency_utility(prestige|-10)"
}
}