N3OW/common/subject_contracts/contracts/theocratic.txt
2026-03-09 06:16:12 +00:00

42 lines
864 B
Text

theocracy_government_obligations = {
obligation_levels = {
default = {
levies = {
if = {
limit = { scope:liege.faith != scope:subject.faith }
value = 0.1
}
else = {
value = 0.1
multiply = scope:liege.piety_level
}
}
tax = {
if = {
limit = { scope:liege.faith != scope:subject.faith }
value = 0.1
}
else_if = {
limit = { scope:liege.piety_level >= 1 }
add = 0.05
add = {
value = 0.1
multiply = scope:liege.piety_level
}
}
#else = {
# value = 0
#}
}
contribution_desc = {
first_valid = {
triggered_desc = {
trigger = { scope:liege.faith != scope:subject.faith }
desc = "theocracy_government_vassal_contribution_wrong_faith"
}
desc = "theocracy_government_vassal_contribution_piety_level"
}
}
}
}
}