Update peasant_republic_obligations.txt
This commit is contained in:
parent
9780900141
commit
4fde49c59d
1 changed files with 38 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
peasantrepublic_obligations = {
|
||||
uses_opinion_of_liege = yes
|
||||
obligation_levels = {
|
||||
default = {
|
||||
levies = {
|
||||
|
|
@ -28,6 +29,16 @@
|
|||
multiply = dynasty_prestige_level
|
||||
}
|
||||
}
|
||||
|
||||
if = {
|
||||
limit = { OR = { scope:opinion_of_liege > 0 scope:opinion_of_liege < 0} }
|
||||
add = {
|
||||
value = {
|
||||
add = scope:opinion_of_liege
|
||||
divide = 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
tax = {
|
||||
value = 0.1
|
||||
|
|
@ -56,6 +67,15 @@
|
|||
multiply = dynasty_prestige_level
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = { OR = { scope:opinion_of_liege > 0 scope:opinion_of_liege < 0} }
|
||||
add = {
|
||||
value = {
|
||||
add = scope:opinion_of_liege
|
||||
divide = 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
barter_goods = {
|
||||
value = 0.1
|
||||
|
|
@ -84,6 +104,15 @@
|
|||
multiply = dynasty_prestige_level
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = { OR = { scope:opinion_of_liege > 0 scope:opinion_of_liege < 0} }
|
||||
add = {
|
||||
value = {
|
||||
add = scope:opinion_of_liege
|
||||
divide = 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
herd = {
|
||||
value = 0.1
|
||||
|
|
@ -112,6 +141,15 @@
|
|||
multiply = dynasty_prestige_level
|
||||
}
|
||||
}
|
||||
if = {
|
||||
limit = { OR = { scope:opinion_of_liege > 0 scope:opinion_of_liege < 0} }
|
||||
add = {
|
||||
value = {
|
||||
add = scope:opinion_of_liege
|
||||
divide = 100
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue