[wpdev-commits] xmlscripts/definitions/items/equipment clothes.xml,1.17,1.18
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-10-07 22:46:21
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22558 Modified Files: clothes.xml Log Message: Samurai clothes! Index: clothes.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/clothes.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** clothes.xml 16 Sep 2004 18:44:16 -0000 1.17 --- clothes.xml 7 Oct 2004 22:46:05 -0000 1.18 *************** *** 639,641 **** --- 639,723 ---- </item> + <!-- Samurai Empire --> + + <!-- Male Kimono --> + <item id="2782"> + <category>Clothes\Samurai\Male Kimono</category> + <id>0x2782</id> + </item> + <item id="27cd" inherit="2782"> + <id>0x27cd</id> + <baseid>2782</baseid> + </item> + + <!-- Female Kimono --> + <item id="2783"> + <category>Clothes\Samurai\Female Kimono</category> + <id>0x2783</id> + </item> + <item id="27ce" inherit="2783"> + <id>0x27ce</id> + <baseid>2783</baseid> + </item> + + <!-- Kamishimo --> + <item id="2799"> + <category>Clothes\Samurai\Kamishimo</category> + <id>0x2799</id> + </item> + <item id="27e4" inherit="2799"> + <id>0x27e4</id> + <baseid>2799</baseid> + </item> + + <!-- Hakama --> + <item id="279a"> + <category>Clothes\Samurai\Hakama</category> + <id>0x279a</id> + </item> + <item id="27e5" inherit="279a"> + <id>0x27e5</id> + <baseid>279a</baseid> + </item> + + <!-- Tattsuke-Hakama --> + <item id="279b"> + <category>Clothes\Samurai\Tattsuke-Hakama</category> + <id>0x279b</id> + </item> + <item id="27e6" inherit="279b"> + <id>0x27e6</id> + <baseid>279b</baseid> + </item> + + <!-- Tattsuke-Shita --> + <item id="279c"> + <category>Clothes\Samurai\Tattsuke-Shita</category> + <id>0x279c</id> + </item> + <item id="27e7" inherit="279c"> + <id>0x27e7</id> + <baseid>279c</baseid> + </item> + + <!-- Obi --> + <item id="27a0"> + <category>Clothes\Samurai\Obi</category> + <id>0x27a0</id> + </item> + <item id="27eb" inherit="27a0"> + <id>0x27eb</id> + <baseid>27a0</baseid> + </item> + + <!-- Jin-Baori --> + <item id="27a1"> + <category>Clothes\Samurai\Jin-Baori</category> + <id>0x27a1</id> + </item> + <item id="27ec" inherit="27a1"> + <id>0x27ec</id> + <baseid>27a1</baseid> + </item> + </definitions> |