militant monasticism
This commit is contained in:
parent
01225c3c01
commit
3a3678e1da
7 changed files with 5047 additions and 8 deletions
|
|
@ -1925,6 +1925,59 @@
|
|||
}
|
||||
}
|
||||
|
||||
tenet_militant_monasticism = {
|
||||
icon = core_tenet_armed_resistance
|
||||
piety_cost = {
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
religion_tag = christianity_religion
|
||||
religion_tag = dualism_religion
|
||||
religion_tag = buddhism_religion
|
||||
religion_tag = jainism_religion
|
||||
}
|
||||
}
|
||||
value = faith_tenet_cost_low
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
OR = {
|
||||
religion_tag = zoroastrianism_religion
|
||||
has_doctrine = pagan_hostility_doctrine
|
||||
}
|
||||
}
|
||||
value = faith_tenet_cost_high
|
||||
}
|
||||
else = {
|
||||
value = faith_tenet_cost_mid
|
||||
}
|
||||
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_militant_monasticism }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = incompatible_tenet_hedonistic_trigger
|
||||
NOT = { doctrine:tenet_hedonistic = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
clergy_can_fight = yes
|
||||
NEOW_can_build_citadels = yes
|
||||
}
|
||||
traits = {
|
||||
virtues = { temperate }
|
||||
sins = { gluttonous }
|
||||
}
|
||||
character_modifier = {
|
||||
holy_order_hire_cost_mult = -0.25
|
||||
}
|
||||
}
|
||||
tenet_pacifism = {
|
||||
icon = core_tenet_pacifism
|
||||
piety_cost = {
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@
|
|||
#Tenets | placeholder
|
||||
doctrine = tenet_catholic_communion
|
||||
doctrine = tenet_unrelenting_faith
|
||||
doctrine = tenet_monasticism
|
||||
doctrine = tenet_militant_monasticism
|
||||
|
||||
holy_order_names = { #placeholder
|
||||
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue