N3OW_Western_eastern_europe/common/vassal_contracts/clan.txt
2025-02-19 22:51:48 +00:00

25 lines
511 B
Text

clan_tax_collector_obligations = {
obligation_levels = {
default = {
levies = {
value = 0
if = {
limit = { exists = scope:tax_collector }
add = clan_government_levies_default
multiply = clan_government_tax_collector_aptitude_multiplier
}
}
tax = {
value = 0
if = {
limit = { exists = scope:tax_collector }
add = {
value = clan_government_tax_default
multiply = clan_government_tax_collector_aptitude_multiplier
}
}
}
}
}
}