• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
Last code block is wrong, CK2 will (I believe) choke on the extra brackets. (And if it doesn't, it won't change anything.)

What's your desired result? NOT and NOR are functionally the same in CK2 code, and NOR = { culture = a culture = b } is functionally the same as NOT = { culture = a } NOT = culture = b } as long as the NOTs are not inside an OR. (And NOT = { OR = { ... } } is just a shortcut for NOR = { ... }) So really the middle one is the same as the first, except excluding a bunch of cultures. So tell us what you want happening under what circumstances, and we can better troubleshoot what's wrong with your code (and being able to see the whole code instead of just snippets will help as well.)
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
Last code block is wrong, CK2 will (I believe) choke on the extra brackets. (And if it doesn't, it won't change anything.)

What's your desired result? NOT and NOR are functionally the same in CK2 code, and NOR = { culture = a culture = b } is functionally the same as NOT = { culture = a } NOT = culture = b } as long as the NOTs are not inside an OR. (And NOT = { OR = { ... } } is just a shortcut for NOR = { ... }) So really the middle one is the same as the first, except excluding a bunch of cultures. So tell us what you want happening under what circumstances, and we can better troubleshoot what's wrong with your code (and being able to see the whole code instead of just snippets will help as well.)
The problem I'm having is the only part of the code that is working. When I reform Germanic as a saxon(called anglo-saxon in game) the names in event change as they are suppose to. When I reform as any of the other cultures I coded for the event messages are not displaying the culture based god names I added, instead they show the generic fall back name. The full code is on the other page here
I'm ready to test the mod, if it works I'll up load it to this tread as an example to others.
The code isn't working, the name change isn't talking place. I wonder if it's still de activated, I'll have to do a quick,cheating Greek Hellenistic play through to test. Here is the code.
Code:
            if = { #A ruler reforms Norse Paganism while being Saxon-cultured: change all the gods to their Saxon names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = saxon
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_saxon_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SAXON
                        add_evil_god_name = HEL_SAXON
                        add_evil_god_name = FENRIR_SAXON
                        add_evil_god_name = JORMUNGANDR_SAXON
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_SAXON
                    add_god_name = GOD_ODIN_2_SAXON
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SAXON
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SAXON
                    }
                    add_evil_god_name = GOD_FRIGG_SAXON
                    add_evil_god_name = HEL_SAXON
                    add_evil_god_name = GOD_SIF_SAXON
                    add_evil_god_name = GOD_SKADI_SAXON
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_SAXON
                    add_god_name = GOD_FRIGG_2_SAXON
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_SAXON
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_SAXON
                        add_god_name = GOD_FREY_SAXON
                    }
                    add_evil_god_name = LOKI_SAXON
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_SAXON
                    add_evil_god_name = JORMUNGANDR_SAXON
                }
            }
            if = { #A ruler reforms Norse Paganism while being Frisian-cultured: change all the gods to their Frisian names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = frisian
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_frisian_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_FRISIAN
                        add_evil_god_name = HEL_FRISIAN
                        add_evil_god_name = FENRIR_FRISIAN
                        add_evil_god_name = JORMUNGANDR_FRISIAN
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_FRISIAN
                    add_god_name = GOD_ODIN_2_FRISIAN
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_FRISIAN
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_FRISIAN
                    }
                    add_evil_god_name = GOD_FRIGG_FRISIAN
                    add_evil_god_name = HEL_FRISIAN
                    add_evil_god_name = GOD_SIF_FRISIAN
                    add_evil_god_name = GOD_SKADI_FRISIAN
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_FRISIAN
                    add_god_name = GOD_FRIGG_2_FRISIAN
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_FRISIAN
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_FRISIAN
                        add_god_name = GOD_FREY_FRISIAN
                    }
                    add_evil_god_name = LOKI_FRISIAN
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_FRISIAN
                    add_evil_god_name = JORMUNGANDR_FRISIAN
                }
            }
            if = { #A ruler reforms Norse Paganism while being Old Saxon-cultured: change all the gods to their Old Saxon names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = old_saxon
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_old_saxon_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_OLD_SAXON
                        add_evil_god_name = HEL_OLD_SAXON
                        add_evil_god_name = FENRIR_OLD_SAXON
                        add_evil_god_name = JORMUNGANDR_OLD_SAXON
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_OLD_SAXON
                    add_god_name = GOD_ODIN_2_OLD_SAXON
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_OLD_SAXON
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_OLD_SAXON
                    }
                    add_evil_god_name = GOD_FRIGG_OLD_SAXON
                    add_evil_god_name = HEL_OLD_SAXON
                    add_evil_god_name = GOD_SIF_OLD_SAXON
                    add_evil_god_name = GOD_SKADI_OLD_SAXON
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_OLD_SAXON
                    add_god_name = GOD_FRIGG_2_OLD_SAXON
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_OLD_SAXON
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_OLD_SAXON
                        add_god_name = GOD_FREY_OLD_SAXON
                    }
                    add_evil_god_name = LOKI_OLD_SAXON
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_OLD_SAXON
                    add_evil_god_name = JORMUNGANDR_OLD_SAXON
                }
            }
           if = { #A ruler reforms Norse Paganism while being Old Frankish-cultured: change all the gods to their Old Frankish names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = old_frankish
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_old_frankish_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_OLD_FRANKISH
                        add_evil_god_name = HEL_OLD_FRANKISH
                        add_evil_god_name = FENRIR_OLD_FRANKISH
                        add_evil_god_name = JORMUNGANDR_OLD_FRANKISH
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_OLD_FRANKISH
                    add_god_name = GOD_ODIN_2_OLD_FRANKISH
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_OLD_FRANKISH
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_OLD_FRANKISH
                    }
                    add_evil_god_name = GOD_FRIGG_OLD_FRANKISH
                    add_evil_god_name = HEL_OLD_FRANKISH
                    add_evil_god_name = GOD_SIF_OLD_FRANKISH
                    add_evil_god_name = GOD_SKADI_OLD_FRANKISH
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_OLD_FRANKISH
                    add_god_name = GOD_FRIGG_2_OLD_FRANKISH
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_OLD_FRANKISH
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_OLD_FRANKISH
                        add_god_name = GOD_FREY_OLD_FRANKISH
                    }
                    add_evil_god_name = LOKI_OLD_FRANKISH
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_OLD_FRANKISH
                    add_evil_god_name = JORMUNGANDR_OLD_FRANKISH
                }
            }
            if = { #A ruler reforms Norse Paganism while being Dutch-cultured: change all the gods to their Dutch names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = dutch
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_dutch_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_DUTCH
                        add_evil_god_name = HEL_DUTCH
                        add_evil_god_name = FENRIR_DUTCH
                        add_evil_god_name = JORMUNGANDR_DUTCH
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_DUTCH
                    add_god_name = GOD_ODIN_2_DUTCH
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_DUTCH
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_DUTCH
                    }
                    add_evil_god_name = GOD_FRIGG_DUTCH
                    add_evil_god_name = HEL_DUTCH
                    add_evil_god_name = GOD_SIF_DUTCH
                    add_evil_god_name = GOD_SKADI_DUTCH
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_DUTCH
                    add_god_name = GOD_FRIGG_2_DUTCH
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_DUTCH
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_DUTCH
                        add_god_name = GOD_FREY_DUTCH
                    }
                    add_evil_god_name = LOKI_DUTCH
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_DUTCH
                    add_evil_god_name = JORMUNGANDR_DUTCH
                }
            }
            if = { #A ruler reforms Norse Paganism while being Suebi-cultured: change all the gods to their Suebi names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = suebi
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_suebi_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SUEBI
                        add_evil_god_name = HEL_SUEBI
                        add_evil_god_name = FENRIR_SUEBI
                        add_evil_god_name = JORMUNGANDR_SUEBI
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_SUEBI
                    add_god_name = GOD_ODIN_2_SUEBI
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SUEBI
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SUEBI
                    }
                    add_evil_god_name = GOD_FRIGG_SUEBI
                    add_evil_god_name = HEL_SUEBI
                    add_evil_god_name = GOD_SIF_SUEBI
                    add_evil_god_name = GOD_SKADI_SUEBI
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_SUEBI
                    add_god_name = GOD_FRIGG_2_SUEBI
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_SUEBI
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_SUEBI
                        add_god_name = GOD_FREY_SUEBI
                    }
                    add_evil_god_name = LOKI_SUEBI
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_SUEBI
                    add_evil_god_name = JORMUNGANDR_SUEBI
                }
            }
            if = { #A ruler reforms Norse Paganism while being German-cultured: change all the gods to their German names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = german
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_german_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_GERMAN
                        add_evil_god_name = HEL_GERMAN
                        add_evil_god_name = FENRIR_GERMAN
                        add_evil_god_name = JORMUNGANDR_GERMAN
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_GERMAN
                    add_god_name = GOD_ODIN_2_GERMAN
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_GERMAN
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_GERMAN
                    }
                    add_evil_god_name = GOD_FRIGG_GERMAN
                    add_evil_god_name = HEL_GERMAN
                    add_evil_god_name = GOD_SIF_GERMAN
                    add_evil_god_name = GOD_SKADI_GERMAN
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_GERMAN
                    add_god_name = GOD_FRIGG_2_GERMAN
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_GERMAN
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_GERMAN
                        add_god_name = GOD_FREY_GERMAN
                    }
                    add_evil_god_name = LOKI_GERMAN
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_GERMAN
                    add_evil_god_name = JORMUNGANDR_GERMAN
                }
            }
            if = { #A ruler reforms Norse Paganism while being Norse-cultured: change all the gods to their Norse names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = norse
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_norse_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI
                        add_evil_god_name = HEL
                        add_evil_god_name = FENRIR
                        add_evil_god_name = JORMUNGANDR
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_NORSE
                    add_god_name = GOD_ODIN_2_NORSE
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_NORSE
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_NORSE
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL_NORSE
                    add_evil_god_name = GOD_SIF
                    add_evil_god_name = GOD_SKADI_NORSE
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_NORSE
                        add_god_name = GOD_FREY_NORSE
                    }
                    add_evil_god_name = LOKI
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR
                }
            }
            if = { #A ruler reforms Norse Paganism while being Danish-cultured: change all the gods to their Danish names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = danish
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_danish_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_DANISH
                        add_evil_god_name = HEL
                        add_evil_god_name = FENRIR
                        add_evil_god_name = JORMUNGANDR_DANISH
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_DANISH
                    add_god_name = GOD_ODIN_2_DANISH
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_DANISH
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_DANISH
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF
                    add_evil_god_name = GOD_SKADI_DANISH
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_DANISH
                        add_god_name = GOD_FREY_DANISH
                    }
                    add_evil_god_name = LOKI_DANISH
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR_DANISH
                }
            }
            if = { #A ruler reforms Norse Paganism while being Swedish-cultured: change all the gods to their Swedish names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = swedish
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_swedish_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SWEDISH
                        add_evil_god_name = HEL
                        add_evil_god_name = FENRIR
                        add_evil_god_name = JORMUNGANDR_SWEDISH
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_SWEDISH
                    add_god_name = GOD_ODIN_2_SWEDISH
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SWEDISH
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SWEDISH
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF_SWEDISH
                    add_evil_god_name = GOD_SKADI_SWEDISH
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_SWEDISH
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_SWEDISH
                        add_god_name = GOD_FREY_SWEDISH
                    }
                    add_evil_god_name = LOKI_SWEDISH
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR_SWEDISH
                }
            }
            if = { #A ruler reforms Norse Paganism while being Norwegian-cultured: change all the gods to their Norwegian names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = norwegian
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_norwegian_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_NORWEGIAN
                        add_evil_god_name = HEL
                        add_evil_god_name = FENRIR
                        add_evil_god_name = JORMUNGANDR_NORWEGIAN
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN
                    add_god_name = GOD_ODIN_2
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_NORWEGIAN
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_NORWEGIAN
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF_NORWEGIAN
                    add_evil_god_name = GOD_SKADI_NORWEGIAN
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_NORWEGIAN
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_NORWEGIAN
                        add_god_name = GOD_FREY_NORWEGIAN
                    }
                    add_evil_god_name = LOKI_NORWEGIAN
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR_NORWEGIAN
                }
            }
           if = { #A ruler reforms Norse Paganism while being Crimean Gothic-cultured: change all the gods to their Crimean Gothic names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    culture = crimean_gothic
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_crimean_gothic_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_CRIMEAN_GOTHIC
                        add_evil_god_name = HEL_CRIMEAN_GOTHIC
                        add_evil_god_name = FENRIR_CRIMEAN_GOTHIC
                        add_evil_god_name = JORMUNGANDR_CRIMEAN_GOTHIC
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_CRIMEAN_GOTHIC
                    add_god_name = GOD_ODIN_2_CRIMEAN_GOTHIC
  
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_CRIMEAN_GOTHIC
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_CRIMEAN_GOTHIC
                    }
                    add_evil_god_name = GOD_FRIGG_CRIMEAN_GOTHIC
                    add_evil_god_name = HEL_CRIMEAN_GOTHIC
                    add_evil_god_name = GOD_SIF_CRIMEAN_GOTHIC
                    add_evil_god_name = GOD_SKADI_CRIMEAN_GOTHIC
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_CRIMEAN_GOTHIC
                    add_god_name = GOD_FRIGG_2_CRIMEAN_GOTHIC
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_CRIMEAN_GOTHIC
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_CRIMEAN_GOTHIC
                        add_god_name = GOD_FREY_CRIMEAN_GOTHIC
                    }
                    add_evil_god_name = LOKI_CRIMEAN_GOTHIC
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_CRIMEAN_GOTHIC
                    add_evil_god_name = JORMUNGANDR_CRIMEAN_GOTHIC
                }
            }
            if = { #A ruler reforms Norse Paganism while NOT being a Germanic culture.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    NOT = { OR = { culture = saxon culture = frisian
                    culture = old_saxon culture = old_frankish culture = dutch
                    culture = suebi culture = german culture = norse culture = danish
                    culture = swedish culture = norwegian culture = crimean_gothic} }
                    OR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                    }
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                            has_religion_feature = religion_matriarchal
                            has_religion_feature = religion_patriarchal
                        }
                    }
                    set_high_god_name = GOD_THE_ALLFATHER
                    add_god_name = GOD_THE_ALLFATHER_2
                    add_evil_god_name = LOKI
                    add_evil_god_name = HEL
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR
                }
                if = { #Religion is Patriarchal
                    limit = {
                        has_religion_feature = religion_patriarchal
                    }
                    set_high_god_name = GOD_ODIN
                    add_god_name = GOD_ODIN_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF
                    add_evil_god_name = GOD_SKADI
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI
                        add_god_name = GOD_FREY
                    }
                    add_evil_god_name = LOKI
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR
                }
            }

Code:
EVTOPTA_TOG_3402;You inform your men that the wanderer was none other than [GetOdinName].;Vous informez vos hommes que ce vagabond n'était autre qu'[GetOdinName].;Ihr glaubt, dass der Wanderer [GetOdinName] war.;;Informas a tus hombres que el viajero no era ni más ni menos que [GetOdinName];;;;;;;;;x

EVTOPTA8468;[GetOdinName], hear my call!;[GetOdinName], entendez mon appel !;[GetOdinName], erhöre mein Rufen!;;¡[GetOdinName] escuchará mi petición!;;;;;;;;;x

valhalla_bound_desc;By winning great victories for the Norse faith this character is assured a place at [GetOdinName]'s table in [GetValhallaName]!;En remportant de grandes victoires pour la foi scandinave, ce personnage s'est assuré d'avoir une place à la table d'[GetOdinName] à [GetValhallaName] !;Durch ihre großen Siege im Namen des nordischen Glaubens ist dieser Person ein Platz an [GetOdinName]s Tafel in [GetValhallaName] sicher!;;¡Al ganar grandes victorias para la fe nórdica, este personaje tiene garantizado un lugar en la mesa de [GetOdinName] en el [GetValhallaName]!;;;;;;;;;x

COMPL_VALHALLA_BOUND_FEMALE;Daughter of [GetOdinName];Fille d'[GetOdinName];Tochter von [GetOdinName];;Hija de [GetOdinName];;;;;;;;;x

COMPL_VALHALLA_BOUND_MALE;Son of [GetOdinName];Fils d'[GetOdinName];Sohn von [GetOdinName];;Hijo de hijo;;;;;;;;;x

EVTOPTA62300;[GetOdinName] forgive!;Pardonne, [GetOdinName] !;Möge [GetOdinName] vergeben!;;¡Perdón [GetOdinName]!;;;;;;;;;x

EVTOPTV_TOG_501;My strong bonds to [GetOdinName].;Mes liens solides avec [GetOdinName].;Meine starken Bindungen zu [GetOdinName].;;Mis fuertes lazos con [GetOdinName].;;;;;;;;;x

EVTDESC_TOG_551;The runestone you commissioned has been finished and raised on the spot you chose for it. You examine the runes:\n\n[Root.GetFirstName], proud [Root.GetSonDaughter] of a holy union between [GetOdinName], a wild mare and three forest gnomes, paid Óleifr handsomely to carve these runes. With [Root.GetHerHis] flying longship and its crew of twelve singing rabbits, [Root.GetFirstName] earned [Root.GetHerHis] fame by sailing across the Norse lands solving crime. May the Shining Tentacle preserve us all.\n\nYou leave the stone, content in the knowledge that many centuries from now, when its paint has long since faded, scholars will be studying these rune carvings in an effort to glean the wisdom of their words.;La pierre runique que vous avez commandée est prête et a été érigée à l'endroit que vous aviez choisi. Vous examinez les runes :\n\n'[Root.GetFirstName], fière progéniture d'une sainte union entre [GetOdinName], une jument sauvage et trois gnomes des forêts, paya grassement Óleifr pour qu'il grave ces runes. Naviguer à bord de son drakkar volant au-dessus des territoires des Nordiques pour combattre le crime accompagné de son équipage de douze lapins chantants aura valu à [Root.GetFirstName] sa célébrité. Puisse le Tentacule étincelant nous protéger tous.'\n\nVous partez avec la satisfaction de savoir que, dans bon nombre de siècles, quand la peinture se sera depuis longtemps estompée, des érudits étudieront ces runes gravées pour essayer d'en retrouver la sagesse.;Der von Euch in Auftrag gegebene Runenstein wurde fertiggestellt und an der Stelle errichtet, die Ihr ausgewählt hattet. Ihr untersucht die Runen:\n\n"[Root.GetFirstName], [Root.GetSonDaughter] voller Stolz aus einer heiligen Vereinigung zwischen [GetOdinName], einer wilden Stute und drei Waldschraten, zahlte Óleifr gut für das Gravieren dieser Runen. Mit [Root.GetHerHis]em fliegenden Langschiff und der Besatzung aus zwölf singenden Hasen hat [Root.GetFirstName] [Root.GetHerHis]en Ruhm in den nordischen Landen durch den Kampf gegen die Kriminalität erworben. Möge der leuchtende Tentakel uns alle beschützen."\n\nIhr verlasst den Ort, zufrieden in dem Wissen, dass noch in vielen Generationen Gelehrte die eingravierten Runen in dem Bemühen studieren werden, die Weisheit aus ihnen herauszubekommen. Auch dann wenn die Farbe des Steins bereits verblasst sein wird.;;La piedra rúnica que encargaste se ha terminado y alzado en el lugar que elegiste para ella. Examinas las runas:\n\n[Root.GetFirstName], orgulloso [Root.GetSonDaughter] de una unión sagrada entre [GetOdinName], una yegua salvaje y tres gnomos del bosque, pagó generosamente a Óleifr para tallar estas runas. Con [Root.GetHerHis] drakkar volador y su tripulación de doce conejos cantarines, [Root.GetFirstName] obtuvo [Root.GetHerHis] fama por navegar a través de las tierras Nórdicas para resolver el crimen. Que el Tentáculo Brillante nos preserve a todos nosotros.\n\nDejas la piedra, conforme sabiendo que dentro de muchos siglos, cuando su pintura haya desaparecido mucho tiempo atrás, los eruditos estarán estudiando estas tallas de runas en un esfuerzo por recoger la sabiduría de sus palabras.;;;;;;;;;x

EVTDESC_TOG_569;The runestone you commissioned has been finished and raised on the spot you chose for it. You examine the runes:\n\n[Root.GetFirstName], [Root.GetSonDaughter] of [Root.Father.GetFirstName] and [Root.Mother.GetFirstName], ordered this stone raised in honor of the Gods. No one was more devoted to [GetOdinName], and no one was more deserving of a place in [GetValhallaName]. These runes were carved by Grim and painted by Borkvard.\n\nYou leave the stone, content in the knowledge that many centuries from now, when its paint has long since faded, scholars will be studying these rune carvings in an effort to glean the wisdom of their words.;La pierre runique que vous avez commandée est terminée et a été érigée à l'endroit que vous aviez choisi. Vous examinez les runes :\n\n'[Root.GetFirstName], [Root.GetSonDaughter] de [Root.Father.GetFirstName] et de [Root.Mother.GetFirstName], ordonna l'édification de cette pierre en l'honneur des Dieux. Personne n'était plus dévoué envers [GetOdinName], et personne ne méritait davantage une place au [GetValhallaName]. Ces runes furent gravées par Grim et peintes par Borkvard.'\n\nVous partez avec la satisfaction de savoir que, dans bon nombre de siècles, quand la peinture se sera depuis longtemps estompée, des érudits étudieront ces runes gravées pour essayer d'en retrouver la sagesse.;Der von Euch in Auftrag gegebene Runenstein wurde fertiggestellt und an der Stelle errichtet, die Ihr ausgewählt hattet. Ihr untersucht die Runen:\n\n"[Root.GetFirstName], [Root.GetSonDaughter] von [Root.Father.GetFirstName] und [Root.Mother.GetFirstName], beauftragte die Errichtung dieses Steins zu Ehren der Götter. Es gab niemanden, der [GetOdinName] ergebener zugetan war und einen Platz in [GetValhallaName] mehr verdiente. Diese Runen wurden von Grim eingemeißelt und Borkvard bemalte den Stein."\n\nIhr verlasst den Ort, zufrieden in dem Wissen, dass noch in vielen Generationen Gelehrte die eingravierten Runen in dem Bemühen studieren werden, die Weisheit aus ihnen herauszubekommen. Auch dann wenn die Farbe des Steins bereits verblasst sein wird.;;La piedra rúnica que encargaste se ha terminado y alzado en el lugar que elegiste para ella. Examinas las runas:\n\n[Root.GetFirstName], [Root.GetSonDaughter] de [Root.Father.GetFirstName] y [Root.Mother.GetFirstName], ordenó alzar esta piedra en honor a los Dioses. Nadie fue más devoto a [GetOdinName], y no hubo nadie más merecedor de un lugar en [GetValhallaName]. Estas runas fueron talladas por Grim y pintadas por Borkvard.\n\nDejas la piedra, conforme sabiendo que dentro de muchos siglos, cuando su pintura haya desaparecido mucho tiempo atrás, los eruditos estarán estudiando estas tallas de runas en un esfuerzo por recoger la sabiduría de sus palabras.;;;;;;;;;x

EVTDESC_TOG_604;The guests have arrived, and the time has come for the blot to begin! You gather outside the temple, and start by offering animals as sacrifice to the gods. While their meat is prepared for the feast that is to follow, the blood is sprinkled on statues of [GetOdinName], [GetThorName], [GetFreyName] and the other gods, as well as on the worshipers themselves.;Les invités sont arrivés et il est temps de commencer le blót ! Vous vous rassemblez devant le temple et commencez par offrir des animaux en sacrifice aux dieux. Tandis qu'on prépare leur viande pour le festin qui doit suivre, on arrose de leur sang les statues d'[GetOdinName], de [GetThorName], de [GetFreyName] et des autres dieux, ainsi que les adorateurs eux-mêmes.;Die Gäste sind angekommen und die Zeit für das Blót ist gekommen! Alle versammeln sich außerhalb des Tempels und man beginnt mit den Tieropfern an die Götter. Während ihr Fleisch für das nachfolgende Gelage vorbereitet wird, wird ihr Blut auf die Statuen von [GetOdinName], [GetThorName], [GetFreyName] und die anderen Götter gespritzt und auch auf die Betenden selbst.;;Los invitados han llegado, y ¡ha llegado el momento de que la mancha comience! Te reúnes fuera del templo, y comienzas ofreciendo animales como sacrificio a los dioses. Mientras se prepara la carne para la fiesta que va a seguir, la sangre salpica las estatuas de [GetOdinName], [GetThorName], [GetFreyName] y los otros dioses, así como a los mismísimos fieles.;;;;;;;;;x

EVTDESC_TOG_605;The time has come for the blot held by [From.GetTitledFirstName] to begin! You gather outside the temple, and start by offering animals as sacrifice to the gods. While their meat is prepared for the feast that is to follow, the blood is sprinkled on statues of [GetOdinName], [GetThorName], [GetFreyName] and the other gods, as well as on the worshipers themselves.;Il est temps de commencer le blót tenu par [From.Get_le_TitledFirstName] ! Vous vous rassemblez devant le temple et commencez par offrir des animaux en sacrifice aux dieux. Tandis qu'on prépare leur viande pour le festin qui doit suivre, on arrose de leur sang les statues d'[GetOdinName], de [GetThorName], de [GetFreyName] et des autres dieux, ainsi que les adorateurs eux-mêmes.;Die Zeit für das von [From.GetTitledFirstName] veranstaltete Blót ist gekommen! Alle versammeln sich außerhalb des Tempels und man beginnt mit den Tieropfern an die Götter. Während ihr Fleisch für das nachfolgende Gelage vorbereitet wird, wird ihr Blut auf die Statuen von [GetOdinName], [GetThorName], [GetFreyName] und die anderen Götter gespritzt und auch auf die Betenden selbst.;;¡Ha llegado el momento de empezar la mancha celebrada por [From.GetTitledFirstName]!. Te reúnes fuera del templo, y comienzas ofreciendo animales como sacrificio a los dioses. Mientras se prepara la carne para la fiesta que va a seguir, la sangre salpica las estatuas de [GetOdinName], [GetThorName], [GetFreyName] y los otros dioses, así como a los mismísimos fieles.;;;;;;;;;x

EVTOPTA_TOG_619;Yes, and that only proves my devotion to [GetOdinName].;Oui, et cela prouve mon grand dévouement envers [GetOdinName]. ;Ja, und dies beweist meine Hingabe zu [GetOdinName].;;Sí, y eso sólo prueba mi devoción a [GetOdinName].;;;;;;;;;x

EVTDESC_TOG_4001;I trust you are in good health, [Root.GetTitledFirstName]. My name is Palnatoke, and I have taken it upon myself to create a brotherhood of warriors devoted to [GetThorName] and [GetOdinName]. While sailing along the coast of Stettin, I discovered the perfect site to build our stronghold and I would ask your permission to settle this land.\n\nSigned,\n[From.GetTitledName];J'espère que vous allez bien, [Root.GetTitledFirstName]. Je m'appelle Palnatoke, et j'ai pris la décision de créer une fraternité de guerriers dévoués à [GetThorName] et [GetOdinName]. En naviguant près des côtes de Stettin, j'ai trouvé l'endroit idéal pour bâtir notre forteresse et je viens vous demander la permission de m'établir sur cette terre.\n\nSigné,\n[From.GetTitledName];Ich hoffe, es geht Euch gut, [Root.GetTitledFirstName]. Mein Name ist Palnatoke und ich habe es auf mich genommen, eine Bruderschaft der Krieger zu Ehren von [GetThorName] und [GetOdinName] zu gründen. Während ich die Küste von Stettin entlangsegelte, entdeckte ich den perfekten Ort für unsere Festung und ich möchte um Eure Erlaubnis bitten, dieses Land besiedeln zu dürfen.\n\nGezeichnet,\n[From.GetTitledName];;Confío en que te encuentras bien de salud, [Root.GetTitledFirstName]. Mi nombre es Palnatoke, y me he nombrado para crear una hermandad de guerreros dedicados a [GetThorName] y [GetOdinName]. Mientras navegaba a lo largo de la costa de Stettin, descubrí el sitio perfecto para construir nuestra fortaleza y te pido permiso para establecerme en esta tierra.\n\nFirmado,\n[From.GetTitledName];;;;;;;;;x

EVTDESC_TOG_4003;A band of fierce Vikings have established a warrior brotherhood in [From.Location.GetName] along the Baltic coast. Based in a castle known as Jomsborg, these Jomsvikings are devoted to [GetThorName], [GetOdinName] and the other Norse gods. They brook no quarter on the battlefield and will permit only the strongest and ablest warriors amongst their number.\n\nThough there are those who would dismiss them as simple brigands, the Jomsvikings have vowed to defend all Norse lands being encroached by Christendom or other foreign religions.;Une bande de féroces Vikings a établi une fraternité de guerriers en [From.Location.GetName] sur la côte baltique. Vivant dans un château connu sous le nom de Jomsborg, ces Jomsvikings vouent un culte à [GetThorName], à [GetOdinName] et à d'autres dieux nordiques. Ils ne font pas de quartier sur le champ de bataille et n'admettent que les plus forts et les meilleurs dans leurs rangs.\n\nBien que certains les considèrent comme de simples brigands, les Jomsvikings ont pour mission de défendre toutes les terres nordiques qu'envahissent le christianisme et d'autres religions étrangères.;Eine Bande grimmiger Wikinger hat eine Bruderschaft der Krieger in [From.Location.GetName] an der baltischen Küste gegründet. Mit dem Hauptquartier in der Jomsburg huldigen die Jomswikinger [GetThorName], [GetOdinName] und den anderen nordischen Göttern. Gnadenlos auf dem Schlachtfeld, erlauben sie nur die stärksten und besten Krieger in ihren Reihen.\n\nAuch wenn es jene gibt, die sie verächtlich als einfache Räuber bezeichnen, so haben die Jomswikinger doch geschworen, alle nordischen Länder gegen die schleichende Ausbreitung des Christentums und anderer fremder Religionen zu verteidigen.;;Una banda de feroces Vikingos ha establecido una hermandad guerrera en [From.Location.GetName] a lo largo de la costa del Báltico. Basados en un castillo conocido como Jomsborg, estos Jomsvikings son devotos de [GetThorName], [GetOdinName] y los otros dioses Nórdicos. Aguantan sin cuartel en el campo de batalla y sólo los guerreros más fuertes y más capaces están entre ellos.\n\nAunque están aquellos que los rechazan como a simples bandidos, los Jomsvikings se han comprometido a defender a todos los países Nórdicos que estén invadidos por el Cristianismo o cualquier otras religiones extranjeras.;;;;;;;;;x

EVTDESC_TOG_4006;I trust you are in good health, [Root.GetTitledFirstName]. My name is Palnatoke, and I have taken it upon myself to create a brotherhood of warriors devoted to [GetThorName] and [GetOdinName]. While sailing along the coast of Wolgast, I discovered the perfect site to build our stronghold and I would ask your permission to settle this land.\n\nSigned,\n[From.GetTitledName];J'espère que vous allez bien, [Root.GetTitledFirstName]. Je m'appelle Palnatoke et j'ai pris la décision de créer une fraternité de guerriers dévoués à [GetThorName] et [GetOdinName]. En naviguant près des côtes de Wolgast, j'ai trouvé l'endroit idéal pour bâtir notre forteresse et je viens vous demander la permission de m'établir sur cette terre.\n\nSigné,\n[From.GetTitledName];Ich hoffe, es geht Euch gut, [Root.GetTitledFirstName]. Mein Name ist Palnatoke und ich habe es auf mich genommen, eine Bruderschaft der Krieger zu Ehren von [GetThorName] und [GetOdinName] zu gründen. Während ich die Küste von Wolgast entlangsegelte, entdeckte ich den perfekten Ort für unsere Festung, und ich möchte um Eure Erlaubnis bitten, dieses Land besiedeln zu dürfen.\n\nGezeichnet,\n[From.GetTitledName];;Confío en que te encuentras bien de salud, [Root.GetTitledFirstName]. Mi nombre es Palnatoke, y me he nombrado para crear una hermandad de guerreros dedicados a [GetThorName] y [GetOdinName]. Mientras navegaba a lo largo de la costa de Wolgast, descubrí el sitio perfecto para construir nuestra fortaleza y te pido permiso para establecerme en esta tierra.\n\nFirmado,\n[From.GetTitledName];;;;;;;;;x

norse_pagan_DESC;In the Early Middle Ages, the ancient Germanic belief system is still dominant in Scandinavia and northern Germany. A pantheon of gods under the wise warrior god [GetOdinName] rules all the branches of the worldtree, [GetYggdrasilName]. The other two main gods are [GetThorName], friend to mankind, and [GetFreyName], god of fertility.;Pendant le haut Moyen Âge, le système de croyances germanique est prédominant en Scandinavie et en Allemagne du Nord. Un panthéon de divinités sous l'égide du dieu de la guerre [GetOdinName] dirige toutes les branches de l'Arbre-Monde, [GetYggdrasilName]. Les deux autres dieux principaux sont [GetThorName], protecteur de l'humanité, et [GetFreyName], dieu de la fertilité.;Im frühen Mittelalter ist das alte germanische Glaubensgebäude in Skandinavien und Norddeutschland immer noch vorherrschend. Ein Pantheon der Götter unter dem weisen Kriegergott [GetOdinName] herrscht über alle Zweige der Weltenesche [GetYggdrasilName]. Die anderen beiden Hauptgötter sind [GetThorName], Freund der Menschheit, und [GetFreyName], Gott der Fruchtbarkeit.;;En la Temprana Edad Media, el antiguo sistema de creencias germano aún predomina en Escandinavia y el norte de Alemania. Un panteón de dioses bajo el sabio dios guerreo [GetOdinName] que gobierna todas las ramas del Árbol del Mundo. Los otros dos dioses principales son [GetThorName], amigo de la humanidad, y [GetFreyName], dios de la fertilidad.;;;;;;;;;x

EVTDESC_TOG_569B;The runestone you commissioned has been finished and raised on the spot you chose for it. You examine the runes:\n\n[Root.GetFirstName], [Root.GetSonDaughter] of the wild, ordered this stone raised in honor of the Gods. No one was more devoted to [GetOdinName], and no one was more deserving of a place in [GetValhallaName]. These runes were carved by Grim and painted by Borkvard.\n\nYou leave the stone, content in the knowledge that many centuries from now, when its paint has long since faded, scholars will be studying these rune carvings in an effort to glean the wisdom of their words.;La pierre runique que vous avez commandée est terminée et a été érigée à l'endroit que vous aviez choisi. Vous examinez les runes :\n\n[Root.GetFirstName], [Root.GetSonDaughter] des terres sauvages, ordonna l'édification de cette pierre en l'honneur des Dieux. Personne n'était plus dévoué envers [GetOdinName], et personne ne méritait davantage une place au [GetValhallaName]. Ces runes furent gravées par Grim et peintes par Borkvard.\n\nVous partez avec la satisfaction de savoir que, dans bon nombre de siècles, quand la peinture se sera depuis longtemps estompée, des érudits étudieront ces runes gravées pour essayer d'en retrouver la sagesse.;Der von Euch in Auftrag gegebene Runenstein wurde fertiggestellt und an dem ihm zugedachten Ort errichtet. Ihr betrachtet die Inschrift:\n\n[Root.GetSonDaughter] der Wildnis, [Root.GetFirstName], beauftragte die Errichtung dieses Steins zu Ehren der Götter. Es gab niemanden, der [GetOdinName] ergebener zugetan war und einen Platz in [GetValhallaName] mehr verdiente. Diese Runen wurden von Grim eingemeißelt und Borkvard bemalte den Stein.\n\nZufrieden und im Bewusstsein, dass in ferner Zukunft, wenn die Farben des Steins bereits verblasst sein werden, Gelehrte die Runen auf der Suche nach der ihnen innewohnenden Weisheit studieren werden, verlasst Ihr den Ort.;;La piedra rúnica que encargaste ha sido terminada y levantada en el lugar que has elegido para ella. Examinando las runas, se lee:\n\n[Root.GetFirstName], [Root.GetSonDaughter] del salvaje, ordenó que se levantase esta piedra en honor de los dioses. No hubo nadie más dedicado a [GetOdinName], y nadie más merecedor de un lugar en el [GetValhallaName]. Estas runas fueron talladas por Grim y pintadas por Borkvard.\n\nDejas la piedra atrás, feliz de saber que muchos siglos después, cuando su pintura se haya descolorido hace mucho, los eruditos estudiarán estas tallas rúnicas en un esfuerzo por extraer la sabiduría de sus palabras.;;;;;;;;;x

EVTDESC_TOG_4016;I trust you are in good health, [Root.GetTitledFirstName]. My name is Palnatoke, and I have taken it upon myself to create a brotherhood of warriors devoted to [GetThorName] and [GetOdinName]. While sailing along the coast of Rügen, I discovered the perfect site to build our stronghold and I would ask your permission to settle this land.\n\nSigned,\n[From.GetTitledName];Je vous crois en bonne santé, [Root.GetTitledFirstName]. Mon nom est Palnatoke et j'ai entrepris de créer une confrérie de guerriers dévoués à [GetThorName] et à [GetOdinName]. Alors que je naviguais au long de la côte de Rügen, j'ai découvert le site parfait pour bâtir notre forteresse et je vous demande la permission de coloniser cette terre.\n\nsigné,\n[From.GetTitledName];Ich hoffe, Ihr seid in bester Gesundheit, [Root.GetTitledFirstName]. Mein Name ist Palnatoke und ich habe es mir zur Aufgabe gemacht, eine Bruderschaft von Kriegern zu Ehren von [GetThorName] und [GetOdinName] zu gründen. Während ich die Küste Rügens entlang segelte, entdeckte ich die perfekte Stelle für unsere Festung. Ich bitte Euch nun um Erlaubnis, jenes Land zu besiedeln.\n\nGezeichnet,\n[From.GetTitledName];;Mi nombre es Palnatoke, y he decidido crear una hermandad de guerreros dedicada a [GetThorName] y [GetOdinName]. Mientras navegaba por la costa de Rügen, descubrí el sitio perfecto para construir nuestra fortaleza y le pido permiso para establecernos en esas tierras.\n\nFirmado,\n[From.GetTitledName];;;;;;;;;x

EVTDESC_TOG_4026;I trust you are in good health, [Root.GetTitledFirstName]. My name is Palnatoke, and I have taken it upon myself to create a brotherhood of warriors devoted to [GetThorName] and [GetOdinName]. While sailing along the coast of Werle, I discovered the perfect site to build our stronghold and I would ask your permission to settle this land.\n\nSigned,\n[From.GetTitledName];Je vous crois en bonne santé, [Root.GetTitledFirstName]. Mon nom est Palnatoke et j'ai entrepris de créer une confrérie de guerriers dévoués à [GetThorName] et à [GetOdinName]. Alors que je naviguais au long de la côte de Werle, j'ai découvert le site parfait pour bâtir notre forteresse et je vous demande la permission de coloniser cette terre.\n\nsigné,\n[From.GetTitledName];Ich hoffe, Ihr seid in bester Gesundheit, [Root.GetTitledFirstName]. Mein Name ist Palnatoke und ich habe es mir zur Aufgabe gemacht, eine Bruderschaft von Kriegern zu Ehren von [GetThorName] und [GetOdinName] zu gründen. Während ich die Küste Werles entlang segelte, entdeckte ich die perfekte Stelle für unsere Festung. Ich bitte Euch nun um Erlaubnis, jenes Land zu besiedeln.\n\nGezeichnet,\n[From.GetTitledName];;Mi nombre es Palnatoke, y he decidido crear una hermandad de guerreros dedicada a [GetThorName] y [GetOdinName]. Mientras navegaba por la costa de Werle, descubrí el sitio perfecto para construir nuestra fortaleza y le pido permiso para establecernos en esas tierras.\n\nFirmado,\n[From.GetTitledName];;;;;;;;;x


the_trollcrafters_desc_real;The Fellowship of [GetHelName] are a secret society devoted to the study of dark sorcery and the veneration of the [GetHelName], the giantess ruler of Helheim. Members believe in the power of destruction and will attempt to use dark magic to sate their greed and thirst for death. At Ragnarök they hope to join the forces of [GetHelName] and [GetLokiName] in the fight against the other gods.;La Confrérie de [GetHelName] est une société secrète consacrée à l'étude de la sorcellerie et la vénération de [GetHelName], la géante qui règne sur Helheim. Ses membres croient en la puissance de la destruction et tenteront d'utiliser la magie noire pour satisfaire leur cupidité et leur soif de mort. À Ragnarök, ils espèrent rejoindre les forces de [GetHelName] et de [GetLokiName] dans la lutte contre les autres dieux.;Die Gefährten von [GetHelName] sind ein geheimer Zirkel, der sich dem Studium der dunklen Hexerei und der Huldigung von [GetHelName], des riesenhaften Herrschers von Helheim, verschrieben hat. Die Mitglieder glauben an die Macht der Zerstörung und hoffen mithilfe schwarzer Magie ihre Gier und Lust nach Tod zu befriedigen. Bei Ragnarök hoffen sie darauf, ein Teil der Streitkräfte [GetHelName] und [GetLokiName] zu werden und in die Schlacht gegen die anderen Götter zu ziehen.;;La hermandad de [GetHelName] es una sociedad secreta dedicada al estudio de la magia oscura y a la veneración de [GetHelName], la giganta que gobierna Helheim. Sus miembros creen en el poder de la destrucción y tratarán de usar la magia oscura para saciar su avaricia y sed de sangre. Esperan unirse a las fuerzas de [GetHelName] y [GetLokiName] en su lucha contra los demás dioses en el Ragnarok.;;;;;;;;;x

trollcrafters_recruit_real;Recruit to the Fellowship of [GetHelName];Recruter pour la Confrérie de [GetHelName];Für die Gefährten von [GetHelName] rekrutieren;;Reclutar para la hermandad de [GetHelName]a;;;;;;;;;x

trollcrafters_recruit_desc_real;Attempt to find out whether §Y[Root.GetTitledFirstName]§! is open to the power of the occult. If so, you may invite [Root.GetHerHim] to become a member of the Fellowship of [GetHelName].;Essayer de savoir si [Root.Get_le_TitledFirstNameJ] est récepti[Root.GetFVe] aux puissances occultes. Si c'est le cas, vous pourrez l'inviter à devenir membre de la Confrérie de [GetHelName].;Versuche herauszufinden, ob §Y[Root.GetTitledFirstName]§! empfänglich für die Macht des Okkulten ist. Falls dem so ist, könnt Ihr [Root.Getihnsie] in die Gefährten von [GetHelName] einladen.;;Averigua si a §Y[Root.GetTitleFirstName]§! le atraen las fuerzas ocultas. En caso afirmativo, puedes invitarlo/la a unirse a la hermandad de [GetHelName].;;;;;;;;;x

trollcrafters_recruit_block_tooltip_real;Has not been approached by the Fellowship of [GetHelName] before.;N'a pas déjà été approché par la Confrérie de [GetHelName].;Wurde noch nicht von den Gefährten von [GetHelName] kontaktiert.;;Nunca ha tenido contacto con la hermandad de [GetHelName].;;;;;;;;;x

random_mythological_creature_jörmungandr;[GetJormungandrName];le [GetJormungandrName];einer Midgardschlange;;[GetJormungandrName];;;;x

String_Freyja_Expression;Glory to [GetFreyjaName]!;Gloire à [GetFreyjaName]!;Gelobt sei [GetFreyjaName]!;;¡Gloria a [GetFreyjaName]!;;;;;;;;;x

String_Glory_to_Freyja;Glory to [GetFreyjaName]!;Gloire à [GetFreyjaName]!;Gelobt sei [GetFreyjaName]!;;¡Gloria a [GetFreyjaName]!;;;;;;;;;x

String_Freyja;[GetFreyjaName];[GetFreyjaName];[GetFreyjaName];;[GetFreyjaName];;;;;;;;;x

string_goddess_freyja;[GetFreyjaName];[GetFreyjaName];[GetFreyjaName];;[GetFreyjaName];;;;;;;;;x

EVTDESCHFPB20503;As I struggled in my bed, burned by the fever, I saw the heavenly palace of [GetAsgardName] and the battling fields of [GetValhallaName] where heroes of old were fighting against each other and alongside the mighty Aesirs.;Alors que je luttais dans mon lit, brûlante de fièvre, je vis le palais céleste d'[GetAsgardName] et les champs de bataille de [GetValhallaName] où les héros du passé se battaient les uns contre les autres et aux côtés des puissants Aesirs.;Während ich im Bett gegen das Fieber kämpfte, sah ich den himmlischen Palast von [GetAsgardName] und die Schlachtfelder von [GetValhallaName], wo Helden von Alt zusammen mit den Asen gegeneinander kämpfen.;;Según me retorcía en la cama, ardiendo de fiebre, vi el palacio celestial de [GetAsgardName] y los campos de batallas del Valhala, donde los héroes de la antigüedad luchan entre ellos y junto a los poderosos aesires.;;;;;;;;;x

religion_feature_norse_desc;We shall not wane into obscurity without a fight! The end times are near. Our people must prove their worth if they are ever to enter [GetValhallaName]!;Nous ne sombrerons pas sans nous battre ! La fin des temps est proche. Notre peuple doit prouver sa valeur s'il veut entrer au [GetValhallaName] !;Wir werden nicht ohne Kampf in Vergessenheit geraten! Die Endzeit ist nah. Unser Volk wird sich beweisen müssen, wenn es jemals [GetValhallaName] betreten will!;;¡No caeremos en la oscuridad sin luchar! Los tiempos finales se acercan. Nuestro pueblo debe demostrar su valía si quiere entrar en el Valhala.;;;;;;;;;x

EVTDESCBHF23212;Many brave Norsemen sail from Scandinavia in search for glory and riches in the prosperous lands of the West. Only a few return from their travels as heroes, but even their stories pale in comparison to mine. \nMy palace is filled with the countless trophies I have gathered through a lifetime of endless plundering. I have laid waste of scores of towns, killed thousands, brought entire realms to their knees... \nThe land-dwellers scare children by telling stories about my exploits, while the Skalds of [Root.PrimaryTitle.GetName] swear that I must be nothing less than a Valkyr, descended from [GetValhallaName] to quench my thirst for battle.;Beaucoup de braves Vikings quittent la Scandinavie à la recherche de gloire et de richesse dans les pays prospères de l'Ouest. Seuls quelques-uns reviennent de leurs voyages en héros, mais même les histoires de ceux-là pâlissent en comparaison des miennes.\nMon palais est rempli d'innombrables trophées que j'ai recueillis au cours d'une vie de pill...

valhalla_bound;[GetValhallaName] Bound;En chemin vers [GetValhallaName];Gen [GetValhallaName];;Destinado al [GetValhallaName].;;;;;;;;;x

valhalla_bound_desc;By winning great victories for the Germanic faith this character is assured a place at [GetOdinName]'s table in [GetValhallaName]!;En remportant de grandes victoires pour la foi scandinave, ce personnage s'est assuré d'avoir une place à la table d'[GetOdinName] à [GetValhallaName] !;Durch ihre großen Siege im Namen des nordischen Glaubens ist dieser Person ein Platz an [GetOdinName]s Tafel in [GetValhallaName] sicher!;;¡Al ganar grandes victorias para la fe nórdica, este personaje tiene garantizado un lugar en la mesa de Odín en el [GetValhallaName]!;;;;;;;;;x

COMPL_VALHALLA_BOUND_FEMALE;Daughter of [GetOdinName];Fille d'[GetOdinName];Tochter von [GetOdinName];;Hija de Odín;;;;;;;;;x

COMPL_VALHALLA_BOUND_MALE;Son of [GetOdinName];Fils d'[GetOdinName];Sohn von [GetOdinName];;Hijo de hijo;;;;;;;;;x

EVTOPTA_TOG_5014;[GetValhallaName] awaits me...;Le [GetValhallaName] m'attend...;[GetValhallaName] erwartet mich...;;El [GetValhallaName] me espera…;;;;;;;;;x

norse_pagan_succ_desc_8;feasts in [GetValhallaName];festoie à présent au [GetValhallaName];schlemmt nun in [GetValhallaName];;está festejando en el [GetValhallaName];;;;;;;;;x

EVTOPTA_TOG_4003;Their place in [GetValhallaName] is assured.;Leur place au [GetValhallaName] est assurée.;Ein Platz in [GetValhallaName] ist ihnen sicher.;;Su lugar en el [GetValhallaName] está asegurado.;;;;;;;;;x

norse_pagan_succ_desc_4;has set course for [GetAsgardName];a mis le cap pour [GetAsgardName];hat den Pfad nach [GetAsgardName] betreten;;emprendió su camino a [GetAsgardName];;;;;;;;;x

norse_pagan_reformed_succ_desc_4;has set course for [GetAsgardName];a mis le cap pour [GetAsgardName];hat den Pfad nach [GetAsgardName] betreten;;emprendió su camino a [GetAsgardName];;;;;;;;;x

Code:
#CODE;ENGLISH;FRENCH;GERMAN;;SPANISH;;;;;;;;;x
GOD_ODIN_SAXON;Woden;Woden;Woden;;Woden;;;;;;;;;x
GOD_ODIN_2_SAXON;Woden;Woden;Woden;;Woden;;;;;;;;;x
GOD_THOR_SAXON;Þunor;Þunor;Þunor;;Þunor;;;;;;;;;x
GOD_TYR_SAXON;Tiw;Tiw;Tiw;;Tiw;;;;;;;;;x
GOD_FRIGG_SAXON;Frig;Frig;Frig;;Frig;;;;;;;;;x
GOD_FRIGG_2_SAXON;Frig;Frig;Frig;;Frig;;;;;;;;;x
HEL_SAXON;Hell;Hell;Hell;;Hell;;;;;;;;;x
GOD_SIF_SAXON;Sibb;Sibb;Sibb;;Sibb;;;;;;;;;x
GOD_SKADI_SAXON;Sceadu;Sceadu;Sceadu;;Sceadu;;;;;;;;;x
GOD_FREY_SAXON;Freo;Freo;Freo;;Freo;;;;;;;;;x
GOD_FREYJA_SAXON;Frea;Frea;Frea;;Frea;;;;;;;;;x
LOKI_SAXON;Loga;Loga;Loga;;Loga;;;;;;;;;x
FENRIR_SAXON;Fenere;Fenere;Fenere;;Fenere;;;;;;;;;x
JORMUNGANDR_SAXON;Eormengeand;Eormengeand;Eormengeand;;Eormengeand;;;;;;;;;x
YGGDRASIL_SAXON;Éowadræsal;Éowadræsal;Éowadræsal;;Éowadræsal;;;;;;;;;x
VALHALLA_SAXON;Ȳdræsil;Ȳdræsil;Ȳdræsil;;Ȳdræsil;;;;;;;;;x
ASGARD_SAXON;Osgeard;Osgeard;Osgeard;;Osgeard;;;;;;;;;x
GOD_ODIN_FRISIAN;Weda;Weda;Weda;;Weda;;;;;;;;;x
GOD_ODIN_2_FRISIAN;Weda;Weda;Weda;;Weda;;;;;;;;;x
GOD_THOR_FRISIAN;Thuner;Thuner;Thuner;;Thuner;;;;;;;;;x
GOD_TYR_FRISIAN;Tii;Tii;Tii;;Tii;;;;;;;;;x
GOD_FRIGG_FRISIAN;Fria;Fria;Fria;;Fria;;;;;;;;;x
GOD_FRIGG_2_FRISIAN;Fria;Fria;Fria;;Fria;;;;;;;;;x
HEL_FRISIAN;Helle;Helle;Helle;;Helle;;;;;;;;;x
GOD_SIF_FRISIAN;Sibbe;Sibbe;Sibbe;;Sibbe;;;;;;;;;x
GOD_SKADI_FRISIAN;Skade;Skade;Skade;;Skade;;;;;;;;;x
GOD_FREY_FRISIAN;Froa;Froa;Froa;;Froa;;;;;;;;;x
GOD_FREYJA_FRISIAN;Frouwe;Frouwe;Frouwe;;Frouwe;;;;;;;;;x
LOKI_FRISIAN;Loga;Loga;Loga;;Loga;;;;;;;;;x
FENRIR_FRISIAN;Fenera;Fenera;Fenera;;Fenera;;;;;;;;;x
JORMUNGANDR_FRISIAN;Ermengand;Ermengand;Ermengand;;Ermengand;;;;;;;;;x
YGGDRASIL_FRISIAN;Īdrasil;Īdrasil;Īdrasil;;Īdrasil;;;;;;;;;x
VALHALLA_FRISIAN;Walhall;Walhall;Walhall;;Walhall;;;;;;;;;x
ASGARD_FRISIAN;Osgard;Osgard;Osgard;;Osgard;;;;;;;;;x
GOD_ODIN_OLD_SAXON;Wodan;Wodan;Wodan;;Wodan;;;;;;;;;x
GOD_ODIN_2_OLD_SAXON;Wodan;Wodan;Wodan;;Wodan;;;;;;;;;x
GOD_THOR_OLD_SAXON;Thunar;Thunar;Thunar;;Thunar;;;;;;;;;x
GOD_TYR_OLD_SAXON;Tiuw;Tiuw;Tiuw;;Tiuw;;;;;;;;;x
GOD_FRIGG_OLD_SAXON;Fria;Fria;Fria;;Fria;;;;;;;;;x
GOD_FRIGG_2_OLD_SAXON;Fria;Fria;Fria;;Fria;;;;;;;;;x
HEL_OLD_SAXON;Hel;Hel;Hel;;Hel;;;;;;;;;x
GOD_SIF_OLD_SAXON;Sibbia;Sibbia;Sibbia;;Sibbia;;;;;;;;;x
GOD_SKADI_OLD_SAXON;Scato;Scato;Scato;;Scato;;;;;;;;;x
GOD_FREY_OLD_SAXON;Frōio;Frōio;Frōio;;Frōio;;;;;;;;;x
GOD_FREYJA_OLD_SAXON;Frua;Frua;Frua;;Frua;;;;;;;;;x
LOKI_OLD_SAXON;Logo;Logo;Logo;;Logo;;;;;;;;;x
FENRIR_OLD_SAXON;Feniri;Feniri;Feniri;;Feniri;;;;;;;;;x
JORMUNGANDR_OLD_SAXON;Irmingand;Irmingand;Irmingand;;Irmingand;;;;;;;;;x
YGGDRASIL_OLD_SAXON;Ûwidrasil;Ûwidrasil;Ûwidrasil;;Ûwidrasil;;;;;;;;;x
VALHALLA_OLD_SAXON;Walhalla;Walhalla;Walhalla;;Walhalla;;;;;;;;;x
GOD_ODIN_OLD_FRANKISH;Wuodan;Wuodan;Wuodan;;Wuodan;;;;;;;;;x
GOD_ODIN_2_OLD_FRANKISH;Wuodan;Wuodan;Wuodan;;Wuodan;;;;;;;;;x
GOD_THOR_OLD_FRANKISH;Thonar;Thonar;Thonar;;Thonar;;;;;;;;;x
GOD_TYR_OLD_FRANKISH;Ti;Ti;Ti;;Ti;;;;;;;;;x
GOD_FRIGG_OLD_FRANKISH;Fria;Fria;Fria;;Fria;;;;;;;;;x
GOD_FRIGG_2_OLD_FRANKISH;Fria;Fria;Fria;;Fria;;;;;;;;;x
HEL_OLD_FRANKISH;Hella;Hella;Hella;;Hella;;;;;;;;;x
GOD_SIF_OLD_FRANKISH;Sibba;Sibba;Sibba;;Sibba;;;;;;;;;x
GOD_SKADI_OLD_FRANKISH;Skado;Skado;Skado;;Skado;;;;;;;;;x
GOD_FREY_OLD_FRANKISH;Fro;Fro;Fro;;Fro;;;;;;;;;x
GOD_FREYJA_OLD_FRANKISH;Frouwa;Frouwa;Frouwa;;Frouwa;;;;;;;;;x
LOKI_OLD_FRANKISH;Logo;Logo;Logo;;Logo;;;;;;;;;x
FENRIR_OLD_FRANKISH;Fanari;Fanari;Fanari;;Fanari;;;;;;;;;x
JORMUNGANDR_OLD_FRANKISH;Ermengant;Ermengant;Ermengant;;Ermengant;;;;;;;;;x
YGGDRASIL_OLD_FRANKISH;Ûdrasil;Ûdrasil;Ûdrasil;;Ûdrasil;;;;;;;;;x
VALHALLA_OLD_FRANKISH;Walhalla;Walhalla;Walhalla;;Walhalla;;;;;;;;;x
ASGARD_OLD_FRANKISH;Ansgard;Ansgard;Ansgard;;Ansgard;;;;;;;;;x
GOD_ODIN_DUTCH;Woen;Woen;Woen;;Woen;;;;;;;;;x
GOD_ODIN_2_DUTCH;Woen;Woen;Woen;;Woen;;;;;;;;;x
GOD_THOR_DUTCH;Donar;Donar;Donar;;Donar;;;;;;;;;x
GOD_TYR_DUTCH;Tij;Tij;Tij;;Tij;;;;;;;;;x
GOD_FRIGG_DUTCH;Vrij;Vrij;Vrij;;Vrij;;;;;;;;;x
GOD_FRIGG_2_DUTCH;Vrij;Vrij;Vrij;;Vrij;;;;;;;;;x
HEL_DUTCH;Hel;Hel;Hel;;Hel;;;;;;;;;x
GOD_SIF_DUTCH;Sibbe;Sibbe;Sibbe;;Sibbe;;;;;;;;;x
GOD_SKADI_DUTCH;Skadu;Skadu;Skadu;;Skadu;;;;;;;;;x
GOD_FREY_DUTCH;Vroo;Vroo;Vroo;;Vroo;;;;;;;;;x
GOD_FREYJA_DUTCH;Vrouw;Vrouw;Vrouw;;Vrouw;;;;;;;;;x
LOKI_DUTCH;Log;Log;Log;;Log;;;;;;;;;x
FENRIR_DUTCH;Venner;Venner;Venner;;Venner;;;;;;;;;x
JORMUNGANDR_DUTCH;Aarmngand;Aarmngand;Aarmngand;;Aarmngand;;;;;;;;;x
YGGDRASIL_DUTCH;Uidrezel;Uidrezel;Uidrezel;;Uidrezel;;;;;;;;;x
VALHALLA_DUTCH;Walhalla;Walhalla;Walhalla;;Walhalla;;;;;;;;;x
ASGARD_DUTCH;Ansgard;Ansgard;Ansgard;;Ansgard;;;;;;;;;x
GOD_ODIN_SUEBI;Wotan;Wotan;Wotan;;Wotan;;;;;;;;;x
GOD_ODIN_2_SUEBI;Wotan;Wotan;Wotan;;Wotan;;;;;;;;;x
GOD_THOR_SUEBI;Donar;Donar;Donar;;Donar;;;;;;;;;x
GOD_TYR_SUEBI;Ziu;Ziu;Ziu;;Ziu;;;;;;;;;x
GOD_FRIGG_SUEBI;Friia;Friia;Friia;;Friia;;;;;;;;;x
GOD_FRIGG_2_SUEBI;Friia;Friia;Friia;;Friia;;;;;;;;;x
HEL_SUEBI;Hellia;Hellia;Hellia;;Hellia;;;;;;;;;x
GOD_SIF_SUEBI;Sippa;Sippa;Sippa;;Sippa;;;;;;;;;x
GOD_SKADI_SUEBI;Scato;Scato;Scato;;Scato;;;;;;;;;x
GOD_FREY_SUEBI;Frouwo;Frouwo;Frouwo;;Frouwo;;;;;;;;;x
GOD_FREYJA_SUEBI;Frouwa;Frouwa;Frouwa;;Frouwa;;;;;;;;;x
LOKI_SUEBI;Logo;Logo;Logo;;Logo;;;;;;;;;x
FENRIR_SUEBI;Feniri;Feniri;Feniri;;Feniri;;;;;;;;;x
JORMUNGANDR_SUEBI;Irmingant;Irmingant;Irmingant;;Irmingant;;;;;;;;;x
YGGDRASIL_SUEBI;Ûwitrasil;Ûwitrasil;Ûwitrasil;;Ûwitrasil;;;;;;;;;x
VALHALLA_SUEBI;Walhalla;Walhalla;Walhalla;;Walhalla;;;;;;;;;x
ASGARD_SUEBI;Ansgart;Ansgart;Ansgart;;Ansgart;;;;;;;;;x
GOD_ODIN_GERMAN;Wotan;Wotan;Wotan;;Wotan;;;;;;;;;x
GOD_ODIN_2_GERMAN;Wotan;Wotan;Wotan;;Wotan;;;;;;;;;x
GOD_THOR_GERMAN;Donar;Donar;Donar;;Donar;;;;;;;;;x
GOD_TYR_GERMAN;Zi;Zi;Zi;;Zi;;;;;;;;;x
GOD_FRIGG_GERMAN;Vrei;Vrei;Vrei;;Vrei;;;;;;;;;x
GOD_FRIGG_2_GERMAN;Vrei;Vrei;Vrei;;Vrei;;;;;;;;;x
HEL_GERMAN;Helle;Helle;Helle;;Helle;;;;;;;;;x
GOD_SIF_GERMAN;Sippe;Sippe;Sippe;;Sippe;;;;;;;;;x
GOD_SKADI_GERMAN;Schatten;Schatten;Schatten;;Schatten;;;;;;;;;x
GOD_FREY_GERMAN;Vron;Vron;Vron;;Vron;;;;;;;;;x
GOD_FREYJA_GERMAN;Frau;Frau;Frau;;Frau;;;;;;;;;x
LOKI_GERMAN;Loge;Loge;Loge;;Loge;;;;;;;;;x
FENRIR_GERMAN;Venner;Venner;Venner;;Venner;;;;;;;;;x
JORMUNGANDR_GERMAN;Ermengond;Ermengond;Ermengond;;Ermengond;;;;;;;;;x
YGGDRASIL_GERMAN;Eutresel;Eutresel;Eutresel;;Eutresel;;;;;;;;;x
VALHALLA_GERMAN;Walhalle;Walhalle;Walhalle;;Walhalle;;;;;;;;;x
ASGARD_GERMAN;Ansgarten;Ansgarten;Ansgarten;;Ansgarten;;;;;;;;;x
GOD_ODIN_NORSE;Óðinn;Óðinn;Óðinn;;Óðinn;;;;;;;;;x
GOD_ODIN_2_NORSE;Óðinn;Óðinn;Óðinn;;Óðinn;;;;;;;;;x
GOD_THOR_NORSE;Þórr;Þórr;Þórr;;Þórr;;;;;;;;;x
GOD_SKADI_NORSE;Skaði;Skaði;Skaði;;Skaði;;;;;;;;;x
GOD_FREY_NORSE;Freyr;Freyr;Freyr;;Freyr;;;;;;;;;x
JORMUNGANDR_NORSE;Jǫrmungandr;Jǫrmungandr;Jǫrmungandr;;Jǫrmungandr;;;;;;;;;x
VALHALLA_NORSE;Valhǫll;Valhǫll;Valhǫll;;Valhǫll;;;;;;;;;x
ASGARD_NORSE;Ásgarðr;Ásgarðr;Ásgarðr;;Ásgarðr;;;;;;;;;x
GOD_ODIN_DANISH;Oden;Oden;Oden;;Oden;;;;;;;;;x
GOD_ODIN_2_DANISH;Oden;Oden;Oden;;Oden;;;;;;;;;x
GOD_THOR_DANISH;Tor;Tor;Tor;;Tor;;;;;;;;;x
GOD_TYR_DANISH;Ty;Ty;Ty;;Ty;;;;;;;;;x
GOD_SKADI_DANISH;Skade;Skade;Skade;;Skade;;;;;;;;;x
GOD_FREY_DANISH;Frej;Frej;Frej;;Frej;;;;;;;;;x
GOD_FREYJA_DANISH;Freja;Freja;Freja;;Freja;;;;;;;;;x
LOKI_DANISH;Loke;Loke;Loke;;Loke;;;;;;;;;x
FENRIR_DANISH;Fenrisulven;Fenrisulven;Fenrisulven;;Fenrisulven;;;;;;;;;x
JORMUNGANDR_DANISH;Jormundgand;Jormundgand;Jormundgand;;Jormundgand;;;;;;;;;x
VALHALLA_DANISH;Valhal;Valhal;Valhal;;Valhal;;;;;;;;;x
GOD_ODIN_SWEDISH;Oden;Oden;Oden;;Oden;;;;;;;;;x
GOD_ODIN_2_SWEDISH;Oden;Oden;Oden;;Oden;;;;;;;;;x
GOD_THOR_SWEDISH;Tor;Tor;Tor;;Tor;;;;;;;;;x
GOD_TYR_SWEDISH;Ti;Ti;Ti;;Ti;;;;;;;;;x
GOD_SIF_SWEDISH;Siv;Siv;Siv;;Siv;;;;;;;;;x
GOD_SKADI_SWEDISH;Skade;Skade;Skade;;Skade;;;;;;;;;x
GOD_FREY_SWEDISH;Frej;Frej;Frej;;Frej;;;;;;;;;x
GOD_FREYJA_SWEDISH;
LOKI_SWEDISH;Loke;Loke;Loke;;Loke;;;;;;;;;x
FENRIR_SWEDISH;Fenrisulven;Fenrisulven;Fenrisulven;;Fenrisulven;;;;;;;;;x
JORMUNGANDR_SWEDISH;Jörmungand;Jörmungand;Jörmungand;;Jörmungand;;;;;;;;;x
VALHALLA_SWEDISH;Valhall;Valhall;Valhall;;Valhall;;;;;;;;;x
GOD_THOR_NORWEGIAN;Tor;Tor;Tor;;Tor;;;;;;;;;x
GOD_TYR_NORWEGIAN;Ty;Ty;Ty;;Ty;;;;;;;;;x
GOD_SIF_NORWEGIAN;Siv;Siv;Siv;;Siv;;;;;;;;;x
GOD_SKADI_NORWEGIAN;Skade;Skade;Skade;;Skade;;;;;;;;;x
GOD_FREY_NORWEGIAN;Frøy;Frøy;Frøy;;Frøy;;;;;;;;;x
GOD_FREYJA_NORWEGIAN;Frøya;Frøya;Frøya;;Frøya;;;;;;;;;x
LOKI_NORWEGIAN;Loke;Loke;Loke;;Loke;;;;;;;;;x
FENRIR_NORWEGIAN;Fenrisulven;Fenrisulven;Fenrisulven;;Fenrisulven;;;;;;;;;x
JORMUNGANDR_NORWEGIAN;Jormundgand;Jormundgand;Jormundgand;;Jormundgand;;;;;;;;;x
VALHALLA_NORWEGIAN;Valhall;Valhall;Valhall;;Valhall;;;;;;;;;x
GOD_ODIN_CRIMEAN_GOTHIC;Wodan;Wodan;Wodan;;Wodan;;;;;;;;;x
GOD_ODIN_2_CRIMEAN_GOTHIC;Wodan;Wodan;Wodan;;Wodan;;;;;;;;;x
GOD_THOR_CRIMEAN_GOTHIC;Þonar;Þonar;Þonar;;Þonar;;;;;;;;;x
GOD_TYR_CRIMEAN_GOTHIC;Tiw;Tiw;Tiw;;Tiw;;;;;;;;;x
GOD_FRIGG_CRIMEAN_GOTHIC;Frija;Frija;Frija;;Frija;;;;;;;;;x
GOD_FRIGG_2_CRIMEAN_GOTHIC;Frija;Frija;Frija;;Frija;;;;;;;;;x
HEL_CRIMEAN_GOTHIC;Helja;Helja;Helja;;Helja;;;;;;;;;x
GOD_SIF_CRIMEAN_GOTHIC;Sibja;Sibja;Sibja;;Sibja;;;;;;;;;x
GOD_SKADI_CRIMEAN_GOTHIC;Skado;Skado;Skado;;Skado;;;;;;;;;x
GOD_FREY_CRIMEAN_GOTHIC;Frojo;Frojo;Frojo;;Frojo;;;;;;;;;x
GOD_FREYJA_CRIMEAN_GOTHIC;Froja;Froja;Froja;;Froja;;;;;;;;;x
LOKI_CRIMEAN_GOTHIC;Logo;Logo;Logo;;Logo;;;;;;;;;x
FENRIR_CRIMEAN_GOTHIC;Fenizi;Fenizi;Fenizi;;Fenizi;;;;;;;;;x
JORMUNGANDR_CRIMEAN_GOTHIC;Irmingand;Irmingand;Irmingand;;Irmingand;;;;;;;;;x
YGGDRASIL_CRIMEAN_GOTHIC;Yggwidrasil;Yggwidrasil;Yggwidrasil;;Yggwidrasil;;;;;;;;;x
VALHALLA_CRIMEAN_GOTHIC;Walhallo;Walhallo;Walhallo;;Walhallo;;;;;;;;;x
ASGARD_CRIMEAN_GOTHIC;Ansgard;Ansgard;Ansgard;;Ansgard;;;;;;;;;x
GOD_FREYJA;Freyja;Freyja;Freyja;;Freyja;;;;;;;;;x
YGGDRASIL;Yggdrasil;Yggdrasil;Yggdrasil;;Yggdrasil;;;;;;;;;x
VALHALLA;Valhalla;Valhalla;Valhalla;;Valhalla;;;;;;;;;x
ASGARD;Asgard;Asgard;Asgard;;Asgard;;;;;;;;;x

Code:
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_ODIN_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_THOR_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_TYR_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FRIGG_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = HEL_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_SIF_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_SKADI_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FREY_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyjaName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FREYJA_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = LOKI_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = FENRIR_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = JORMUNGANDR_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = YGGDRASIL_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = VALHALLA_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = ASGARD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_ODIN_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_THOR_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_TYR_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_FRIGG_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = HEL_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_SIF_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_SKADI_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_FREY_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_FREYJA_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = LOKI_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = FENRIR_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = JORMUNGANDR_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = YGGDRASIL_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = VALHALLA_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = ASGARD_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_ODIN_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_THOR_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_TYR_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FRIGG_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = HEL_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_SIF_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_SKADI_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FREY_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FREYJA_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = LOKI_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = FENRIR_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = JORMUNGANDR_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = YGGDRASIL_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = VALHALLA_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_ODIN_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_THOR_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_TYR_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FRIGG_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = HEL_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_SIF_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_SKADI_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FREY_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FREYJA_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = LOKI_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = FENRIR_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = JORMUNGANDR_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = YGGDRASIL_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = VALHALLA_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = ASGARD_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_ODIN_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_THOR_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_TYR_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FRIGG_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = HEL_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_SIF_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_SKADI_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FREY_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FREYJA_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = LOKI_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = FENRIR_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = JORMUNGANDR_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = YGGDRASIL_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = VALHALLA_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = ASGARD_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_ODIN_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_THOR_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_TYR_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_FRIGG_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = HEL_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_SIF_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_SKADI_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_FREY_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_FREYJA_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = LOKI_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = FENRIR_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = JORMUNGANDR_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = YGGDRASIL_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = VALHALLA_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = ASGARD_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_ODIN_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_THOR_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_TYR_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FRIGG_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = HEL_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_SIF_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_SKADI_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FREY_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FREYJA_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = LOKI_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = FENRIR_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = JORMUNGANDR_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = YGGDRASIL_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = VALHALLA_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = ASGARD_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_ODIN_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_THOR_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_SKADI_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_FREY_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = JORMUNGANDR_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = VALHALLA_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = ASGARD_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_ODIN_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_THOR_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_TYR_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_SKADI_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_FREY_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_FREYJA_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = LOKI_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = FENRIR_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = JORMUNGANDR_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = VALHALLA_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_ODIN_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_THOR_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_TYR_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_SIF_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_SKADI_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_FREY_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_FREYJA_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = LOKI_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = FENRIR_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = JORMUNGANDR_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = VALHALLA_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_THOR_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_TYR_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_SIF_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_SKADI_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_FREY_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_FREYJA_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = LOKI_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = FENRIR_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = JORMUNGANDR_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = VALHALLA_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_ODIN_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_THOR_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_TYR_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FRIGG_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = HEL_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_SIF_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_SKADI_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FREY_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FREYJA_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = LOKI_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = FENRIR_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = JORMUNGANDR_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = YGGDRASIL_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = VALHALLA_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = ASGARD_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
 
Last edited:

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
I don't think this block does what you want it to:
Code:
               if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                           has_religion_feature = religion_matriarchal
                           has_religion_feature = religion_patriarchal
                           has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SAXON
                        add_evil_god_name = HEL_SAXON
                        add_evil_god_name = FENRIR_SAXON
                        add_evil_god_name = JORMUNGANDR_SAXON
                    }
                }
Dogmatics are not getting their set. It should be:
Code:
               if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        OR = {
                           NOR = {
                              has_religion_feature = religion_matriarchal
                              has_religion_feature = religion_patriarchal
                           }      
                        }
                        has_religion_feature = religion_dogmatic
                    }                    set_high_god_name = GOD_THE_ALLFATHER
                    add_god_name = GOD_THE_ALLFATHER_2
                    add_evil_god_name = LOKI_SAXON
                    add_evil_god_name = HEL_SAXON
                    add_evil_god_name = FENRIR_SAXON
                    add_evil_god_name = JORMUNGANDR_SAXON
                }
Not quite sure that's what you want, but testing for NOT dogmatic inside another block that tests for NOT dogmatic doesn't do anything useful. You still haven't clearly stated what you want to achieve, case by case.

I think overall it would be best to use a trigger_switch for culture:
Code:
if = {
   limit = {
      has_dlc = "Holy Fury"
      religion = norse_pagan_reformed
   }
   trigger_switch = {
      on_trigger = culture
      saxon = {
#insert code for saxon
      }
      frisian = {
# insert code for frisian
      }
#and so on up to
      fallback = {
#insert code for non-germanic cultures
      }
   }
}
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
I don't think this block does what you want it to:
Code:
               if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                           has_religion_feature = religion_matriarchal
                           has_religion_feature = religion_patriarchal
                           has_religion_feature = religion_dogmatic
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SAXON
                        add_evil_god_name = HEL_SAXON
                        add_evil_god_name = FENRIR_SAXON
                        add_evil_god_name = JORMUNGANDR_SAXON
                    }
                }
Dogmatics are not getting their set. It should be:
Code:
               if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        OR = {
                           NOR = {
                              has_religion_feature = religion_matriarchal
                              has_religion_feature = religion_patriarchal
                           }    
                        }
                        has_religion_feature = religion_dogmatic
                    }                    set_high_god_name = GOD_THE_ALLFATHER
                    add_god_name = GOD_THE_ALLFATHER_2
                    add_evil_god_name = LOKI_SAXON
                    add_evil_god_name = HEL_SAXON
                    add_evil_god_name = FENRIR_SAXON
                    add_evil_god_name = JORMUNGANDR_SAXON
                }
Not quite sure that's what you want, but testing for NOT dogmatic inside another block that tests for NOT dogmatic doesn't do anything useful. You still haven't clearly stated what you want to achieve, case by case.
Well that explains the crash I had during testing. That code is supposed to be the same as paradox's original, with the only difference being which god localization it points too. I must have introduced an error.
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
Code:
            if = { #A ruler reforms Norse Paganism while being a Germanic culture: change all the gods to their native Germanic names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                }
                trigger_switch = {
                    on_trigger = culture
                    saxon = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_saxon_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                            has_religion_feature = religion_matriarchal
                            has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SAXON
                        add_evil_god_name = HEL_SAXON
                        add_evil_god_name = FENRIR_SAXON
                        add_evil_god_name = JORMUNGANDR_SAXON
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_SAXON
                    add_god_name = GOD_ODIN_2_SAXON
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SAXON
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SAXON
                    }
                    add_evil_god_name = GOD_FRIGG_SAXON
                    add_evil_god_name = HEL_SAXON
                    add_evil_god_name = GOD_SIF_SAXON
                    add_evil_god_name = GOD_SKADI_SAXON
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_SAXON
                    add_god_name = GOD_FRIGG_2_SAXON
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_SAXON
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_SAXON
                        add_god_name = GOD_FREY_SAXON
                    }
                    add_evil_god_name = LOKI_SAXON
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_SAXON
                    add_evil_god_name = JORMUNGANDR_SAXON
                }
                }
                frisian = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_frisian_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_FRISIAN
                        add_evil_god_name = HEL_FRISIAN
                        add_evil_god_name = FENRIR_FRISIAN
                        add_evil_god_name = JORMUNGANDR_FRISIAN
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_FRISIAN
                    add_god_name = GOD_ODIN_2_FRISIAN
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_FRISIAN
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_FRISIAN
                    }
                    add_evil_god_name = GOD_FRIGG_FRISIAN
                    add_evil_god_name = HEL_FRISIAN
                    add_evil_god_name = GOD_SIF_FRISIAN
                    add_evil_god_name = GOD_SKADI_FRISIAN
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_FRISIAN
                    add_god_name = GOD_FRIGG_2_FRISIAN
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_FRISIAN
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_FRISIAN
                        add_god_name = GOD_FREY_FRISIAN
                    }
                    add_evil_god_name = LOKI_FRISIAN
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_FRISIAN
                    add_evil_god_name = JORMUNGANDR_FRISIAN
                }
            }
            old_saxon = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_old_saxon_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_OLD_SAXON
                        add_evil_god_name = HEL_OLD_SAXON
                        add_evil_god_name = FENRIR_OLD_SAXON
                        add_evil_god_name = JORMUNGANDR_OLD_SAXON
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_OLD_SAXON
                    add_god_name = GOD_ODIN_2_OLD_SAXON
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_OLD_SAXON
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_OLD_SAXON
                    }
                    add_evil_god_name = GOD_FRIGG_OLD_SAXON
                    add_evil_god_name = HEL_OLD_SAXON
                    add_evil_god_name = GOD_SIF_OLD_SAXON
                    add_evil_god_name = GOD_SKADI_OLD_SAXON
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_OLD_SAXON
                    add_god_name = GOD_FRIGG_2_OLD_SAXON
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_OLD_SAXON
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_OLD_SAXON
                        add_god_name = GOD_FREY_OLD_SAXON
                    }
                    add_evil_god_name = LOKI_OLD_SAXON
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_OLD_SAXON
                    add_evil_god_name = JORMUNGANDR_OLD_SAXON
                }
            }
            old_frankish = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_old_frankish_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_OLD_FRANKISH
                        add_evil_god_name = HEL_OLD_FRANKISH
                        add_evil_god_name = FENRIR_OLD_FRANKISH
                        add_evil_god_name = JORMUNGANDR_OLD_FRANKISH
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_OLD_FRANKISH
                    add_god_name = GOD_ODIN_2_OLD_FRANKISH
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_OLD_FRANKISH
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_OLD_FRANKISH
                    }
                    add_evil_god_name = GOD_FRIGG_OLD_FRANKISH
                    add_evil_god_name = HEL_OLD_FRANKISH
                    add_evil_god_name = GOD_SIF_OLD_FRANKISH
                    add_evil_god_name = GOD_SKADI_OLD_FRANKISH
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_OLD_FRANKISH
                    add_god_name = GOD_FRIGG_2_OLD_FRANKISH
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_OLD_FRANKISH
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_OLD_FRANKISH
                        add_god_name = GOD_FREY_OLD_FRANKISH
                    }
                    add_evil_god_name = LOKI_OLD_FRANKISH
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_OLD_FRANKISH
                    add_evil_god_name = JORMUNGANDR_OLD_FRANKISH
                }
            }
            dutch = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_dutch_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_DUTCH
                        add_evil_god_name = HEL_DUTCH
                        add_evil_god_name = FENRIR_DUTCH
                        add_evil_god_name = JORMUNGANDR_DUTCH
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_DUTCH
                    add_god_name = GOD_ODIN_2_DUTCH
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_DUTCH
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_DUTCH
                    }
                    add_evil_god_name = GOD_FRIGG_DUTCH
                    add_evil_god_name = HEL_DUTCH
                    add_evil_god_name = GOD_SIF_DUTCH
                    add_evil_god_name = GOD_SKADI_DUTCH
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_DUTCH
                    add_god_name = GOD_FRIGG_2_DUTCH
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_DUTCH
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_DUTCH
                        add_god_name = GOD_FREY_DUTCH
                    }
                    add_evil_god_name = LOKI_DUTCH
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_DUTCH
                    add_evil_god_name = JORMUNGANDR_DUTCH
                }
            }
            suebi = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_suebi_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SUEBI
                        add_evil_god_name = HEL_SUEBI
                        add_evil_god_name = FENRIR_SUEBI
                        add_evil_god_name = JORMUNGANDR_SUEBI
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_SUEBI
                    add_god_name = GOD_ODIN_2_SUEBI
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SUEBI
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SUEBI
                    }
                    add_evil_god_name = GOD_FRIGG_SUEBI
                    add_evil_god_name = HEL_SUEBI
                    add_evil_god_name = GOD_SIF_SUEBI
                    add_evil_god_name = GOD_SKADI_SUEBI
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_SUEBI
                    add_god_name = GOD_FRIGG_2_SUEBI
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_SUEBI
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_SUEBI
                        add_god_name = GOD_FREY_SUEBI
                    }
                    add_evil_god_name = LOKI_SUEBI
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_SUEBI
                    add_evil_god_name = JORMUNGANDR_SUEBI
                }
            }
            german = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_german_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_GERMAN
                        add_evil_god_name = HEL_GERMAN
                        add_evil_god_name = FENRIR_GERMAN
                        add_evil_god_name = JORMUNGANDR_GERMAN
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_GERMAN
                    add_god_name = GOD_ODIN_2_GERMAN
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_GERMAN
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_GERMAN
                    }
                    add_evil_god_name = GOD_FRIGG_GERMAN
                    add_evil_god_name = HEL_GERMAN
                    add_evil_god_name = GOD_SIF_GERMAN
                    add_evil_god_name = GOD_SKADI_GERMAN
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_GERMAN
                    add_god_name = GOD_FRIGG_2_GERMAN
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_GERMAN
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_GERMAN
                        add_god_name = GOD_FREY_GERMAN
                    }
                    add_evil_god_name = LOKI_GERMAN
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_GERMAN
                    add_evil_god_name = JORMUNGANDR_GERMAN
                }
            }
            norse = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_norse_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI
                        add_evil_god_name = HEL
                        add_evil_god_name = FENRIR
                        add_evil_god_name = JORMUNGANDR
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_NORSE
                    add_god_name = GOD_ODIN_2_NORSE
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_NORSE
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_NORSE
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL_NORSE
                    add_evil_god_name = GOD_SIF
                    add_evil_god_name = GOD_SKADI_NORSE
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_NORSE
                        add_god_name = GOD_FREY_NORSE
                    }
                    add_evil_god_name = LOKI
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR
                }
            }
            danish = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_danish_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_DANISH
                        add_evil_god_name = HEL
                        add_evil_god_name = FENRIR
                        add_evil_god_name = JORMUNGANDR_DANISH
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_DANISH
                    add_god_name = GOD_ODIN_2_DANISH
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_DANISH
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_DANISH
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF
                    add_evil_god_name = GOD_SKADI_DANISH
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_DANISH
                        add_god_name = GOD_FREY_DANISH
                    }
                    add_evil_god_name = LOKI_DANISH
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR_DANISH
                }
            }
            swedish = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_swedish_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SWEDISH
                        add_evil_god_name = HEL
                        add_evil_god_name = FENRIR
                        add_evil_god_name = JORMUNGANDR_SWEDISH
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_SWEDISH
                    add_god_name = GOD_ODIN_2_SWEDISH
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SWEDISH
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SWEDISH
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF_SWEDISH
                    add_evil_god_name = GOD_SKADI_SWEDISH
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_SWEDISH
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_SWEDISH
                        add_god_name = GOD_FREY_SWEDISH
                    }
                    add_evil_god_name = LOKI_SWEDISH
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR_SWEDISH
                }
            }
            norwegian = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_norwegian_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_NORWEGIAN
                        add_evil_god_name = HEL
                        add_evil_god_name = FENRIR
                        add_evil_god_name = JORMUNGANDR_NORWEGIAN
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN
                    add_god_name = GOD_ODIN_2
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_NORWEGIAN
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_NORWEGIAN
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF_NORWEGIAN
                    add_evil_god_name = GOD_SKADI_NORWEGIAN
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_NORWEGIAN
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_NORWEGIAN
                        add_god_name = GOD_FREY_NORWEGIAN
                    }
                    add_evil_god_name = LOKI_NORWEGIAN
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR_NORWEGIAN
                }
            }
            crimean_gothic = {
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_crimean_gothic_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        }
                    }
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_CRIMEAN_GOTHIC
                        add_evil_god_name = HEL_CRIMEAN_GOTHIC
                        add_evil_god_name = FENRIR_CRIMEAN_GOTHIC
                        add_evil_god_name = JORMUNGANDR_CRIMEAN_GOTHIC
                    }
                }
                if = { #Religion is Patriarchal.
                    limit = {
                        has_religion_feature = religion_patriarchal
                        }
                    set_high_god_name = GOD_ODIN_CRIMEAN_GOTHIC
                    add_god_name = GOD_ODIN_2_CRIMEAN_GOTHIC
        
                    if = { #Dogmatics only get one
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_CRIMEAN_GOTHIC
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_CRIMEAN_GOTHIC
                    }
                    add_evil_god_name = GOD_FRIGG_CRIMEAN_GOTHIC
                    add_evil_god_name = HEL_CRIMEAN_GOTHIC
                    add_evil_god_name = GOD_SIF_CRIMEAN_GOTHIC
                    add_evil_god_name = GOD_SKADI_CRIMEAN_GOTHIC
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_CRIMEAN_GOTHIC
                    add_god_name = GOD_FRIGG_2_CRIMEAN_GOTHIC
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_CRIMEAN_GOTHIC
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_CRIMEAN_GOTHIC
                        add_god_name = GOD_FREY_CRIMEAN_GOTHIC
                    }
                    add_evil_god_name = LOKI_CRIMEAN_GOTHIC
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_CRIMEAN_GOTHIC
                    add_evil_god_name = JORMUNGANDR_CRIMEAN_GOTHIC
                }
            }
            fallback = {
                remove_god_names = yes
                remove_evil_god_names = yes
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                            has_religion_feature = religion_matriarchal
                            has_religion_feature = religion_patriarchal
                        }
                    }
                    set_high_god_name = GOD_THE_ALLFATHER
                    add_god_name = GOD_THE_ALLFATHER_2
                    add_evil_god_name = LOKI
                    add_evil_god_name = HEL
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR
                }
                if = { #Religion is Patriarchal
                    limit = {
                        has_religion_feature = religion_patriarchal
                    }
                    set_high_god_name = GOD_ODIN
                    add_god_name = GOD_ODIN_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF
                    add_evil_god_name = GOD_SKADI
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG
                    add_god_name = GOD_FRIGG_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI
                        add_god_name = GOD_FREY
                    }
                    add_evil_god_name = LOKI
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR
                }
            }
        }
    }
Here is my attempt, but even with this code the text in the event localization isn't changing for anyone other than Anglo-Saxons. names are changing in the religion information box but [getGodname] is not working. I almost wonder if the issue isn't with this code, saxon is the first code here as well. For what's it's worth the validator claims that every instance of GetOdinName, GetThorName etc after the saxon set is a duplicate id.
Code:
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_ODIN_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_THOR_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_TYR_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FRIGG_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = HEL_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_SIF_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_SKADI_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FREY_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyjaName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FREYJA_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = LOKI_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = FENRIR_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = JORMUNGANDR_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = YGGDRASIL_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = VALHALLA_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = ASGARD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_saxon_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_ODIN_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_THOR_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_TYR_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_FRIGG_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = HEL_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_SIF_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_SKADI_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_FREY_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = GOD_FREYJA_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = LOKI_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = FENRIR_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = JORMUNGANDR_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = YGGDRASIL_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = VALHALLA_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_frisian_reformation
        }
        localisation_key = ASGARD_FRISIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_frisian_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_ODIN_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_THOR_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_TYR_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FRIGG_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = HEL_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_SIF_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_SKADI_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FREY_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FREYJA_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = LOKI_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = FENRIR_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = JORMUNGANDR_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = YGGDRASIL_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = VALHALLA_OLD_SAXON
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_saxon_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_ODIN_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_THOR_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_TYR_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FRIGG_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = HEL_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_SIF_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_SKADI_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FREY_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FREYJA_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = LOKI_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = FENRIR_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = JORMUNGANDR_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = YGGDRASIL_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = VALHALLA_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = ASGARD_OLD_FRANKISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_old_frankish_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_ODIN_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_THOR_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_TYR_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FRIGG_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = HEL_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_SIF_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_SKADI_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FREY_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FREYJA_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = LOKI_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = FENRIR_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = JORMUNGANDR_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = YGGDRASIL_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = VALHALLA_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = ASGARD_DUTCH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_dutch_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_ODIN_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_THOR_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_TYR_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_FRIGG_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = HEL_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_SIF_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_SKADI_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_FREY_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = GOD_FREYJA_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = LOKI_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = FENRIR_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = JORMUNGANDR_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = YGGDRASIL_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = VALHALLA_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_suebi_reformation
        }
        localisation_key = ASGARD_SUEBI
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_suebi_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_ODIN_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_THOR_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_TYR_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FRIGG_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = HEL_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_SIF_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_SKADI_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FREY_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FREYJA_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = LOKI_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = FENRIR_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = JORMUNGANDR_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = YGGDRASIL_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = VALHALLA_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_german_reformation
        }
        localisation_key = ASGARD_GERMAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_german_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_ODIN_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_THOR_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_SKADI_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_FREY_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = JORMUNGANDR_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = VALHALLA_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = ASGARD_NORSE
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norse_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_ODIN_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_THOR_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_TYR_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_SKADI_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_FREY_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_FREYJA_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = LOKI_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = FENRIR_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = JORMUNGANDR_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = VALHALLA_DANISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_danish_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_ODIN_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_THOR_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_TYR_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_SIF_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_SKADI_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_FREY_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_FREYJA_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = LOKI_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = FENRIR_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = JORMUNGANDR_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = VALHALLA_SWEDISH
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_swedish_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_THOR_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_TYR_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_SIF_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_SKADI_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_FREY_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = GOD_FREYJA_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = LOKI_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = FENRIR_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = JORMUNGANDR_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_norwegian_reformation
        }
        localisation_key = VALHALLA_NORWEGIAN
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_norwegian_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_ODIN_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_ODIN
    }

    fallback_text = {
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_THOR_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_THOR
    }

    fallback_text = {
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_TYR_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_TYR
    }

    fallback_text = {
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FRIGG_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_FRIGG
    }

    fallback_text = {
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = HEL_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = HEL
    }

    fallback_text = {
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_SIF_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_SIF
    }

    fallback_text = {
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_SKADI_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_SKADI
    }

    fallback_text = {
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FREY_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_FREY
    }

    fallback_text = {
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FREYJA_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = GOD_FREYJA
    }

    fallback_text = {
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = LOKI_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = LOKI
    }

    fallback_text = {
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = FENRIR_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = FENRIR
    }

    fallback_text = {
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = JORMUNGANDR_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = JORMUNGANDR
    }

    fallback_text = {
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetYggdrasilName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = YGGDRASIL_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = YGGDRASIL
    }

    fallback_text = {
        localisation_key = YGGDRASIL
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = VALHALLA_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = VALHALLA
    }

    fallback_text = {
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
            has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = ASGARD_CRIMEAN_GOTHIC
    }
    text = {
        trigger = {
            NOT = { has_global_flag = flag_norse_crimean_gothic_reformation }
        }
        localisation_key = ASGARD
    }

    fallback_text = {
        localisation_key = ASGARD
    }
}
 
Last edited:

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
Yes, the problem is your custom localizations using the same tag. You need to do something like this instead:
Code:
defined_text = {
   name = GetOdinName
   text = {
      trigger = {
         has_global_flag = flag_norse_saxon_reformation
      }
      localisation_key = GOD_ODIN_SAXON
   }
   text = {
      trigger = {
         has_global_flag = flag_norse_frisian_reformation
      }
      localisation_key = GOD_ODIN_FRISIAN
   }
#repeat for each cultural variant
   fallback_text = {#for any cultures not covered by custom keys
      localisation_key = GOD_ODIN
   }
}
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
Everything is working now, thank you! Here's the code in case anyone in the future is interested
Code:
defined_text = {
    name = GetOdinName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_ODIN_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = GOD_ODIN_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_ODIN_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_ODIN_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_ODIN_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = GOD_ODIN_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_ODIN_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_ODIN_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_ODIN_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_ODIN_SWEDISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_ODIN_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = GOD_ODIN
    }
}
defined_text = {
    name = GetThorName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_THOR_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = GOD_THOR_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_THOR_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_THOR_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_THOR_DUTCH
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = GOD_THOR_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_THOR_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_THOR_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_THOR_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_THOR_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_THOR_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_THOR_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = GOD_THOR
    }
}
defined_text = {
    name = GetTyrName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_TYR_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = GOD_TYR_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_TYR_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_TYR_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_TYR_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = GOD_TYR_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_TYR_GERMAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_TYR_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_TYR_SWEDISH
    }
    
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_TYR_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_TYR_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = GOD_TYR
    }
}
defined_text = {
    name = GetFriggName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FRIGG_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = GOD_FRIGG_FRISIAN
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FRIGG_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FRIGG_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FRIGG_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = GOD_FRIGG_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FRIGG_GERMAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FRIGG_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = GOD_FRIGG
    }
}
defined_text = {
    name = GetHelName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = HEL_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = HEL_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = HEL_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = HEL_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = HEL_DUTCH
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = HEL_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = HEL_GERMAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = HEL_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = HEL
    }
}
defined_text = {
    name = GetSifName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_SIF_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = GOD_SIF_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_SIF_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_SIF_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_SIF_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = GOD_SIF_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_SIF_GERMAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_SIF_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_SIF_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_SIF_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = GOD_SIF
    }
}
defined_text = {
    name = GetSkadiName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_SKADI_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = GOD_SKADI_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_SKADI_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_SKADI_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_SKADI_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = GOD_SKADI_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_SKADI_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_SKADI_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_SKADI_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_SKADI_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_SKADI_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_SKADI_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = GOD_SKADI
    }
}
defined_text = {
    name = GetFreyName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FREY_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = GOD_FREY_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FREY_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FREY_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FREY_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = GOD_FREY_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FREY_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = GOD_FREY_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_FREY_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_FREY_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_FREY_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FREY_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = GOD_FREY
    }
}
defined_text = {
    name = GetFreyjaName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = GOD_FREYJA_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = GOD_FREYJA_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = GOD_FREYJA_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = GOD_FREYJA_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = GOD_FREYJA_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = GOD_FREYJA_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = GOD_FREYJA_GERMAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = GOD_FREYJA_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_FREYJA_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = GOD_FREYJA_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = GOD_FREYJA_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = GOD_FREYJA
    }
}
defined_text = {
    name = GetLokiName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = LOKI_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = LOKI_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = LOKI_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = LOKI_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = LOKI_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = LOKI_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = LOKI_GERMAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = LOKI_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = LOKI_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = LOKI_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = LOKI_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = LOKI
    }
}
defined_text = {
    name = GetFenrirName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = FENRIR_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = FENRIR_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = FENRIR_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = FENRIR_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = FENRIR_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = FENRIR_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = FENRIR_GERMAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = FENRIR_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = FENRIR_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = FENRIR_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = FENRIR_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = FENRIR
    }
}
defined_text = {
    name = GetJormungandrName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = JORMUNGANDR_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = JORMUNGANDR_FRISIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = JORMUNGANDR_OLD_SAXON
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = JORMUNGANDR_OLD_FRANKISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = JORMUNGANDR_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = JORMUNGANDR_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = JORMUNGANDR_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = JORMUNGANDR_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = JORMUNGANDR_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = JORMUNGANDR_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = JORMUNGANDR_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = JORMUNGANDR_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = JORMUNGANDR
    }
}
defined_text = {
    name = GetValhallaName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = VALHALLA_SAXON
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = VALHALLA_FRISIAN
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = VALHALLA_OLD_SAXON
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = VALHALLA_OLD_FRANKISH
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = VALHALLA_DUTCH
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = VALHALLA_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = VALHALLA_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = VALHALLA_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = VALHALLA_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = VALHALLA_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = VALHALLA_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = VALHALLA_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = VALHALLA
    }
}
defined_text = {
    name = GetAsgardName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = ASGARD_SAXON
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = ASGARD_FRISIAN
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = ASGARD_OLD_SAXON
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = ASGARD_OLD_FRANKISH
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = ASGARD_DUTCH
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = ASGARD_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = ASGARD_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = ASGARD_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = ASGARD_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = ASGARD_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = ASGARD_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = ASGARD_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = ASGARD
    }
}
defined_text = {
    name = GetRagnarokName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = RAGNAROK_SAXON
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = RAGNAROK_FRISIAN
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = RAGNAROK_OLD_SAXON
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_old_frankish_reformation
        }
        localisation_key = RAGNAROK_OLD_FRANKISH
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = RAGNAROK_DUTCH
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_suebi_reformation
      }
        localisation_key = RAGNAROK_SUEBI
    } 
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = RAGNAROK_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = RAGNAROK_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_danish_reformation
        }
        localisation_key = RAGNAROK_DANISH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = RAGNAROK_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = RAGNAROK_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = RAGNAROK_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = RAGNAROK
    }
}
defined_text = {
    name = GetValkyrieName
    text = {
        trigger = {
        has_global_flag = flag_norse_saxon_reformation
        }
        localisation_key = VALKYRIE_SAXON
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_frisian_reformation
    }
        localisation_key = VALKYRIE_FRISIAN
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_old_saxon_reformation
        }
        localisation_key = VALKYRIE_OLD_SAXON
    }
   text = {
        trigger = {
        has_global_flag = flag_norse_dutch_reformation
        }
        localisation_key = VALKYRIE_DUTCH
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_german_reformation
        }
        localisation_key = VALKYRIE_GERMAN
    }
       text = {
        trigger = {
        has_global_flag = flag_norse_norse_reformation
        }
        localisation_key = VALKYRIE_NORSE
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = VALKYRIE_SWEDISH
    }   
    text = {
        trigger = {
        has_global_flag = flag_norse_swedish_reformation
        }
        localisation_key = VALKYRIE_NORWEGIAN
    }
    text = {
        trigger = {
        has_global_flag = flag_norse_crimean_gothic_reformation
        }
        localisation_key = VALKYRIE_CRIMEAN_GOTHIC
    }
    fallback_text = {#for any cultures not covered by custom keys
        localisation_key = VALKYRIE
    }
}
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
Not sure why but this vanilla event fired wrong.
Code:
EVTOPTAHF23910;Glory to [Root.Religion.GetRandomGodName]!;Gloire [Root.Religion.Get_au_HighGod] !;Für [Root.Religion.GetRandomGodName]!;;¡Gloria a [Root.Religion.GetRandomGodName]!;;;;;;;;x
I don't think anything I've done should interfere with [Root.Religion.GetRandomGodName] I wonder why it didn't work?
 

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
#When adding new custom loc keys, add them to the appropriate category (or add a new one) and describe them. Name the strings "String_X" where x is its content.
Try renaming your text lines to String_Odin_Saxon and the like.
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
I've done some testing, with and without my mod and there are some major bugs that might be related to the one I encountered this morning Compare these two screen shots attached one is taken with my mod off the other with it on. I reformed the religion the same way for both screen shots. The reformation isn't working correctly. The game isn't choosing the correct gods in particular the line below it doesn't seem to be executing the Odin line.
Code:
                if = { #Religion is Patriarchal
                    limit = {
                        has_religion_feature = religion_patriarchal
                    }
                    set_high_god_name = GOD_ODIN
                    add_god_name = GOD_ODIN_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF
                    add_evil_god_name = GOD_SKADI
                }
 

Attachments

  • 20181212225449_1.jpg
    20181212225449_1.jpg
    664 KB · Views: 18
  • 20181212225838_1.jpg
    20181212225838_1.jpg
    683,8 KB · Views: 18
Last edited:

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
richvh I'm sorry to keep bugging you but I think I have narrowed down the bug by the game behavior. However I can not find the error in the code it's self. I've compared my code to paradox's I think the problem is in this area.
Code:
                if = { #Religion is Patriarchal
                    limit = {
                        has_religion_feature = religion_patriarchal
                    }
                    set_high_god_name = GOD_ODIN_SAXON
                    add_god_name = GOD_ODIN_2_SAXON
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SAXON
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SAXON
                    }
These commands aren't firing, these gods are not being added, however I can't find the issue even after I compare my code to the original. Every bracket seems to be in the correct place

Here is that part in my code:
Code:
if = { #A ruler reforms Norse Paganism while being a Germanic culture: change all the gods to their native Germanic names.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                }
                trigger_switch = {
                    on_trigger = culture
                    saxon = { #A ruler reforms Norse Paganism while being Saxon-cultured: change all the gods to their Saxon names.
                    limit = {
                    OR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                    }
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_saxon_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                            has_religion_feature = religion_matriarchal
                            has_religion_feature = religion_patriarchal
                        }
                    }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SAXON
                        add_evil_god_name = HEL_SAXON
                        add_evil_god_name = FENRIR_SAXON
                        add_evil_god_name = JORMUNGANDR_SAXON
                }
                if = { #Religion is Patriarchal
                    limit = {
                        has_religion_feature = religion_patriarchal
                    }
                    set_high_god_name = GOD_ODIN_SAXON
                    add_god_name = GOD_ODIN_2_SAXON
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SAXON
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SAXON
                    }
                    add_evil_god_name = GOD_FRIGG_SAXON
                    add_evil_god_name = HEL_SAXON
                    add_evil_god_name = GOD_SIF_SAXON
                    add_evil_god_name = GOD_SKADI_SAXON
                }
That part in Paradox's original code:
Code:
            if = { #A ruler reforms Norse Paganism.
                limit = {
                    has_dlc = "Holy Fury"
                    religion = norse_pagan_reformed
                    OR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                    }
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                            has_religion_feature = religion_matriarchal
                            has_religion_feature = religion_patriarchal
                        }
                    }
                    set_high_god_name = GOD_THE_ALLFATHER
                    add_god_name = GOD_THE_ALLFATHER_2
                    add_evil_god_name = LOKI
                    add_evil_god_name = HEL
                    add_evil_god_name = FENRIR
                    add_evil_god_name = JORMUNGANDR
                }
                if = { #Religion is Patriarchal
                    limit = {
                        has_religion_feature = religion_patriarchal
                    }
                    set_high_god_name = GOD_ODIN
                    add_god_name = GOD_ODIN_2
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR
                    }
                    add_evil_god_name = GOD_FRIGG
                    add_evil_god_name = HEL
                    add_evil_god_name = GOD_SIF
                    add_evil_god_name = GOD_SKADI
                }


Is it possible to make culture-dependant localizations without reformation of a religion? Say, if a religion is already reformed?
I've been thinking about that myself, it might be possible to do it the same I changed the titles. Here is how I renamed the roman duke title.
Code:
duke_roman;Dux;;;;;;;;;;;;;x
I'm not sure this would work for god names though.
 

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
You're missing an if between saxon and the limit on the next line.
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
You're missing an if between saxon and the limit on the next line.
like this?
Code:
                trigger_switch = {
                    on_trigger = culture
                    saxon = if = { #A ruler reforms Norse Paganism while being Saxon-cultured: change all the gods to their Saxon names.
                    limit = {
                    OR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                    }
                }
 

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
Almost. saxon = { if = { limit = { *triggers* } *conditional effects* } *other effects for saxons* }
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
Almost. saxon = { if = { limit = { *triggers* } *conditional effects* } *other effects for saxons* }
I'm getting the gods I am suppose too, but he names are not changing to the cultural variants. I think either set_global_flag is not working because it's in the wrong place, or the game is resorting to the fallback code.
Code:
                    saxon = { #A ruler reforms Norse Paganism while being Saxon-cultured: change all the gods to their Saxon names.
                    if = {limit = {
                    OR = {
                        has_religion_feature = religion_matriarchal
                        has_religion_feature = religion_patriarchal
                        has_religion_feature = religion_dogmatic
                    }
                }
                remove_god_names = yes
                remove_evil_god_names = yes
                set_global_flag = flag_norse_saxon_reformation #Handles other instances.
                if = { #Religion is not sexist, add just Dogmatic set.
                    limit = {
                        NOR = {
                            has_religion_feature = religion_matriarchal
                            has_religion_feature = religion_patriarchal
                        }
                    }
                        set_high_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_THE_ALLFATHER_2
                        add_evil_god_name = LOKI_SAXON
                        add_evil_god_name = HEL_SAXON
                        add_evil_god_name = FENRIR_SAXON
                        add_evil_god_name = JORMUNGANDR_SAXON
                }
                if = { #Religion is Patriarchal
                    limit = {
                        has_religion_feature = religion_patriarchal
                    }
                    set_high_god_name = GOD_ODIN_SAXON
                    add_god_name = GOD_ODIN_2_SAXON
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_THOR_SAXON
                        add_god_name = GOD_THE_THUNDERER
                        add_god_name = GOD_THE_ALLFATHER
                        add_god_name = GOD_TYR_SAXON
                    }
                    add_evil_god_name = GOD_FRIGG_SAXON
                    add_evil_god_name = HEL_SAXON
                    add_evil_god_name = GOD_SIF_SAXON
                    add_evil_god_name = GOD_SKADI_SAXON
                }
                if = { #Religion is Matriarchal
                    limit = {
                        has_religion_feature = religion_matriarchal
                    }
                    set_high_god_name = GOD_FRIGG_SAXON
                    add_god_name = GOD_FRIGG_2_SAXON
                    if = {
                        limit = {
                            NOT = { has_religion_feature = religion_dogmatic }
                        }
                        add_god_name = GOD_SIF_SAXON
                        add_god_name = GOD_THE_ALLMOTHER
                        add_god_name = GOD_SKADI_SAXON
                        add_god_name = GOD_FREY_SAXON
                    }
                    add_evil_god_name = LOKI_SAXON
                    add_evil_god_name = GOD_THE_THUNDERER
                    add_evil_god_name = FENRIR_SAXON
                    add_evil_god_name = JORMUNGANDR_SAXON
                }
                }
                }
 

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
Well, there aren't going to be any name changes unless the religion is matriarchal, patriarchal, or dogmatic. Other than that I don't see anything wrong with that snippet.
 

killerbee256

General
77 Badges
Dec 30, 2010
2.377
924
  • Rome: Vae Victis
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Rome Gold
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • For the Motherland
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sword of Islam
  • Stellaris
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris: Galaxy Edition
  • Europa Universalis IV
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: El Dorado
  • 500k Club
Well, there aren't going to be any name changes unless the religion is matriarchal, patriarchal, or dogmatic. Other than that I don't see anything wrong with that snippet.
How should I change it so the flag is always set on reformation? Change it's place within the order?
 
Last edited: