Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/samurai
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22280/samurai
Modified Files:
index.xml
Added Files:
kasa.xml
Log Message:
Damn hats!
Index: index.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/samurai/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.xml 7 Oct 2004 22:33:21 -0000 1.2
--- index.xml 7 Oct 2004 22:44:44 -0000 1.3
***************
*** 9,12 ****
--- 9,14 ----
<definitions>
+ <include file="definitions/items/armory/samurai/kasa.xml" />
+
<include file="definitions/items/armory/samurai/cloth_ninja_hood.xml" />
<include file="definitions/items/armory/samurai/cloth_ninja_jacket.xml" />
--- NEW FILE: kasa.xml ---
<!--
/*=========================================================
* ) (\_ | WOLFPACK 13.0.0 Scripts
* (( _/{ "-; | Created by: Dreoth
* )).-' {{ ;'` | Revised by:
* ( ( ;._ \\ | Last modification:
*=======================================================*/
-->
<definitions>
<!-- Kasa -->
<item id="2798">
<category>Clothes\Samurai\Headwear\Kasa</category>
<category>Armor\Samurai\Headwear\Kasa</category>
<id>0x2798</id>
<dye />
<durability><random min="20" max="25" /></durability>
<buyprice>25</buyprice>
<sellprice>12</sellprice>
<weight>1.0</weight>
<type>1009</type>
<basescripts>equipment</basescripts>
<!-- Properties -->
<intproperty name="req_strength" value="10" />
<intproperty name="res_fire" value="5" />
<intproperty name="res_cold" value="9" />
<intproperty name="res_poison" value="5" />
<intproperty name="res_energy" value="5" />
<allowmeditation />
</item>
<item id="27e3" inherit="2798">
<id>0x27e3</id>
<baseid>2798</baseid>
<category>Clothes\Samurai\Headwear\Kasa 2</category>
<category>Armor\Samurai\Headwear\Kasa 2</category>
</item>
</definitions>
|