[wpdev-commits] xmlscripts/definitions/npcs/humans/vendors bowyer.xml,1.6,1.7
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-12 17:51:51
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27872/npcs/humans/vendors Modified Files: bowyer.xml Log Message: bowyer updates Index: bowyer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/bowyer.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** bowyer.xml 26 Sep 2004 12:52:23 -0000 1.6 --- bowyer.xml 12 Oct 2004 17:51:35 -0000 1.7 *************** *** 9,28 **** <definitions> ! <!-- A bowyer vendor --> ! <npc id="bowyer_male"> ! <inherit>vendor_male</inherit> ! <title context="Vendor Male Titles">the Bowyer</title> ! <equipped> ! <item id="13b1" /> <!-- Bow --> ! <item id="13c7" /> <!-- Leather Gorget --> ! </equipped> <shopkeeper> <restockable> <item id="1022"><amount>20</amount></item> </restockable> <sellable> <item id="1022" /> </sellable> </shopkeeper> <archery><random min="600" max="830" /></archery> <bowcrafting><random min="900" max="1000" /></bowcrafting> --- 9,46 ---- <definitions> ! <npc id="bowyer_inventory"> <shopkeeper> <restockable> <item id="1022"><amount>20</amount></item> + <item id="1bfb"><amount>60</amount></item> + <item id="f3f"><amount>60</amount></item> + <item id="1bd1"><amount>60</amount></item> + <item id="1bd4"><amount>60</amount></item> + <item id="13fd"><amount>20</amount></item> + <item id="13b2"><amount>20</amount></item> + <item id="f50"><amount>20</amount></item> </restockable> <sellable> <item id="1022" /> + <item id="1bfb" /> + <item id="f3f" /> + <item id="1bd1" /> + <item id="1bd4" /> + <item id="13fd" /> + <item id="13b2" /> + <item id="f50" /> </sellable> </shopkeeper> + </npc> + + <!-- A bowyer vendor --> + <npc id="bowyer_male"> + <inherit>vendor_male</inherit> + <title context="Vendor Male Titles">the Bowyer</title> + <equipped> + <item id="13b1" /> <!-- Bow --> + <item id="13c7" /> <!-- Leather Gorget --> + </equipped> + <inherit id="bowyer_inventory" /> <archery><random min="600" max="830" /></archery> <bowcrafting><random min="900" max="1000" /></bowcrafting> *************** *** 33,48 **** <inherit>vendor_female</inherit> <title context="Vendor Female Titles">the Bowyer</title> ! <equipped> ! <item id="13b1" /> <!-- Bow --> ! <item id="13c7" /> <!-- Leather Gorget --> ! </equipped> ! <shopkeeper> ! <restockable> ! <item id="1022"><amount>20</amount></item> ! </restockable> ! <sellable> ! <item id="1022" /> ! </sellable> ! </shopkeeper> <archery><random min="600" max="830" /></archery> <bowcrafting><random min="900" max="1000" /></bowcrafting> --- 51,55 ---- <inherit>vendor_female</inherit> <title context="Vendor Female Titles">the Bowyer</title> ! <inherit id="bowyer_inventory" /> <archery><random min="600" max="830" /></archery> <bowcrafting><random min="900" max="1000" /></bowcrafting> |