[wpdev-commits] xmlscripts/definitions/items/equipment potions.xml,1.13,1.14
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-28 19:13:20
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30298/items/equipment Modified Files: potions.xml Log Message: shrink Index: potions.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/potions.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** potions.xml 22 Sep 2004 06:11:00 -0000 1.13 --- potions.xml 28 Oct 2004 19:13:08 -0000 1.14 *************** *** 367,370 **** --- 367,386 ---- <color>0x21</color> </item> + + <!-- Shrink --> + <item id="potion_shrink" inherit="potion_base"> + <id>0xf0b</id> + <name>a Shrink Potion</name> + <category>Equipment\Potions\Shrink</category> + <tag name="potiontype" value="25" type="int" /> + <!-- Pricing information --> + </item> + + <item id="potion_keg_shrink" inherit="potion_keg_empty"> + <name>A keg of Shrink potions</name> + <tag name="potiontype" value="25" type="int" /> + <tag name="kegfill" value="100" type="int" /> + <color>0x21</color> + </item> </definitions> |