Update of /cvsroot/wpdev/xmlscripts/definitions/items/armory/bone
In directory sc8-pr-cvs1:/tmp/cvs-serv22240/bone
Added Files:
bone_armor.xml bone_arms.xml bone_gloves.xml bone_helm.xml
bone_leggings.xml
Log Message:
I sorted objects better, fixed improper IDs, etc etc... Going to do this for other stuff too.
--- NEW FILE: bone_armor.xml ---
<definitions>
<!-- Bone Armor, Body North-South -->
<item id="144f">
<id>0x144f</id>
<name>bone armor</name>
<decay />
<nodye />
<tag name="req_str" value="60" type="int" />
<events>equipment</events>
<defense>3</defense>
<durability><random min="25" max="30" /></durability>
<restock>10</restock>
<weight>6.0</weight>
<value>0</value>
<category>Armor\Bone\Bone Armor (N/S)</category>
</item>
<!-- Bone Armor, Body East-West -->
<item id="1454">
<inherit id="144f" />
<id>0x1454</id>
<category>Armor\Bone\Bone Armor (E/W)</category>
</item>
</definitions>
--- NEW FILE: bone_arms.xml ---
<definitions>
<!-- Bone Arms North-South -->
<item id="144e">
<id>0x144e</id>
<name>bone arms</name>
<decay />
<nodye />
<defense>3</defense>
<durability><random min="25" max="30" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<value>0</value>
<tag name="req_str" value="55" type="int" />
<events>equipment</events>
<category>Armor\Bone\Bone Arms (N/S)</category>
</item>
<!-- Bone Arms East-West -->
<item id="1453">
<inherit id="144e" />
<id>0x1453</id>
<category>Armor\Bone\Bone Arms (E/W)</category>
</item>
</definitions>
--- NEW FILE: bone_gloves.xml ---
<definitions>
<!-- Bone Gloves North-South -->
<item id="1450">
<id>0x1450</id>
<name>bone gloves</name>
<decay />
<nodye />
<tag name="req_str" value="55" type="int" />
<events>equipment</events>
<defense>3</defense>
<durability><random min="25" max="30" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<value>0</value>
<category>Armor\Bone\Bone Gloves (N/S)</category>
</item>
<!-- Bone Gloves East-West -->
<item id="1455">
<inherit id="1450" />
<id>0x1455</id>
<category>Armor\Bone\Bone Gloves (E/W)</category>
</item>
</definitions>
--- NEW FILE: bone_helm.xml ---
<definitions>
<!-- Bone Helm North-South -->
<item id="1451">
<id>0x1451</id>
<name>bone helmet</name>
<decay />
<nodye />
<tag name="req_str" value="20" type="int" />
<events>equipment</events>
<defense>3</defense>
<durability><random min="25" max="30" /></durability>
<restock>10</restock>
<weight>3.0</weight>
<value>0</value>
<category>Armor\Bone\Bone Helmet (N/S)</category>
</item>
<!-- Bone Helm East-West -->
<item id="1456">
<inherit id="1451" />
<id>0x1456</id>
<category>Armor\Bone\Bone Helmet (E/W)</category>
</item>
</definitions>
--- NEW FILE: bone_leggings.xml ---
<definitions>
<!-- Bone Leggings North-South -->
<item id="1452">
<id>0x1452</id>
<name>bone leggings</name>
<decay />
<nodye />
<tag name="req_str" value="55" type="int" />
<events>equipment</events>
<defense>3</defense>
<durability><random min="25" max="30" /></durability>
<restock>10</restock>
<weight>2.0</weight>
<value>0</value>
<category>Armor\Bone\Leggings (N/S)</category>
</item>
<!-- Bone Leggings East-West -->
<item id="1457">
<inherit id="1452" />
<id>0x1452</id>
<category>Armor\Bone\Leggings (E/W)</category>
</item>
</definitions>
|