I'm trying to make a unit champion that starts the game equipped with a Dual Axe. But I'm looking for the definition needed for the item. The part that goes in: <AutoCreateEquipment>*here*</AutoCreateEquipment> And I tried putting in "Dual Axe" or "Dual_Axe"; this does not work, heh.
As for my second question (and I apologize for not wording it better), is there a glossary somewhere or an easy way to look up what the xml code would be if I want to (for example) make a soveriegn who starts the game with chainmail? I actually do know how to do that one, by using:
<AutoCreateEquipment>ChainBreastpiece</AutoCreateEquipment>
I knew the definition above was "ChainBreastpiece" because I've seen it used in other xml files I have from mods others have made. But how do I find out the xml names/definitions of other items on my own, without searching other mods and copying available code from them?