Summoning Champions...

Is it possible to summon/spawn champions (NPCs)?

Tried using this:

Code: xml
  1. <GameModifier InternalName="SummonUnit">
  2. <ModType>Map</ModType>
  3. <Attribute>SummonUnit</Attribute>
  4. <UnitClass>'NPCname'</UnitClass>
  5. <StrVal>'NPCname'</StrVal>
  6. </GameModifier>

but the summoned unit is not a champion, but a unit (eats money, can't do quests, etc..)

 

3,108 views 1 replies
Reply #1 Top

I've been struggling with this too. I'm trying to make a selectable trait that allows your sovereign to begin with a spouse or a champion.

The problem is here:

  • <Attribute>SummonUnit</Attribute>

And I don't know how to fix it! All I know is this just summons a basic unit (ie. peasant)... we need the champion or NPC code. I tried summonNPC and that didn't generate anything.

Lemme know if you figure this out, I'll post if I do. I'll be watching this thread.