Estatist virtues

Added Estatist virtues and virtue doctrines, making the religion feature complete in those areas.
This commit is contained in:
Archa3opt3ryx 2025-04-21 14:14:55 -04:00
parent 3e57dba537
commit 562b110e9d
4 changed files with 35 additions and 14 deletions

View file

@ -1204,6 +1204,9 @@
monthly_learning_lifestyle_xp_gain_mult = 0.2
learning_per_stress_level = 2
}
traits = {
virtues = { scholar }
}
}
tenet_egalite = {
@ -1236,10 +1239,6 @@
faith_conversion_piety_cost_mult = -0.15
tyranny_gain_mult = 1
}
traits = {
virtues = { compassionate calm }
}
}
tenet_fraternite = {
@ -1273,10 +1272,6 @@
different_faith_liege_opinion = 15
opinion_of_different_faith_liege = 15
}
traits = {
virtues = { forgiving trusting }
}
}
tenet_people_of_the_book = {

View file

@ -466,8 +466,22 @@ estatist_virtues = {
special_doctrine_liberty = {
traits = {
virtues = { just = 2 scholar }
sins = { arbitrary = 2 }
virtues = { forgiving compassionate }
sins = { vengeful sadistic }
}
}
special_doctrine_equality = {
traits = {
virtues = { compassionate humble }
sins = { sadistic arrogant }
}
}
special_doctrine_fraternity = {
traits = {
virtues = { trusting gregarious }
sins = { paranoid shy }
}
}
}

View file

@ -35,8 +35,8 @@
doctrine = doctrine_funeral_stoic
traits = {
virtues = { }
sins = { }
virtues = { brave just generous }
sins = { craven arbitrary greedy }
}
reserved_male_names = { #put witch names here later
@ -341,6 +341,9 @@
doctrine = tenet_warmonger
doctrine = tenet_false_conversion_sanction
#Special/virtue | placeholder
doctrine = special_doctrine_fraternity
holy_order_names = { #placeholder
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
{ name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" }
@ -418,6 +421,9 @@
doctrine = tenet_armed_pilgrimages
doctrine = tenet_pursuit_of_power
#Special/virtue | placeholder
doctrine = special_doctrine_equality
holy_order_names = { #placeholder
{ name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" }
{ name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" }