Update peasant_republic_obligations.txt

This commit is contained in:
Fishedotjpg 2026-03-11 20:55:39 +00:00
parent 9780900141
commit 4fde49c59d

View file

@ -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
}
}
}
}
}
}