Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/samurai
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28163
Modified Files:
index.xml
Added Files:
leather_ninja_belt.xml leather_ninja_mitts.xml
Removed Files:
leather_nina_belt.xml leather_nina_mitts.xml
Log Message:
Typos
--- NEW FILE: leather_ninja_mitts.xml ---
<!--
/*=========================================================
* ) (\_ | WOLFPACK 13.0.0 Scripts
* (( _/{ "-; | Created by: Dreoth
* )).-' {{ ;'` | Revised by:
* ( ( ;._ \\ | Last modification:
*=======================================================*/
-->
<definitions>
<!-- Leather Nina Mitts -->
<item id="2792">
<id>0x2792</id>
<decay />
<nodye />
<durability><random min="60" max="100" /></durability>
<smelt>20</smelt>
<weight>10.0</weight>
<type>1009</type>
<basescripts>equipment</basescripts>
<category>Armor\Base\Samurai\Leather\Nina Mitts</category>
<!-- Properties -->
<tag name="resname" value="leather" />
<intproperty name="req_strength" value="95" />
<intproperty name="res_physical" value="3" />
<intproperty name="res_fire" value="3" />
<intproperty name="res_cold" value="3" />
<intproperty name="res_poison" value="3" />
<intproperty name="res_energy" value="3" />
</item>
<item id="27dd" inherit="2792">
<id>0x27dd</id>
<baseid>2792</baseid>
<category>Armor\Base\Samurai\Leather\Nina Mitts 2</category>
</item>
</definitions>
--- leather_nina_mitts.xml DELETED ---
--- NEW FILE: leather_ninja_belt.xml ---
<!--
/*=========================================================
* ) (\_ | WOLFPACK 13.0.0 Scripts
* (( _/{ "-; | Created by: Dreoth
* )).-' {{ ;'` | Revised by:
* ( ( ;._ \\ | Last modification:
*=======================================================*/
-->
<definitions>
<!-- Leather Nina Belt -->
<item id="2790">
<id>0x2790</id>
<decay />
<nodye />
<durability><random min="60" max="100" /></durability>
<smelt>20</smelt>
<weight>10.0</weight>
<type>1009</type>
<basescripts>equipment</basescripts>
<category>Armor\Base\Samurai\Leather\Nina Belt</category>
<!-- Properties -->
<tag name="resname" value="leather" />
<intproperty name="req_strength" value="95" />
<intproperty name="res_physical" value="3" />
<intproperty name="res_fire" value="3" />
<intproperty name="res_cold" value="3" />
<intproperty name="res_poison" value="3" />
<intproperty name="res_energy" value="3" />
</item>
<item id="27db" inherit="2790">
<id>0x27db</id>
<baseid>2790</baseid>
<category>Armor\Base\Samurai\Leather\Nina Belt 2</category>
</item>
</definitions>
--- leather_nina_belt.xml DELETED ---
Index: index.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/armory/samurai/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.xml 7 Oct 2004 22:44:44 -0000 1.3
--- index.xml 7 Oct 2004 23:07:12 -0000 1.4
***************
*** 19,26 ****
<include file="definitions/items/armory/samurai/leather_jingasa.xml" />
<include file="definitions/items/armory/samurai/leather_mempo.xml" />
<include file="definitions/items/armory/samurai/leather_ninja_belt.xml" />
<include file="definitions/items/armory/samurai/leather_ninja_mitts.xml" />
<include file="definitions/items/armory/samurai/leather_ninja_hood.xml" />
! <include file="definitions/items/armory/samurai/leather_ninja_jackte.xml" />
<include file="definitions/items/armory/samurai/leather_ninja_pants.xml" />
<include file="definitions/items/armory/samurai/leather_suneate.xml" />
--- 19,27 ----
<include file="definitions/items/armory/samurai/leather_jingasa.xml" />
<include file="definitions/items/armory/samurai/leather_mempo.xml" />
+
<include file="definitions/items/armory/samurai/leather_ninja_belt.xml" />
<include file="definitions/items/armory/samurai/leather_ninja_mitts.xml" />
<include file="definitions/items/armory/samurai/leather_ninja_hood.xml" />
! <include file="definitions/items/armory/samurai/leather_ninja_jacket.xml" />
<include file="definitions/items/armory/samurai/leather_ninja_pants.xml" />
<include file="definitions/items/armory/samurai/leather_suneate.xml" />
|