Organization Payment
Imperial Army Contribution
The contribution in Manpower from the different members of the Holy Roman Empire. Imperial Register determines who contributes how many soldiers to the army of the Emperor. The amount of contribution demanded increases with higher Imperial Authority of the Emperor.
Excluded from the Imperial ContributionModifier Typeget payer list174get_payer_list = {
175every_international_organization_member = {
176limit = {
177NOT = {
177is_leader_of_international_organization = root
}
}
180add_to_local_variable_list = {
180name = payers
180target = this
}
}
}
183get_payee_list = {
184leader_country ?= {
185add_to_local_variable_list = {
186name = payees
187target = this
}
}
}
192uses_maintenance = yes
193maintenance_modifier = {
194potential_trigger = {
194payment_maintenance(scope:recipient|imperial_army_contribution) < 0.5
}
195scale = {
196value = 1
197subtract = {
198value = "payment_maintenance(scope:recipient|imperial_army_contribution)"
199multiply = 2
}
}
202monthly_army_tradition = -0.02
}
204maintenance_modifier = {
205potential_trigger = {
205payment_maintenance(scope:recipient|imperial_army_contribution) > 0.5
}
206scale = {
207value = "payment_maintenance(scope:recipient|imperial_army_contribution)"
208subtract = 0.5
209multiply = 2
}
211monthly_army_tradition = 0.01
}
213price_multiplier = {
214if = {
216limit = {
217international_organization_has_leader = no
}
219value = 0
}
221else = {
222every_international_organization_member = {
223limit = {
224not = {
224is_leader_of_international_organization = root
}
}
226add = {
227desc = "HRE_CONTRIBUTION_MILITARY_MULTIPLIER" Total Monthly Manpower of specific members
228value = monthly_manpower
}
}
231if = {
232limit = {
232root.var:imperial_authority > 0
}
233multiply = {
234desc = "HRE_IMPERIAL_AUTORHITY_BONUS" Imperial Authority Bonus
235value = {
236value = root.var:imperial_authority
237multiply = 0.01
238add = 1
}
}
}
}
}
244proportion_for_payer = {
245add = {
246desc = "imperial_army_contribution" Imperial Army Contribution
247value = monthly_manpower
}
}
250proportion_for_payee = {
251add = {
252desc = "imperial_army_contribution" Imperial Army Contribution
253value = 1
}
}