tenets
This commit is contained in:
parent
789e00852a
commit
cef533c49d
6 changed files with 125 additions and 3 deletions
|
|
@ -1105,6 +1105,109 @@
|
|||
naval_movement_speed_mult = 0.25
|
||||
}
|
||||
}
|
||||
|
||||
core_tenet_belle_epoque = {
|
||||
icon = core_tenet_belle_epoque
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = core_tenet_belle_epoque }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
tenet_adaptive_conversion_resistance = yes
|
||||
reduced_vassal_religion_discontent = yes
|
||||
host_honored_guests_active = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
different_faith_county_opinion_mult = -0.25
|
||||
different_faith_liege_opinion = 15
|
||||
opinion_of_different_faith_liege = 15
|
||||
monthly_piety_gain_per_happy_powerful_vassal_add = 0.3
|
||||
}
|
||||
traits = {
|
||||
virtues = {
|
||||
generous
|
||||
}
|
||||
sins = {
|
||||
callous
|
||||
}
|
||||
}
|
||||
}
|
||||
core_tenet_lest_we_forget = {
|
||||
icon = core_tenet_lest_we_forget
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = core_tenet_lest_we_forget }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
holy_wars_forbidden = yes
|
||||
pacifist_opinion_active = yes
|
||||
opinion_of_pacifist_opinion_active = 10
|
||||
piety_from_long_peace = 1
|
||||
less_plague_spread_culture = yes
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = { calm }
|
||||
sins = { wrathful }
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
health = 2
|
||||
domain_limit = 1
|
||||
ai_war_chance = -0.25
|
||||
ai_war_cooldown = 5
|
||||
}
|
||||
}
|
||||
tenet_let_the_poppies_grow = {
|
||||
icon = core_tenet_let_the_poppies_grow
|
||||
|
||||
is_shown = {
|
||||
religion_tag = europeanist_religion
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_let_the_poppies_grow }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
believes_in_harmony_with_nature_invisible = yes
|
||||
cremation_funeral = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
wetlands_advantage = 5
|
||||
wetlands_attrition_mult = -0.25
|
||||
plains_advantage = 5
|
||||
plains_attrition_mult = -0.25
|
||||
farmlands_advantage = 5
|
||||
farmlands_attrition_mult = -0.25
|
||||
floodplains_advantage = 5
|
||||
floodplains_attrition_mult = -0.25
|
||||
build_gold_cost = 0.1
|
||||
county_opinion_add = 5
|
||||
}
|
||||
}
|
||||
tenet_people_of_the_book = {
|
||||
icon = core_tenet_legalism
|
||||
is_shown = {
|
||||
|
|
|
|||
|
|
@ -334,9 +334,9 @@
|
|||
doctrine = special_doctrine_novelist_cousin
|
||||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_vows_of_poverty
|
||||
doctrine = tenet_armed_pilgrimages
|
||||
doctrine = tenet_pursuit_of_power
|
||||
doctrine = core_tenet_belle_epoque
|
||||
doctrine = core_tenet_lest_we_forget
|
||||
doctrine = tenet_let_the_poppies_grow
|
||||
|
||||
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