[wpdev-commits] xmlscripts/definitions/items/equipment hair.xml,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: HellRaider <hel...@us...> - 2004-10-21 00:21:49
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21720/definitions/items/equipment Modified Files: hair.xml Log Message: Male NPCs can now have beards... matching their hair's color :) Index: hair.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/hair.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** hair.xml 15 Mar 2004 02:12:17 -0000 1.4 --- hair.xml 21 Oct 2004 00:21:32 -0000 1.5 *************** *** 14,18 **** <item id="203b"> <id>0x203b</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Short Hair</category> </item> --- 14,17 ---- *************** *** 20,24 **** <item id="203c"> <id>0x203c</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Long Hair</category> </item> --- 19,22 ---- *************** *** 26,30 **** <item id="203d"> <id>0x203d</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Pony Tail</category> </item> --- 24,27 ---- *************** *** 32,36 **** <item id="2044"> <id>0x2044</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Mohawk</category> </item> --- 29,32 ---- *************** *** 38,42 **** <item id="2045"> <id>0x2045</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Pageboy</category> </item> --- 34,37 ---- *************** *** 44,48 **** <item id="2046"> <id>0x2046</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Buns hair</category> </item> --- 39,42 ---- *************** *** 50,54 **** <item id="2047"> <id>0x2047</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Afro</category> </item> --- 44,47 ---- *************** *** 56,60 **** <item id="2048"> <id>0x2048</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Receding Hair</category> </item> --- 49,52 ---- *************** *** 62,66 **** <item id="2049"> <id>0x2049</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\2 pig-tails</category> </item> --- 54,57 ---- *************** *** 68,72 **** <item id="204a"> <id>0x204a</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Hair\Krisna Hair</category> </item> --- 59,62 ---- *************** *** 75,79 **** <item id="203e"> <id>0x203e</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Beards\Long Beard</category> </item> --- 65,68 ---- *************** *** 81,85 **** <item id="203f"> <id>0x203f</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Beards\Short Beard</category> </item> --- 70,73 ---- *************** *** 87,91 **** <item id="2040"> <id>0x2040</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Beards\Goatee</category> </item> --- 75,78 ---- *************** *** 93,97 **** <item id="2041"> <id>0x2041</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Beards\Mustache</category> </item> --- 80,83 ---- *************** *** 99,103 **** <item id="204b"> <id>0x204b</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Beards\Med Short Beard</category> </item> --- 85,88 ---- *************** *** 105,109 **** <item id="204c"> <id>0x204c</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Beards\Med Long Beard</category> </item> --- 90,93 ---- *************** *** 111,115 **** <item id="204d"> <id>0x204d</id> - <color><random list="HAIRCOLOR" /></color> <category>Equipment\Beards\Vandyke</category> </item> --- 95,98 ---- |