BEHOLD N3OW WORK
This commit is contained in:
parent
ebed001626
commit
e7c4da12f4
2 changed files with 118 additions and 6 deletions
|
|
@ -1208,17 +1208,123 @@
|
|||
county_opinion_add = 5
|
||||
}
|
||||
}
|
||||
tenet_liberte = {
|
||||
icon = core_tenet_carnal_exaltation
|
||||
is_shown = {
|
||||
religion_tag = third_estatist_religion
|
||||
}
|
||||
can_pick = {
|
||||
NOT = { doctrine:tenet_legalism = { is_in_list = selected_doctrines } }
|
||||
NOT = { doctrine:tenet_alexandrian_catechism = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_universal_scripture }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = {
|
||||
just = 2
|
||||
scholar
|
||||
}
|
||||
sins = { arbitrary = 2 }
|
||||
}
|
||||
|
||||
parameters = {
|
||||
legalism_modified_law_costs = yes
|
||||
legalism_modified_law_costs_2 = yes
|
||||
legalism_reduced_faction_virtues = yes
|
||||
legalism_increased_faction_sins = yes
|
||||
legalism_trust_just_leader_active = yes
|
||||
}
|
||||
character_modifier = {
|
||||
monthly_learning_lifestyle_xp_gain_mult = 0.2
|
||||
learning_per_stress_level = 2
|
||||
}
|
||||
}
|
||||
|
||||
tenet_egalite = {
|
||||
icon = core_tenet_legal_pronouncements
|
||||
is_shown = {
|
||||
religion_tag = third_estatist_religion
|
||||
}
|
||||
can_pick = {
|
||||
NOT = { doctrine:tenet_household_gods = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_universal_scripture }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
same_culture_conversion_bonus_active = yes
|
||||
same_faith_promote_culture_bonus_active = yes
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
monthly_influence = 0.5
|
||||
ignore_opinion_of_different_faith = yes
|
||||
different_faith_county_opinion_mult = -0.1
|
||||
levy_reinforcement_rate_same_faith = 0.25
|
||||
faith_conversion_piety_cost_mult = -0.15
|
||||
tyranny_gain_mult = 1
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = { compassionate calm }
|
||||
}
|
||||
}
|
||||
|
||||
tenet_fraternite = {
|
||||
icon = core_tenet_communism
|
||||
is_shown = {
|
||||
religion_tag = third_estatist_religion
|
||||
}
|
||||
can_pick = {
|
||||
NOT = { doctrine:adaptive = { is_in_list = selected_doctrines } }
|
||||
NOT = { doctrine:tenet_alexandrian_catechism = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_universal_scripture }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
tenet_adaptive_conversion_resistance = yes
|
||||
reduced_vassal_religion_discontent = yes
|
||||
hostility_same_religion = 1
|
||||
hostility_same_family = 1
|
||||
hostility_others = 1
|
||||
}
|
||||
|
||||
character_modifier = {
|
||||
different_faith_county_opinion_mult = -0.25
|
||||
different_faith_liege_opinion = 15
|
||||
opinion_of_different_faith_liege = 15
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = { forgiving trusting }
|
||||
}
|
||||
}
|
||||
|
||||
tenet_people_of_the_book = {
|
||||
icon = core_tenet_legalism
|
||||
is_shown = {
|
||||
religion_tag = novelist_religion
|
||||
}
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = incompatible_tenet_hedonistic_trigger
|
||||
NOT = { doctrine:tenet_hedonistic = { is_in_list = selected_doctrines } }
|
||||
}
|
||||
}
|
||||
piety_cost = {
|
||||
value = faith_tenet_cost_low
|
||||
# Multiplier for keeping same tenet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue