How to add the champion in the initial group
could you please tell how to add the champion in the initial group to sovereign?
could you please tell how to add the champion in the initial group to sovereign?
The simplest way to do this is to set up a summon spell that you can only cast once (give it <Cooldown>-1</Cooldown>). Use this modifier
<GameModifier>
<ModType>Unit</ModType>
<Attribute>UnitJoinArmy</Attribute>
<StrVal>Champion_Pralius</StrVal>
<Value>5</Value>
<Unitclass>Champion</Unitclass>
</GameModifier>
Hi Heavenfall, I was interested in doing this as well but may need a modding for dummies as I couldn't get this to work. I am trying to get my champion to be able to summon a particular level 1 hero on his first turn. Would I use the code above? Do I add that code to the "unit" file for my sovereign? Where do I put the "cooldown" in the code above? Thanks for any help!
Could you do this with a one-use potion or a book that the sovereign starts with by using the code:
<AutoCreateEquipment>Champion_Potion</AutoCreateEquipment>
Or something like that? Quite frankly, I'm going to experiment with this right now.
EDIT: Testing this...
EDIT: Ok, so I added the item and it shows up when I select my sovereign after the main menu but when I get in-game the item is not in my inventory. I've tried adding it via using both <AutoCreateEquipment> and <Equipment> codes.
Frankly, I've been trying to get something like this to work for ages with nothing to show for it. Appears to be much easier said than done. ![]()
Thanks JamesD009 - definitely post if you figure it out.
Welcome Guest! Please take the time to register with us.