BEHOLD N3OW WORK
This commit is contained in:
parent
dc4f5e2142
commit
02297f478a
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
|
||||
|
|
|
|||
|
|
@ -61,5 +61,11 @@ core_tenet_lest_we_forget_desc:0 "We must never forget all those warriors who di
|
|||
|
||||
tenet_let_the_poppies_grow_name:0 "Let the Poppies Grow"
|
||||
tenet_let_the_poppies_grow_desc:0 "The old battlefields lie restless to this day, dampened with the bodies of countless men and their instruments of death. We must safeguard these lands from unwary travellers, both for their own good and to let the dead lie."
|
||||
tenet_liberte_name:0 "Liberté"
|
||||
tenet_liberte_desc:0 "It is the duty of every ruler to put the rights and liberties of his people in his first plan. The only thing a tyrant is good for is overthrowing."
|
||||
tenet_egalite_name:0 "Egalité"
|
||||
tenet_egalite_desc:0 "There is no such thing as the divine right to rule. One is only a ruler for as long as the Third Estate permits him to be, as the state exists for the people, and is made by the people."
|
||||
tenet_fraternite_name:0 "Fraternité"
|
||||
tenet_fraternite_desc:0 "All people are born the same, and must be taught to view other people as brothers. Division and discord caused nothing less than the end of the world, after all."
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue