収入の吸い上げ
国家関与このバージョンで変更

収入の吸い上げ

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。 概要 · プライバシー · 法的情報