[wpdev-commits] xmlscripts/definitions/menus/crafting alchemy.xml,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-28 19:15:40
|
Update of /cvsroot/wpdev/xmlscripts/definitions/menus/crafting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30859/menus/crafting Modified Files: alchemy.xml Log Message: Shrink potions Index: alchemy.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/menus/crafting/alchemy.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** alchemy.xml 21 Sep 2004 13:18:35 -0000 1.4 --- alchemy.xml 28 Oct 2004 19:15:23 -0000 1.5 *************** *** 18,21 **** --- 18,27 ---- <menu id="ALCHEMY_CURE" /> <menu id="ALCHEMY_EXPLOSION" /> + <craft definition="potion_shrink" name="Shrink Potion"> + <alchemy min="800" max="1300" /> + <material id="f7a" amount="8" name="Black Pearls" /> + <material id="f86" amount="8" name="Mandrake Root" /> + <material id="f0e" amount="1" name="Empty Bottle" /> + </craft> </menu> |