treasury fix
This commit is contained in:
parent
bbb372f931
commit
7537d1b934
1 changed files with 11 additions and 0 deletions
|
|
@ -69,6 +69,17 @@ republic_government = {
|
|||
fallback = 2
|
||||
vassal_contract_group = republic_vassal
|
||||
|
||||
character_modifier = {
|
||||
|
||||
# Vassals get Treasury income that is this percentage less than their taxes to their liege
|
||||
monthly_treasury_from_liege_mult = -0.15
|
||||
}
|
||||
|
||||
top_liege_character_modifier = {
|
||||
# 85% of vassal income goes to the treasury
|
||||
monthly_treasury_from_vassals = 0.85
|
||||
}
|
||||
|
||||
# Use flags instead of has_government for moddability if possible (i.e., wherever not visible to the player).
|
||||
flags = {
|
||||
government_is_special_republic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue