Einnahmen abschöpfen
LandesinteraktionIn dieser Version geändert

Einnahmen abschöpfen

siphon_incomein_game/common/country_interactions/siphon_income.txt:1

Wir werden einen Teil der Einnahmen dieses Landes geradewegs in unsere Kasse umleiten.

ErfordertApanageKlientelartselect triggerStaatsbankKlientelarteffect

Definitionin_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" Das Land wählen:
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.. Alle Rechte vorbehalten. Inoffizielles Fanprojekt, nicht mit Paradox Interactive verbunden. Spielinhalte © Paradox Interactive. Über · Datenschutz · Impressum