View Single Post
falcarrion
Junior Member
 
Join Date: Aug 2007
Posts: 10

Old July 7th, 2011, 11:09 AM
I'm making a wand of magic missles that shows up under weapons.
file Wand.user

<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Data">
<thing id="wWand" name="Wand" compset="Weapon">
<fieldval field="gWeight" value="4"/>
<fieldval field="wFixDamage" value="2d4+2"/>
<fieldval field="wAttBonus" value="-6"/>
<tag group="wMain" tag="1d4_4"/>
<tag group="wProfReq" tag="Simple"/>
<tag group="EquipType" tag="Wood" name="Wood" abbrev="Wood"/>
<tag group="wClass" tag="Light" name="Light" abbrev="Light"/>
<tag group="wGroup" tag="cHelpDrd" name="Druid" abbrev="Druid"/>
<tag group="wGroup" tag="cHelpMnk" name="Monk" abbrev="Monk"/>
<tag group="wGroup" tag="cHelpWiz" name="Wizard" abbrev="Wizard"/>
</thing>
</document>

file Wand of MagicMissle.user
<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Data">
<thing id="imgcmssle" name="Wand of magic missles" description="\n\n• Magic missile (1 charge)" compset="MagicWep">
<fieldval field="hTotal" value="50"/>
<fieldval field="gCost" value="100"/>
<fieldval field="wFixDamage" value="2d4+2"/>
<fieldval field="wAttBonus" value="-6"/>
<tag group="Helper" tag="EquipAvail"/>
<tag group="Helper" tag="EquipMag" name="EquipMag" abbrev="EquipMag"/>
<tag group="gType" tag="Wand" name="Wand" abbrev="Wand"/>
<bootstrap thing="hMagicMsl">
<autotag group="ChargeUse" tag="1"/>
</bootstrap>
<child entity="wSpecMagic">
<bootstrap thing="wWand"></bootstrap>
</child>
</thing>
</document>
falcarrion is offline   #4 Reply With Quote