push
This commit is contained in:
parent
e460144cdc
commit
9a54c59545
32 changed files with 6078 additions and 37 deletions
42
common/subject_contracts/contracts/theocratic.txt
Normal file
42
common/subject_contracts/contracts/theocratic.txt
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue