FORUM ARCHIVED

Just double checking the new syntax...

Discussion in 'Modding' started by lccorp2, Feb 23, 2012.

  1. lccorp2

    lccorp2 Member

    This should work for items, shouldn't it? I just want to make sure I'm getting it right before moving on to other stuff.

    Code:
    <item name="Defender" iconFile="items/item_defender.png" level="8" type="0" artifact="1" >
      <price amount="16000"/>
        <weapon slashing="15" />
        <secondarybuff id="7" amount="4"/>
        <secondarybuff id="10" amount="1"/>
        <artifact quality="5"/>
        <blockBuff percentage="15" name="Adventurer Aikido"/>
        <description text="This small, flat sword helps you block incoming blows and has a small chance of allowing you to counterattack after a successful block."/>
        </item>
     
  2. Essence

    Essence Will Mod for Digglebucks

    Looks good to me.