This commit is contained in:
Fishedotjpg 2026-03-09 06:16:12 +00:00
parent e460144cdc
commit 9a54c59545
32 changed files with 6078 additions and 37 deletions

View file

@ -0,0 +1,26 @@
tribal_government_obligations = {
obligation_levels = {
default = {
levies = {
value = 0
max = 1
scope:liege = {
add = {
value = 0.15
multiply = prestige_level
}
}
}
tax = {
value = 0
max = 0.5
scope:liege = {
add = {
value = 0.08
multiply = prestige_level
}
}
}
}
}
}