53 lines
No EOL
1.5 KiB
Text
53 lines
No EOL
1.5 KiB
Text
|
|
#Domesday Book Quality Levels
|
|
stewardship_domain_special_1500_domesday_perfect_quality = 24
|
|
stewardship_domain_special_1500_domesday_excellent_quality = 20
|
|
stewardship_domain_special_1500_domesday_high_quality = 15
|
|
stewardship_domain_special_1500_domesday_mediocre_quality = 10
|
|
stewardship_domain_special_1500_domesday_poor_quality = 5
|
|
|
|
|
|
#How much more monthly tax would character have to pay to their liege if obligation level was increased
|
|
stewardship_duty_5021_monthly_tax_difference = {
|
|
value = 0
|
|
if = {
|
|
limit = { vassal_contract_obligation_level:feudal_government_taxes = feudal_tax_exempt_level }
|
|
add = low_feudal_tax
|
|
subtract = feudal_tax_exempt_level
|
|
}
|
|
else_if = {
|
|
limit = { vassal_contract_obligation_level:feudal_government_taxes = feudal_tax_low_level }
|
|
add = normal_feudal_tax
|
|
subtract = low_feudal_tax
|
|
}
|
|
else_if = {
|
|
limit = { vassal_contract_obligation_level:feudal_government_taxes = feudal_tax_normal_level }
|
|
add = high_feudal_tax
|
|
subtract = normal_feudal_tax
|
|
}
|
|
else = { #Else because vassal obligation doesn't go any higher
|
|
add = extortionate_feudal_tax
|
|
subtract = high_feudal_tax
|
|
}
|
|
multiply = monthly_character_income
|
|
}
|
|
|
|
#5 years of tax difference
|
|
stewardship_duty_5021_big_money = {
|
|
value = stewardship_duty_5021_monthly_tax_difference
|
|
multiply = 120 #120 months = 10 years
|
|
|
|
divide = 5
|
|
ceiling = yes
|
|
multiply = 5
|
|
}
|
|
|
|
#2.5 years of tax difference
|
|
stewardship_duty_5021_small_money = {
|
|
value = stewardship_duty_5021_monthly_tax_difference
|
|
multiply = 60 #60 months = 5 years
|
|
|
|
divide = 5
|
|
ceiling = yes
|
|
multiply = 5
|
|
} |