push
This commit is contained in:
parent
e460144cdc
commit
9a54c59545
32 changed files with 6078 additions and 37 deletions
26
common/subject_contracts/contracts/tribal.txt
Normal file
26
common/subject_contracts/contracts/tribal.txt
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue