From 6a3e7febf6c64cf51fc7fdff0869cb0dd78223c8 Mon Sep 17 00:00:00 2001 From: trashmasteruni Date: Fri, 6 Feb 2026 00:31:34 +0100 Subject: [PATCH] loading screen and tenet stuff --- common/religion/doctrines/30_core_tenets.txt | 311 +++++++++--------- common/religion/religions/NEOW_catholic.txt | 6 +- .../religion/religions/NEOW_europeanist.txt | 6 +- common/religion/religions/NEOW_novelist.txt | 6 +- ...third_estatist.txt => NEOW_pantheonic.txt} | 2 +- common/religion/religions/NEOW_protestant.txt | 12 +- common/religion/religions/NEOW_wicca.txt | 6 +- gfx/interface/frontend/ck3_logo_banner.dds | 2 +- gfx/interface/frontend/loading_progress.dds | 2 +- gfx/interface/frontend/startscreen.dds | 4 +- ...ds.dds => core_tenet_armed_resistance.dds} | 0 .../core_tenet_divine_mandate.dds | 3 + ...forget.dds => core_tenet_peacekeeping.dds} | 0 .../faith_doctrines/the_king_of_winter.dds | 3 - .../faith_doctrines/the_queen_of_summer.dds | 3 - .../illustrations/loading_screens/kaifeng.dds | 3 + ...z_NEOW_religion_core_tenets_l_english .yml | 16 +- 17 files changed, 198 insertions(+), 187 deletions(-) rename common/religion/religions/{NEOW_third_estatist.txt => NEOW_pantheonic.txt} (99%) rename gfx/interface/icons/faith_doctrines/{core_tenet_against_all_odds.dds => core_tenet_armed_resistance.dds} (100%) create mode 100644 gfx/interface/icons/faith_doctrines/core_tenet_divine_mandate.dds rename gfx/interface/icons/faith_doctrines/{core_tenet_lest_we_forget.dds => core_tenet_peacekeeping.dds} (100%) delete mode 100644 gfx/interface/icons/faith_doctrines/the_king_of_winter.dds delete mode 100644 gfx/interface/icons/faith_doctrines/the_queen_of_summer.dds create mode 100644 gfx/interface/illustrations/loading_screens/kaifeng.dds diff --git a/common/religion/doctrines/30_core_tenets.txt b/common/religion/doctrines/30_core_tenets.txt index 0f1d43e3..d5904fb9 100644 --- a/common/religion/doctrines/30_core_tenets.txt +++ b/common/religion/doctrines/30_core_tenets.txt @@ -67,51 +67,55 @@ sins = { greedy = 2 } } } - the_book_of_shadows = { - icon = core_tenet_alexandrian_catechism - is_shown = { - religion_tag = wicca_religion - } - piety_cost = { - value = faith_tenet_cost_low - # Multiplier for keeping same tenet - if = { - limit = { has_doctrine = the_book_of_shadows } - multiply = faith_unchanged_doctrine_cost_mult - } - } - - parameters = { - tenet_esotericism_mystic_education = yes - } - character_modifier = { - monthly_learning_lifestyle_xp_gain_mult = 0.2 - learning_per_stress_level = 2 - } - - traits = { - virtues = { - scholar - lifestyle_mystic = { weight = 1 } - } - } - } +# the_book_of_shadows = { +# icon = core_tenet_alexandrian_catechism +# is_shown = { +# religion_tag = wicca_religion +# } +# piety_cost = { +# value = faith_tenet_cost_low +# # Multiplier for keeping same tenet +# if = { +# limit = { has_doctrine = the_book_of_shadows } +# multiply = faith_unchanged_doctrine_cost_mult +# } +# } +# +# parameters = { +# tenet_esotericism_mystic_education = yes +# } +# character_modifier = { +# monthly_learning_lifestyle_xp_gain_mult = 0.2 +# learning_per_stress_level = 2 +# } +# +# traits = { +# virtues = { +# scholar +# lifestyle_mystic = { weight = 1 } +# } +# } +# } ###ANGLICAN### - against_all_odds = { - icon = core_tenet_against_all_odds + tenet_armed_resistance = { + icon = core_tenet_armed_resistance is_shown = { - has_doctrine = special_doctrine_english_anglican + OR = { + religion = religion:eastern_orthodox_religion + religion = religion:catholic_religion + religion = religion:protestant_religion + } } piety_cost = { value = faith_tenet_cost_low # Multiplier for keeping same tenet if = { - limit = { has_doctrine = against_all_odds } + limit = { has_doctrine = tenet_armed_resistance } multiply = faith_unchanged_doctrine_cost_mult } } @@ -140,7 +144,7 @@ value = faith_tenet_cost_low # Multiplier for keeping same tenet if = { - limit = { has_doctrine = against_all_odds } + limit = { has_doctrine = tenet_armed_resistance } multiply = faith_unchanged_doctrine_cost_mult } } @@ -397,9 +401,6 @@ 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 = { @@ -460,45 +461,45 @@ ###CONCORDIANIST### - tenet_five_maxims = { - icon = core_tenet_pursuit_of_knowledge - - is_shown = { - religion_tag = europeanist_religion - } - piety_cost = { - value = faith_tenet_cost_low - # Multiplier for keeping same tenet - if = { - limit = { has_doctrine = tenet_europa_regina } - multiply = faith_unchanged_doctrine_cost_mult - } - } - - character_modifier = { - monthly_learning_lifestyle_xp_gain_mult = 0.25 - learning_per_stress_level = 2 - } - - traits = { - virtues = { - education_learning_3 - education_learning_4 - education_learning_5 - scholar - } - } - - parameters = { - better_study_scheme = yes - } - } +# tenet_five_maxims = { +# icon = core_tenet_pursuit_of_knowledge +# +# is_shown = { +# religion_tag = europeanist_religion +# } +# piety_cost = { +# value = faith_tenet_cost_low +# # Multiplier for keeping same tenet +# if = { +# limit = { has_doctrine = tenet_europa_regina } +# multiply = faith_unchanged_doctrine_cost_mult +# } +# } +# +# character_modifier = { +# monthly_learning_lifestyle_xp_gain_mult = 0.25 +# learning_per_stress_level = 2 +# } +# +# traits = { +# virtues = { +# education_learning_3 +# education_learning_4 +# education_learning_5 +# scholar +# } +# } +# +# parameters = { +# better_study_scheme = yes +# } +# } ###TRENCHSINGER### - core_tenet_lest_we_forget = { - icon = core_tenet_lest_we_forget + core_tenet_peacekeeping = { + icon = core_tenet_peacekeeping is_shown = { religion_tag = europeanist_religion } @@ -506,7 +507,7 @@ value = faith_tenet_cost_low # Multiplier for keeping same tenet if = { - limit = { has_doctrine = core_tenet_lest_we_forget } + limit = { has_doctrine = core_tenet_peacekeeping } multiply = faith_unchanged_doctrine_cost_mult } } @@ -514,9 +515,10 @@ parameters = { holy_wars_forbidden = yes pacifist_opinion_active = yes - opinion_of_pacifist_opinion_active = 10 + opinion_of_pacifist_opinion_active = 20 piety_from_long_peace = 1 - less_plague_spread_culture = yes + mendicant_preachers_conversion_active = yes + unlock_voluntary_laampdom_faith = yes } traits = { @@ -525,7 +527,6 @@ } character_modifier = { - health = 0.1 domain_limit = 1 ai_war_chance = -0.25 ai_war_cooldown = 5 @@ -549,19 +550,13 @@ parameters = { believes_in_harmony_with_nature_invisible = yes cremation_funeral = yes + less_plague_spread_culture = 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 + health = 0.1 + build_gold_cost = 0.15 + county_opinion_add = 15 } } @@ -834,59 +829,59 @@ direct_vassal_opinion = -10 } } - tenet_songs_of_roland = { - icon = core_tenet_songs_of_roland - is_shown = { - religion_tag = novelist_religion - } - - name = { - first_valid = { - triggered_desc = { - trigger = { - has_doctrine = special_doctrine_simurghi - } - desc = tenet_songs_of_roland_simurghi_name - } - desc = tenet_songs_of_roland_name - } - } - - desc = { - first_valid = { - triggered_desc = { - trigger = { - has_doctrine = special_doctrine_simurghi - } - desc = tenet_songs_of_roland_simurghi_desc - } - desc = tenet_songs_of_roland_desc - } - } - - piety_cost = { - value = faith_tenet_cost_mid - - # Multiplier for keeping same tenet - if = { - limit = { has_doctrine = tenet_songs_of_roland } - multiply = faith_unchanged_doctrine_cost_mult - } - } - - character_modifier = { - county_opinion_add = 10 - } - parameters = { - unlock_voluntary_laampdom_faith = yes - } - traits = { - virtues = { - gallant - lifestyle_poet - } - } - } +# tenet_songs_of_roland = { +# icon = core_tenet_songs_of_roland +# is_shown = { +# religion_tag = novelist_religion +# } +# +# name = { +# first_valid = { +# triggered_desc = { +# trigger = { +# has_doctrine = special_doctrine_simurghi +# } +# desc = tenet_songs_of_roland_simurghi_name +# } +# desc = tenet_songs_of_roland_name +# } +# } +# +# desc = { +# first_valid = { +# triggered_desc = { +# trigger = { +# has_doctrine = special_doctrine_simurghi +# } +# desc = tenet_songs_of_roland_simurghi_desc +# } +# desc = tenet_songs_of_roland_desc +# } +# } +# +# piety_cost = { +# value = faith_tenet_cost_mid +# +# # Multiplier for keeping same tenet +# if = { +# limit = { has_doctrine = tenet_songs_of_roland } +# multiply = faith_unchanged_doctrine_cost_mult +# } +# } +# +# character_modifier = { +# county_opinion_add = 10 +# } +# parameters = { +# unlock_voluntary_laampdom_faith = yes +# } +# traits = { +# virtues = { +# gallant +# lifestyle_poet +# } +# } +# } @@ -914,14 +909,38 @@ durandal_restoration_active = yes } } - tenet_lorekeepers = { + tenet_chivalric_ideals = { icon = core_tenet_chivalric_ideals + + name = { + first_valid = { + triggered_desc = { + trigger = { + has_doctrine = special_doctrine_simurghi + } + desc = tenet_chivalric_ideals_simurghi_name + } + desc = tenet_chivalric_ideals_name + } + } + + desc = { + first_valid = { + triggered_desc = { + trigger = { + has_doctrine = special_doctrine_simurghi + } + desc = tenet_chivalric_ideals_simurghi_desc + } + desc = tenet_chivalric_ideals_desc + } + } piety_cost = { value = faith_tenet_cost_low # Multiplier for keeping same tenet if = { - limit = { has_doctrine = tenet_lorekeepers } + limit = { has_doctrine = tenet_chivalric_ideals } multiply = faith_unchanged_doctrine_cost_mult } } @@ -944,6 +963,7 @@ virtues = { ambitious adventurer + gallant } } } @@ -1091,12 +1111,6 @@ multiply = faith_unchanged_doctrine_cost_mult } } - - is_shown = { - OR = { - religion_tag = hermetic_religion - } - } can_pick = { custom_description = { @@ -1118,9 +1132,6 @@ education_learning_5 } } - parameters = { - literalist_debate_enabled = yes - } } # tenet_giant_shoulders = { diff --git a/common/religion/religions/NEOW_catholic.txt b/common/religion/religions/NEOW_catholic.txt index 496b8d0f..50cf1103 100644 --- a/common/religion/religions/NEOW_catholic.txt +++ b/common/religion/religions/NEOW_catholic.txt @@ -450,7 +450,7 @@ #Tenets | placeholder doctrine = tenet_communion doctrine = tenet_armed_pilgrimages - doctrine = tenet_monasticism + doctrine = tenet_chivalric_ideals #Doctrines doctrine = doctrine_pluralism_fundamentalist @@ -1055,8 +1055,8 @@ #Tenets | placeholder doctrine = tenet_catholic_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_false_conversion_sanction + doctrine = tenet_alexandrian_catechism + doctrine = tenet_armed_resistance holy_order_names = { #placeholder { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } diff --git a/common/religion/religions/NEOW_europeanist.txt b/common/religion/religions/NEOW_europeanist.txt index 7b23ca30..2136f1b0 100644 --- a/common/religion/religions/NEOW_europeanist.txt +++ b/common/religion/religions/NEOW_europeanist.txt @@ -40,8 +40,8 @@ doctrine = doctrine_no_anointment traits = { - virtues = { forgiving compassionate chaste } - sins = { vengeful sadistic lustful } + virtues = { forgiving humble just } + sins = { vengeful arrogant arbitrary } } reserved_male_names = { #put witch names here later @@ -278,7 +278,7 @@ #Tenets | placeholder doctrine = core_tenet_belle_epoque - doctrine = core_tenet_lest_we_forget + doctrine = core_tenet_peacekeeping doctrine = tenet_let_the_poppies_grow doctrine = doctrine_no_head diff --git a/common/religion/religions/NEOW_novelist.txt b/common/religion/religions/NEOW_novelist.txt index fa360c98..42603f72 100644 --- a/common/religion/religions/NEOW_novelist.txt +++ b/common/religion/religions/NEOW_novelist.txt @@ -138,7 +138,7 @@ #Tenets | add unique ones eventually doctrine = tenet_universal_scripture doctrine = tenet_the_first_age - doctrine = tenet_lorekeepers + doctrine = tenet_chivalric_ideals #Special/virtue doctrine = special_doctrine_numenor @@ -289,7 +289,7 @@ #Tenets | add unique ones eventually doctrine = tenet_esotericism doctrine = tenet_inner_journey - doctrine = tenet_songs_of_roland + doctrine = tenet_chivalric_ideals #Special/virtue doctrine = special_doctrine_simurghi @@ -441,7 +441,7 @@ #Tenets | add unique ones eventually doctrine = tenet_universal_scripture doctrine = tenet_restore_the_crown - doctrine = tenet_songs_of_roland + doctrine = tenet_chivalric_ideals #Special/virtue doctrine = special_doctrine_charlemagne diff --git a/common/religion/religions/NEOW_third_estatist.txt b/common/religion/religions/NEOW_pantheonic.txt similarity index 99% rename from common/religion/religions/NEOW_third_estatist.txt rename to common/religion/religions/NEOW_pantheonic.txt index 483089c4..3d33b728 100644 --- a/common/religion/religions/NEOW_third_estatist.txt +++ b/common/religion/religions/NEOW_pantheonic.txt @@ -305,7 +305,7 @@ #Tenets | placeholder doctrine = tenet_vows_of_poverty - doctrine = tenet_armed_pilgrimages + doctrine = tenet_communal_possessions doctrine = tenet_pursuit_of_power #Special/virtue | placeholder diff --git a/common/religion/religions/NEOW_protestant.txt b/common/religion/religions/NEOW_protestant.txt index 8c5cecd7..14919005 100644 --- a/common/religion/religions/NEOW_protestant.txt +++ b/common/religion/religions/NEOW_protestant.txt @@ -266,9 +266,9 @@ doctrine = special_doctrine_via_media #Tenets | placeholder - doctrine = against_all_odds + doctrine = tenet_armed_resistance doctrine = for_king_and_country - doctrine = last_knights_of_britain + doctrine = tenet_chivalric_ideals #Special/virtue | placeholder doctrine = special_doctrine_english_anglican @@ -487,8 +487,8 @@ doctrine = special_doctrine_reformation_roots #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_armed_pilgrimages + doctrine = tenet_mendicant_preachers + doctrine = tenet_communal_possessions doctrine = tenet_pacifism doctrine = doctrine_theocracy_lay_clergy @@ -554,7 +554,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_radical_reform + doctrine = special_doctrine_reformation_roots #Tenets | placeholder doctrine = tenet_catholic_communion @@ -638,7 +638,7 @@ #Tenets | placeholder doctrine = tenet_five_points doctrine = tenet_pastoral_isolation - doctrine = tenet_adaptive + doctrine = tenet_armed_resistance holy_order_names = { #placeholder } diff --git a/common/religion/religions/NEOW_wicca.txt b/common/religion/religions/NEOW_wicca.txt index d9b6c208..2f7c26fd 100644 --- a/common/religion/religions/NEOW_wicca.txt +++ b/common/religion/religions/NEOW_wicca.txt @@ -253,7 +253,7 @@ #Tenets | placeholder doctrine = the_queen_of_summer doctrine = king_of_winter - doctrine = the_book_of_shadows + doctrine = tenet_chivalric_ideals doctrine = doctrine_witchcraft_accepted @@ -350,9 +350,9 @@ doctrine = doctrine_theocracy_temporal #Tenets | placeholder - doctrine = tenet_asceticism + doctrine = tenet_inner_journey doctrine = tenet_druidry - doctrine = the_book_of_shadows + doctrine = tenet_scientific_discourse doctrine = doctrine_witchcraft_virtuous } diff --git a/gfx/interface/frontend/ck3_logo_banner.dds b/gfx/interface/frontend/ck3_logo_banner.dds index 81bde6ff..708453ef 100644 --- a/gfx/interface/frontend/ck3_logo_banner.dds +++ b/gfx/interface/frontend/ck3_logo_banner.dds @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59ee18b8e5fb4ba1620afc056a61c457e138523cee165fe75a83860b725f002a +oid sha256:c4fdaa5e3db28e6d54d20a891e02b2fec99c7668abcd181eb47e0e0ed6f1c04c size 26048 diff --git a/gfx/interface/frontend/loading_progress.dds b/gfx/interface/frontend/loading_progress.dds index 79625831..19ec3ff0 100644 --- a/gfx/interface/frontend/loading_progress.dds +++ b/gfx/interface/frontend/loading_progress.dds @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8873410f7e959cde4bb2aa6d61801d9bc879bfc5024b6e6736f0f93cec4619e1 +oid sha256:212554421541042dcf9338814f5851b0df31408851a56698226c256be9e2f384 size 743552 diff --git a/gfx/interface/frontend/startscreen.dds b/gfx/interface/frontend/startscreen.dds index da21bb5f..471a55a5 100644 --- a/gfx/interface/frontend/startscreen.dds +++ b/gfx/interface/frontend/startscreen.dds @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:816cda28ea59af42567b67385c2351d0438a3f9bf367878a57da44a8f48f674a -size 4147328 +oid sha256:548391cfa939b8019f3a602a3762177e3a1ce68399ad5b68c75b099f0242364c +size 33177728 diff --git a/gfx/interface/icons/faith_doctrines/core_tenet_against_all_odds.dds b/gfx/interface/icons/faith_doctrines/core_tenet_armed_resistance.dds similarity index 100% rename from gfx/interface/icons/faith_doctrines/core_tenet_against_all_odds.dds rename to gfx/interface/icons/faith_doctrines/core_tenet_armed_resistance.dds diff --git a/gfx/interface/icons/faith_doctrines/core_tenet_divine_mandate.dds b/gfx/interface/icons/faith_doctrines/core_tenet_divine_mandate.dds new file mode 100644 index 00000000..e6824380 --- /dev/null +++ b/gfx/interface/icons/faith_doctrines/core_tenet_divine_mandate.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f086fb5e0e81dee968f6486392921c655331ae5ca02d1f13812fa44be29f5fe6 +size 416128 diff --git a/gfx/interface/icons/faith_doctrines/core_tenet_lest_we_forget.dds b/gfx/interface/icons/faith_doctrines/core_tenet_peacekeeping.dds similarity index 100% rename from gfx/interface/icons/faith_doctrines/core_tenet_lest_we_forget.dds rename to gfx/interface/icons/faith_doctrines/core_tenet_peacekeeping.dds diff --git a/gfx/interface/icons/faith_doctrines/the_king_of_winter.dds b/gfx/interface/icons/faith_doctrines/the_king_of_winter.dds deleted file mode 100644 index 7917d3c8..00000000 --- a/gfx/interface/icons/faith_doctrines/the_king_of_winter.dds +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad1eba93a351b1778a6d43a36386cc14c762de07d4c4af54cdcb1a0aeef13e69 -size 416128 diff --git a/gfx/interface/icons/faith_doctrines/the_queen_of_summer.dds b/gfx/interface/icons/faith_doctrines/the_queen_of_summer.dds deleted file mode 100644 index 88ab2374..00000000 --- a/gfx/interface/icons/faith_doctrines/the_queen_of_summer.dds +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd0aff1f849cdcd0febaef3c0406df4806c11919be2161e26ae61a8169b450e -size 416128 diff --git a/gfx/interface/illustrations/loading_screens/kaifeng.dds b/gfx/interface/illustrations/loading_screens/kaifeng.dds new file mode 100644 index 00000000..e889db9c --- /dev/null +++ b/gfx/interface/illustrations/loading_screens/kaifeng.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63481b5387e0e1639284b7d2676d2f56ad0666435ce05b6e6aca56f067412c88 +size 11059328 diff --git a/localization/english/replace/religion/doctrines/zz_NEOW_religion_core_tenets_l_english .yml b/localization/english/replace/religion/doctrines/zz_NEOW_religion_core_tenets_l_english .yml index 586ac19f..d675f9b5 100644 --- a/localization/english/replace/religion/doctrines/zz_NEOW_religion_core_tenets_l_english .yml +++ b/localization/english/replace/religion/doctrines/zz_NEOW_religion_core_tenets_l_english .yml @@ -79,8 +79,8 @@ doctrine_parameter_harder_to_convert_faith_away_in_hills_forests:0 "Hostile [convert_county|E] speed in Forest and Hill [terrain|E]: #P [EmptyScope.ScriptValue('harder_to_convert_faith_away_in_hills_forests_malus_loc_control')|0]%#!" - tenet_lorekeepers_name:0 "Chivalric Ideals" - tenet_lorekeepers_desc:0 "It is the duty of each one of us to strive to be the best version of ourselves. We must choose to be knights, lovers, and protectors of the weak." + tenet_chivalric_ideals_name:0 "Chivalric Ideals" + tenet_chivalric_ideals_desc:0 "It is the duty of each one of us to strive to be the best version of ourselves. We must choose to be knights, lovers, and protectors of the weak." doctrine_parameter_neow_better_spouses:0 "[skills|E] from [spouse|E] [councillor_tasks|E]: #P +25%#!" @@ -96,8 +96,8 @@ tenet_songs_of_roland_desc:0 "Just as during the gallant knights of yore, our court bards and wandering troubadours recite the songs of heroic knights, inspiring many to seek faith and fortune in distant lands." tenet_inner_journey_simurghi_name: "The Semorgh" tenet_inner_journey_simurghi_desc: "We hold that life is a journey to discover the unity between one and God. As the Birds lost themselves like shade in the Sun's light, men who wish for eternal rest lose themselves in He, like waves in the Sea." - tenet_songs_of_roland_simurghi_name: "Futuwa" - tenet_songs_of_roland_simurghi_desc: "We believe that Futuwa, as an Attribute of the Caliph Ali, is an integral part of faith. Heirs are expected to organize themselves within lodges of youths and prove themselves on the battlefield and in life through adventuring and questing, as well as mastery of martial arts. These Fityan have nine initiatory degrees, and are rather secretive." + tenet_chivalric_ideals_simurghi_name: "Futuwa" + tenet_chivalric_ideals_simurghi_desc: "We believe that Futuwa, as an Attribute of the Caliph Ali, is an integral part of faith. Heirs are expected to organize themselves within lodges of youths and prove themselves on the battlefield and in life through adventuring and questing, as well as mastery of martial arts. These Fityan have nine initiatory degrees, and are rather secretive." tenet_esotericism_simurghi_name: "Self-Taught Philosophy" tenet_esotericism_simurghi_desc: "Hayy Ibn Yadhan shows us that humans are all capable of reaching completeness through ascetic life and self-contemplation of their true divine essence. We should strive to reach the absolute like he did, living along among the animals, for we have been given every tool to grasp the One by Fitra." tenet_restore_the_crown_name:0 "Restore the Crown" @@ -116,15 +116,15 @@ the_queen_of_summer_desc:0 "Our Queen gave us all the wonders of the world to enjoy, and enjoy it we will in her name." last_knights_of_britain_name:0 "Last Knights of Britain" last_knights_of_britain_desc:0 "Our brave knights have valiantly held on to the last Christian forts in England for many years. Letting them fall would be our death." - against_all_odds_name:0 "Against All Odds" - against_all_odds_desc:0 "Just as the first Christians outlived the pagans of Rome, so too will we outlive all the pagans who wish to see us erased. Though Anglicans are forced to exist in secret, our resistance is a well known reality to all in Britain." + tenet_armed_resistance_name:0 "Armed Resistance" + tenet_armed_resistance_desc:0 "Our faith often finds itself surrounded on all sides by enemies. For this purpose, we have often taken to resisting, fighting, and practicing in secret, all in the name of [ROOT.Faith.HighGodNameAlternate]." for_king_and_country_name:0 "For King and Country" for_king_and_country_desc:0 "The King of England has been the head of our Church since its inception. Though the old throne was abolished, and in its place was built a brothel, we will ride forth with our King once he returns to save England." core_tenet_belle_epoque_name:0 "Belle Époque" core_tenet_belle_epoque_desc:0 "Though the end of unified Europe permeates throughout the lands to this very day, we will go through great efforts to reunite the continent. Not through war, but through words." - core_tenet_lest_we_forget_name:0 "Lest We Forget" - core_tenet_lest_we_forget_desc:0 "We must never forget all those warriors who died in vain. Should we stop reminding people of the horrors of war, the world may yet end again - this time for good." + core_tenet_peacekeeping_name:0 "Peacekeeping" + core_tenet_peacekeeping_desc:0 "Staying away from violence on a personal level is not enough. We must intervene to keep the peace all throughout the world in order to help humanity defeat its greatest vice." 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."