25 lines
511 B
Text
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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|