[wpdev-commits] xmlscripts/definitions/items/professions blacksmith.xml,1.14,1.15
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-13 18:45:43
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23642/items/professions Modified Files: blacksmith.xml Log Message: enhancing Index: blacksmith.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/blacksmith.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** blacksmith.xml 10 Sep 2004 22:17:09 -0000 1.14 --- blacksmith.xml 13 Oct 2004 18:45:32 -0000 1.15 *************** *** 330,334 **** <id>0x13e3</id> <category>Professions\Blacksmith\Smith's Hammer (W/E)</category> ! <weight>8.0</weight> </item> --- 330,334 ---- <id>0x13e3</id> <category>Professions\Blacksmith\Smith's Hammer (W/E)</category> ! <weight>8.0</weight> </item> *************** *** 392,395 **** <weight>0.2</weight> </item> ! </definitions> --- 392,424 ---- <weight>0.2</weight> </item> ! ! <!-- Rewards --> ! <item id="ancient_smiths_hammer"> ! <id>0x13e3</id> ! <weight>8.0</weight> ! <color>0x482</color> ! <name>#1045127</name> ! <tag name="remaining_uses" type="int" value="600" /> ! <basescripts>skills.blacksmithing,equipment</basescripts> ! </item> ! ! <item id="ancient_smiths_hammer_10" inherit="ancient_smiths_hammer"> ! <category>Professions\Blacksmith\Rewards\Ancient Smiths Hammer (10)</category> ! <tag name="skillbonus_0" value="7,100" /> ! </item> ! ! <item id="ancient_smiths_hammer_15" inherit="ancient_smiths_hammer"> ! <category>Professions\Blacksmith\Rewards\Ancient Smiths Hammer (15)</category> ! <tag name="skillbonus_0" value="7,150" /> ! </item> ! ! <item id="ancient_smiths_hammer_30" inherit="ancient_smiths_hammer"> ! <category>Professions\Blacksmith\Rewards\Ancient Smiths Hammer (30)</category> ! <tag name="skillbonus_0" value="7,300" /> ! </item> ! ! <item id="ancient_smiths_hammer_60" inherit="ancient_smiths_hammer"> ! <category>Professions\Blacksmith\Rewards\Ancient Smiths Hammer (60)</category> ! <tag name="skillbonus_0" value="7,600" /> ! </item> </definitions> |