Enchantments from weapons
Is there a way to add a Spell Enchantment when equipping a weapon?
For Example:
- <GameItemType InternalName="Shortbow_Tarth">
- blah blah blah...
- <GameModifier>
- <ModType>Unit</ModType>
- <Attribute>CastSpellDef</Attribute> ' this part is what would be missing.
- <StrVal>Courage</StrVal>
- <Provides>Courage Spell</Provides>
- </GameModifier>
- ....
- </GameItemType>