인물 상호 작용
예술품 주문
해당 인물이 예술품 제작을 시작합니다.;
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)"
}
}