계층에 예술품 매각
행동이번 버전 신규

계층에 예술품 매각

sell_work_of_art_to_estatesin_game/common/generic_actions/sell_work_of_art_to_estates.txt:1

우리나라의 계층에 할인된 가격으로 예술품을 매각합니다. 해당 작품은 계층에 귀속되어 우리나라의 소장품에서 제거됩니다.

정의in_game/common/generic_actions/sell_work_of_art_to_estates.txt:1

2type = owncountry
4ai_tick = monthly
5ai_tick_frequency = 3
7automation_tick = never
9ai_prerequisite = {
10gold < {
10value = monthly_income_total
10multiply = 3
}
}
15potential = {
16scope:actor = {
17has_sellable_art = yes
}
}
21allow = {
}
24select_trigger = {
25looking_for_a = work_of_art
26source = actor
27cache_targets = yes
28target_flag = target
29name = "sell_woa_to_estates_select_art" 예술품 선택
30none_available_msg_key = "sell_woa_to_estates_no_art"
31column = {
32data = name
}
34visible = {
35art_is_priceless = no
}
}
39effect = {
40scope:actor = {
41add_gold = {
42value = scope:target.art_price
43multiply = 0.6
}
}
46destroy_art = scope:target
}
49ai_will_do = {
50add = -100
52if = {
53limit = {
54scope:actor = {
55gold < {
55value = monthly_income_total
55multiply = 3
}
}
}
58add = 100
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지