Выплата объединения

Татарская дань

tatar_yoke_contributionin_game/common/international_organization_payments/tatar_yoke_payment.txt:1

Дань золотом и людьми, которую получает Великий князь владимирский.

ТребуетВеликий князь владимирскийОсобый статусget payer list

2get_payer_list = {
3every_international_organization_member = {
4limit = {
5NOT = {
6is_leader_of_international_organization = root
}
8NOT = {
9has_special_status_in_international_organization = {
11international_organization = root
}
}
}
16add_to_local_variable_list = {
17name = payers
18target = this
}
}
}
22get_payee_list = {
23every_country_with_special_status_of_type = {
24type = tatar_tax_collector
25add_to_local_variable_list = {
26name = payees
27target = this
}
}
}
32uses_maintenance = yes
33maintenance_modifier = {
34potential_trigger = {
34payment_maintenance(scope:recipient|tatar_yoke_contribution) < 0.5
}
35scale = {
36value = 1
37subtract = {
38value = "payment_maintenance(scope:recipient|tatar_yoke_contribution)"
39multiply = 2
}
}
42monthly_prestige = -0.1
43global_monthly_development = -0.005
}
45maintenance_modifier = {
46potential_trigger = {
46payment_maintenance(scope:recipient|tatar_yoke_contribution) > 0.5
}
47scale = {
48value = "payment_maintenance(scope:recipient|tatar_yoke_contribution)"
49subtract = 0.5
50multiply = 2
}
52monthly_diplomats = 0.05
}
54price_multiplier = {
55add = {
56desc = "TATAR_YOKE_CONTRIBUTION_PAYMENT_MULTIPLIER" Умножается на 1% от общего Concept для всех участников
57every_international_organization_member = {
58add = monthly_income_trade_and_tax
}
60multiply = 0.01
}
}
63proportion_for_payer = {
64add = {
65desc = "tatar_yoke_contribution" Татарская дань
66value = monthly_income_trade_and_tax
}
}
69proportion_for_payee = {
70add = {
71desc = "tatar_yoke_contribution" Татарская дань
72value = 1
}
}