Organization PaymentChanged this version
Imperial Treasury Contribution
The contributions in Ducats from the different members of the Holy Roman Empire. The gold is saved in the treasury of the Holy Roman Empire for the use of Imperial Country Interactions. The amount of contribution demanded increases with higher Imperial Authority of the Emperor.
Excluded from the Imperial ContributionModifier Typeget payer list93get_payer_list = {
94every_international_organization_member = {
95limit = {
96NOT = {
96is_leader_of_international_organization = root
}
}
100add_to_local_variable_list = {
101name = payers
102target = this
}
}
}
106get_payee_list = {
108add_to_local_variable_list = {
109name = payees
110target = root
}
}
114uses_maintenance = yes
115maintenance_modifier = {
116potential_trigger = {
116payment_maintenance(scope:recipient|imperial_treasury_contribution) < 0.5
}
117scale = {
118value = 1
119subtract = {
120value = "payment_maintenance(scope:recipient|imperial_treasury_contribution)"
121multiply = 2
}
}
124monthly_prestige = -0.02
}
126maintenance_modifier = {
127potential_trigger = {
127payment_maintenance(scope:recipient|imperial_treasury_contribution) > 0.5
}
128scale = {
129value = "payment_maintenance(scope:recipient|imperial_treasury_contribution)"
130subtract = 0.5
131multiply = 2
}
133monthly_prestige = 0.01
}
135price_multiplier = {
136every_international_organization_member = {
137limit = {
138not = {
138is_leader_of_international_organization = root
}
}
140add = monthly_income_trade_and_tax
}
142if = {
143limit = {
143root.var:imperial_authority > 0
}
144multiply = {
145desc = "HRE_IMPERIAL_AUTORHITY_BONUS" Imperial Authority Bonus
146value = {
147value = root.var:imperial_authority
148add = 1
}
}
}
153multiply = {
154desc = "IO_PAYMENT_CONTRIBUTION_RATE_LABEL" Contribution Rate
155value = 0.0001
}
}
158proportion_for_payer = {
159add = {
160desc = "game_concept_monthly_income_trade_and_tax" Monthly Trade & Tax Income
161value = monthly_income_trade_and_tax
}
}
164proportion_for_payee = {
165add = {
166desc = "imperial_treasury_contribution" Imperial Treasury Contribution
167value = 1
}
}