diff --git a/common/religion/doctrines/00_core_tenets.txt b/common/religion/doctrines/00_core_tenets.txt index 4fa2f195..17330c67 100644 --- a/common/religion/doctrines/00_core_tenets.txt +++ b/common/religion/doctrines/00_core_tenets.txt @@ -1300,10 +1300,6 @@ take_vows_active = yes hostility_override_special_doctrine_christian = 1 } - traits = { - virtues = { temperate } - sins = { gluttonous } - } } one_king_to_rule_them_all = { @@ -1320,11 +1316,6 @@ } } - traits = { - virtues = { just = 2 } - sins = { arbitrary = 2 } - } - parameters = { temporal_condemnation_enabled = yes legalism_modified_law_costs = yes @@ -1352,14 +1343,14 @@ prowess = 4 tolerance_advantage_mod = 2 } - parameters = { tenet_adaptive_conversion_resistance = yes clergy_can_fight = yes } traits = { - virtues = { brave } - sins = { craven } + virtues = { + scholar + } } } @@ -1391,15 +1382,6 @@ tyranny_gain_mult = -0.5 direct_vassal_opinion = -10 } - - traits = { - virtues = { - ambitious - } - sins = { - content - } - } } tenet_songs_of_roland = { icon = core_tenet_songs_of_roland @@ -1424,10 +1406,11 @@ vows_of_poverty_active = yes unlock_voluntary_laampdom_faith = yes } - traits = { - virtues = { generous = 2 poet gallant } - sins = { greedy = 2 } + virtues = { + gallant + poet + } } } tenet_the_first_age = { @@ -1455,6 +1438,11 @@ novelist_title_replace_active = yes durandal_restoration_active = yes } + traits = { + virtues = { + adventurer + } + } } tenet_lorekeepers = { icon = core_tenet_legalism @@ -1484,16 +1472,6 @@ unlock_voluntary_laampdom_faith = yes destroying_artifacts_is_pious = yes } - traits = { - virtues = { - temperate - } - sins = { - gluttonous - greedy - lifestyle_reveler - } - } } tenet_vows_of_poverty = { icon = core_tenet_vows_of_poverty diff --git a/common/religion/doctrines/02_doctrines_special.txt b/common/religion/doctrines/02_doctrines_special.txt index 87f393d1..1bd67003 100644 --- a/common/religion/doctrines/02_doctrines_special.txt +++ b/common/religion/doctrines/02_doctrines_special.txt @@ -383,6 +383,55 @@ anglican_virtues = { } } +novelist_virtues = { + group = "special" + + is_available_on_create = { + OR = { + has_doctrine = special_doctrine_aslan + has_doctrine = special_doctrine_numenor + has_doctrine = special_doctrine_charlemagne + has_doctrine = special_doctrine_dracula + has_doctrine = special_doctrine_reason_and_progress + } + } + + special_doctrine_aslan = { + traits = { + virtues = { humble forgiving } + sins = { arrogant vengeful } + } + } + + special_doctrine_numenor = { + traits = { + virtues = { generous gregarious } + sins = { greedy shy } + } + } + + special_doctrine_charlemagne = { + traits = { + virtues = { ambitious honest } + sins = { content deceitful } + } + } + + special_doctrine_dracula = { + traits = { + virtues = { callous vengeful } + sins = { compassionate forgiving } + } + } + + special_doctrine_reason_and_progress = { + traits = { + virtues = { diligent ambitious } + sins = { lazy content } + } + } +} + thelema_virtues = { group = "special" @@ -395,15 +444,15 @@ thelema_virtues = { special_doctrine_base_thelema = { traits = { - virtues = { lustful patient} - sins = { impatient } + virtues = { loyal } + sins = { disloyal } } } special_doctrine_old_thelema = { traits = { - virtues = { ambitious lustful patient} - sins = { content impatient } + virtues = { ambitious } + sins = { content } } } } diff --git a/common/religion/religions/NEOW_novelist.txt b/common/religion/religions/NEOW_novelist.txt index 6ce7c8ff..bba2d928 100644 --- a/common/religion/religions/NEOW_novelist.txt +++ b/common/religion/religions/NEOW_novelist.txt @@ -36,8 +36,8 @@ doctrine = doctrine_funeral_stoic traits = { - virtues = { compassionate just brave vengeful beauty_good_3 } - sins = { forgiving sadistic arrogant callous deceitful } + virtues = { just brave temperate } + sins = { arbitrary craven gluttonous } } reserved_male_names = { #put Novelist names from CK2 here later @@ -262,6 +262,9 @@ doctrine = tenet_the_first_age doctrine = tenet_lorekeepers + #Special/virtue | placeholder + doctrine = special_doctrine_numenor + 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" } @@ -344,6 +347,9 @@ doctrine = tenet_restore_the_crown doctrine = tenet_songs_of_roland + #Special/virtue | placeholder + doctrine = special_doctrine_charlemagne + 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" } @@ -426,6 +432,9 @@ doctrine = tenet_people_of_the_book doctrine = one_king_to_rule_them_all + #Special/virtue | placeholder + doctrine = special_doctrine_aslan + 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" } @@ -503,6 +512,9 @@ doctrine = tenet_armed_pilgrimages doctrine = tenet_monasticism + #Special/virtue | placeholder + doctrine = special_doctrine_reason_and_progress + 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" } @@ -580,6 +592,9 @@ doctrine = tenet_armed_pilgrimages doctrine = tenet_monasticism + #Special/virtue | placeholder + doctrine = special_doctrine_dracula + 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" } diff --git a/common/religion/religions/NEOW_thelema.txt b/common/religion/religions/NEOW_thelema.txt index ca215c7a..ca7d64dd 100644 --- a/common/religion/religions/NEOW_thelema.txt +++ b/common/religion/religions/NEOW_thelema.txt @@ -35,8 +35,8 @@ doctrine = doctrine_funeral_cremation traits = { - virtues = { forgiving gregarious lustful lifestyle_mystic hashishiyah } - sins = { vengeful sadistic fickle lazy } + virtues = { forgiving gregarious patient lustful lifestyle_mystic hashishiyah } + sins = { vengeful sadistic impatient fickle lazy } } reserved_male_names = { #put larp names here later diff --git a/localization/english/replace/religion/NEOW_religion_thelema_l_english.yml b/localization/english/replace/religion/NEOW_religion_thelema_l_english.yml index e3209487..39877f7a 100644 --- a/localization/english/replace/religion/NEOW_religion_thelema_l_english.yml +++ b/localization/english/replace/religion/NEOW_religion_thelema_l_english.yml @@ -14,7 +14,7 @@ victorian_religious_head_title:0 "WIP" victorian_religious_head_title_name:0 "WIP" - special_doctrine_base_thelema_name: "Queenly Thelema" + special_doctrine_base_thelema_name: "Royal Thelema" special_doctrine_base_thelema_desc: "Devoted to the mystic legacy of the eternal goddess of Britannia, Her Majesty the Queen, this strain of Thelemite thought identifies itself by its royal lineage." old_thelema:0 "Old Thelemic Lodges" @@ -26,4 +26,4 @@ old_thelema_religious_head_title_name:0 "WIP" special_doctrine_old_thelema_name: "Nuit Thelema" - special_doctrine_old_thelema_desc: "Distinguishing itself from Queenly Thelema, those who honor the goddess Nuit categorically reject the Imperial religious hierarchy and the authoritarian influence of the British Empire." \ No newline at end of file + special_doctrine_old_thelema_desc: "Distinguishing itself from Royal Thelema, those who honor the goddess Nuit categorically reject the Imperial religious hierarchy and the authoritarian influence of the British Empire." \ No newline at end of file