수입 횡령
국가 상호 작용이번 버전 변경

수입 횡령

siphon_incomein_game/common/country_interactions/siphon_income.txt:1

상대국이 벌어들이는 수입을 우리의 국고로 빼돌립니다.

요구 조건속령종속국 유형select trigger은행 국가종속국 유형effect

정의in_game/common/country_interactions/siphon_income.txt:1

2type = subject
3category = CATEGORY_SUBJECT_ACTIONS
5potential = {
}
8allow = {
}
11select_trigger = {
12looking_for_a = country
13interaction_source_list = {
14scope:actor = {
15every_subject = {
16add_to_list = source
}
}
}
20target_flag = recipient
21name = "choose_country" 국가 선택:
22column = {
23data = name
}
25visible = {
26NOT = {
26is_subject_type = appanage
}
27OR = {
28country_type = location
29country_type = army
30country_type = building
}
}
33enabled = {
34subject_loyalty >= MIN_SUBJECT_LOYALTY_FOR_ACTION (50)
37monthly_income_trade_and_tax >= 0
38gold >= 0
39gold >= {
40value = monthly_income_trade_and_tax
41multiply = 4
}
}
}
46effect = {
47if = {
48limit = {
49scope:recipient = {
49is_subject_type = state_bank
}
}
51scope:actor = {
52add_gold = {
53value = scope:recipient.gold
54multiply = 0.1
}
}
57scope:recipient = {
58add_gold = {
59value = scope:recipient.gold
60multiply = -0.1
}
62add_liberty_desire = liberty_desire_severe_plus (20)
}
}
66else = {
67scope:recipient = {
68add_gold = {
69value = scope:recipient.monthly_income_trade_and_tax
70multiply = -3
}
72add_liberty_desire = liberty_desire_severe_plus (20)
}
74scope:actor = {
75add_gold = {
76value = scope:recipient.monthly_income_trade_and_tax
77multiply = 3
}
}
}
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지