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 = {
|
peasantrepublic_obligations = {
|
||||||
|
uses_opinion_of_liege = yes
|
||||||
obligation_levels = {
|
obligation_levels = {
|
||||||
default = {
|
default = {
|
||||||
levies = {
|
levies = {
|
||||||
|
|
@ -28,6 +29,16 @@
|
||||||
multiply = dynasty_prestige_level
|
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 = {
|
tax = {
|
||||||
value = 0.1
|
value = 0.1
|
||||||
|
|
@ -56,6 +67,15 @@
|
||||||
multiply = dynasty_prestige_level
|
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 = {
|
barter_goods = {
|
||||||
value = 0.1
|
value = 0.1
|
||||||
|
|
@ -84,6 +104,15 @@
|
||||||
multiply = dynasty_prestige_level
|
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 = {
|
herd = {
|
||||||
value = 0.1
|
value = 0.1
|
||||||
|
|
@ -112,6 +141,15 @@
|
||||||
multiply = dynasty_prestige_level
|
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