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

NYG1997

Recruit
59 Badges
Jan 10, 2024
5
0
  • Europa Universalis IV: Rule Britannia
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Dharma
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Shadowrun: Hong Kong
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Prison Architect
  • Age of Wonders: Planetfall
  • Stellaris: Federations
  • Crusader Kings III
  • Europa Universalis 4: Emperor
  • Stellaris: Nemesis
  • Sengoku
  • 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: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • March of the Eagles
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Crusader Kings II
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Cities: Skylines
Code:
raise_tribal_raiders = {
        is_high_prio = yes
        ai_check_interval = 36
        
        potential = {
            ROOT = {
                OR = {
                    religion = norse_pagan
                    religion = norse_pagan_reformed
                }
                AND = {
                    culture_group = north_germanic
                }
            }
        }
        allow = {
            ROOT = {
                prestige = 25
            }
        }
        effect = {
            ROOT = {
                prestige = -25
                spawn_unit = {
                    province = capital_scope
                    owner = ROOT
                    troops = {
                        light_infantry = { 550 }
                    }
                    cannot_inherit = yes
                    can_toggle_looting = yes
                }
            }
        }
        ai_will_do = {
            factor = 100
        }
    }

whenever i spawn the army in-game they disappear shortly after using them. No idea what is happening honestly or what i did wrong to make them do that. any idea what i should do to fix it within my mod?