• 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.

Admiral Fisker

Danish Gaullist
49 Badges
Jan 8, 2014
515
610
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Jade Dragon
  • March of the Eagles
  • Heir to the Throne
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Divine Wind
  • 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
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis III Complete
  • Arsenal of Democracy
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings III
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV Sign-up
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Mount & Blade: With Fire and Sword
  • Mount & Blade: Warband
  • Europa Universalis IV: El Dorado
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV
Just to add some flavour, and to fix some errors, I've remade some of Denmark's political advisors, generals, theorists, etc.

Military and Political Advisors
Code:
    political_advisor = {

        DEN_p_munch = {

            picture = generic_political_advisor_europe_3

            allowed = {
                original_tag = DEN
            }
           
            traits = { backroom_backstabber }
        }

        DEN_erik_scavenius = {

            picture = generic_political_advisor_europe_3
               
            allowed = {
                original_tag = DEN
            }
           
            traits = { silent_workhorse }
        }

        DEN_christmas_moller = {

            picture = generic_political_advisor_europe_3
           
            allowed = {
                original_tag = DEN
            }
           
            traits = { ideological_crusader }
        }

        DEN_ole_bjorn_kraft = {

            picture = generic_political_advisor_europe_1
               
            allowed = {
                original_tag = DEN
            }
           
            traits = { war_industrialist }
        }

        DEN_vilhelm_buhl = {

            picture = generic_political_advisor_europe_1
               
            allowed = {
                original_tag = DEN
            }
           
            traits = { captain_of_industry }

            ai_will_do = {
                factor = 0
            }
        }
    }


    army_chief = {
       
        DEN_erik_with = {
           
            picture = generic_army_europe_3
           
            allowed = {
                original_tag = DEN
            }
           

           
            traits = { army_chief_morale_3 }
           
            ai_will_do = {
                factor = 1
            }
        }

        DEN_ebbe_gortz = {
           
            picture = generic_army_europe_1
           
            allowed = {
                original_tag = DEN
            }
           

           
            traits = { army_chief_offensive_2 }
           
            ai_will_do = {
                factor = 1
            }
        }

        DEN_wilhelm_prior = {
           
            picture = generic_army_europe_2
           
            allowed = {
                original_tag = DEN
            }
           

           
            traits = { army_chief_defensive_2 }
           
            ai_will_do = {
                factor = 1
            }
        }
    }

    navy_chief = {
       

        DEN_emmanuel_crevecoeur = {
           
            picture = generic_navy_europe_2
           
            allowed = {
                original_tag = DEN
            }
           

           
            traits = { navy_chief_decisive_battle_2 }
           
            ai_will_do = {
                factor = 1
            }
        }

        DEN_aage_vedel = {
           
            picture = generic_navy_europe_1
           
            allowed = {
                original_tag = DEN
            }
           

           
            traits = { navy_anti_submarine_2 }
           
            ai_will_do = {
                factor = 1
            }
        }
    }
    air_chief = {
       

        DEN_christian_forslev = {
           
            picture = generic_air_europe_2
           
            allowed = {
                original_tag = DEN
            }
           

           
            traits = { air_chief_reform_2 }
           
            ai_will_do = {
                factor = 1
            }
        }
   
        DEN_kaj_birksted = {
           
            picture = generic_air_europe_3
           
            allowed = {
                original_tag = DEN
            }
           

           
            traits = { air_air_combat_training_2 }
           
            ai_will_do = {
                factor = 1
            }
        }
    }


    high_command = {

        DEN_hans_a_rolsted = {
           
            picture = generic_army_europe_3

            allowed = {
                original_tag = DEN
            }
           
            traits = { army_artillery_3 }
           
            ai_will_do = {
                factor = 1
            }
        }
       
        DEN_ebbe_gortz = {

            picture = generic_army_europe_1
           
            allowed = {
                original_tag = DEN
            }
           
            traits = { army_infantry_2 }
           
            ai_will_do = {
                factor = 1
            }
        }

        DEN_hjalmar_rechnitzer = {

            picture = generic_navy_europe_2
           
            allowed = {
                original_tag = DEN
            }
           
            traits = { navy_submarine_2 }
           
            ai_will_do = {
                factor = 1
            }
        }

        DEN_carl_hammerich = {

            picture = generic_navy_europe_2
           
            allowed = {
                original_tag = DEN
            }
           
            traits = { navy_capital_ship_2 }
           
            ai_will_do = {
                factor = 1
            }
        }

        DEN_poul_sommer = {

            picture = generic_air_europe_3
           
            allowed = {
                original_tag = DEN
            }
           
            traits = { air_air_combat_training_2 }
           
            ai_will_do = {
                factor = 1
            }
        }

        DEN_asger_grandjean = {

            picture = generic_air_europe_1
           
            allowed = {
                original_tag = DEN
            }
           
            traits = { air_naval_strike_2 }
           
            ai_will_do = {
                factor = 1
            }
        }
    }

    theorist = {
        DEN_william_wain_prior = {
           
            picture = generic_army_europe_3

            allowed = {
                original_tag = DEN
            }
           
            research_bonus = {
                land_doctrine = 0.07
            }
           
            traits = { military_theorist }
        }
   
        DEN_hjalmar_rechnitzer = {

            picture = generic_navy_europe_2
           
            allowed = {
                original_tag = DEN
            }
           
            research_bonus = {
                naval_doctrine = 0.07
            }
           
            traits = { naval_theorist }
        }

        DEN_christian_forslev = {

            picture = generic_air_europe_2
           
            allowed = {
                original_tag = DEN
            }
           
            research_bonus = {
                naval_doctrine = 0.07
            }
           
            traits = { air_warfare_theorist }
        }

    }

NOTE: I was not able to access the localisation files, but here are the names of the new leaders I've added:
p_munch = P. Munch.
erik_scavenius = Erik Scavenius.
christmas_moller = Christmas Møller.
ole_bjorn_kraft = Ole Bjørn Kraft.
vilhelm_buhl = Vilhelm Buhl.

erik_with = Erik With.
emmanuel_crevecoeur = Emmanuel Briand de Crevécoeur.
christian_forslev = C. C. Førslev.
asger_grandjean = A. E. V. Grandjean.

Generals:
Code:
create_corps_commander = {
    name = "Erik With"
    portrait_path = "gfx/leaders/Europe/Portrait_Europe_Generic_land_2.dds"
    traits = { hill_fighter }
    skill = 4
}

create_corps_commander = {
    name = "Wilhelm Wain Prior"
    portrait_path = "gfx/leaders/Europe/Portrait_Europe_Generic_land_2.dds"
    traits = { trickster }
    skill = 3
}

create_navy_leader = {
    name = "Hjalmar Rechnitzer"
    portrait_path = "gfx/leaders/Europe/Portrait_Europe_Generic_navy_2.dds"
    traits = { sea_wolf }
    skill = 2
}
 
Upvote 0