summaryrefslogtreecommitdiff
path: root/items/equip-shield
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2017-12-03 23:21:11 -0500
committergumi <git@gumi.ca>2017-12-04 11:29:20 -0500
commit999209d5a7e16f11d7177b289c8ad5f0467d1068 (patch)
treefaec592c151407bc3de30f385d35100ff02f3bfe /items/equip-shield
parentb37095b9ef7c22da2d67a9b594677c9e8fed6085 (diff)
downloadclientdata-999209d5a7e16f11d7177b289c8ad5f0467d1068.tar.gz
clientdata-999209d5a7e16f11d7177b289c8ad5f0467d1068.tar.bz2
clientdata-999209d5a7e16f11d7177b289c8ad5f0467d1068.tar.xz
clientdata-999209d5a7e16f11d7177b289c8ad5f0467d1068.zip
item fields optimization
Diffstat (limited to 'items/equip-shield')
-rw-r--r--items/equip-shield/item601_SteelShield.xml2
-rw-r--r--items/equip-shield/item602_WoodenShield.xml2
-rw-r--r--items/equip-shield/item603_LeatherShield.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/items/equip-shield/item601_SteelShield.xml b/items/equip-shield/item601_SteelShield.xml
index 2a8da0f5..be86f410 100644
--- a/items/equip-shield/item601_SteelShield.xml
+++ b/items/equip-shield/item601_SteelShield.xml
@@ -6,5 +6,5 @@
<its:translateRule selector="//item/@effect" translate="yes"/>
<its:translateRule selector="//*" translate="no"/>
</its:rules>
- <item id="601" image="equipment/shield/steel.png" name="Steel Shield" description="A shield made of steel." effect="M. Attack -200" defense="20" type="equip-shield" weight="2500"/>
+ <item id="601" image="equipment/shield/steel.png" name="Steel Shield" description="A shield made of steel." mattack="-200" defense="20" type="equip-shield" weight="2500"/>
</items>
diff --git a/items/equip-shield/item602_WoodenShield.xml b/items/equip-shield/item602_WoodenShield.xml
index 5db0184f..a84e7838 100644
--- a/items/equip-shield/item602_WoodenShield.xml
+++ b/items/equip-shield/item602_WoodenShield.xml
@@ -6,5 +6,5 @@
<its:translateRule selector="//item/@effect" translate="yes"/>
<its:translateRule selector="//*" translate="no"/>
</its:rules>
- <item id="602" image="equipment/shield/wooden.png" name="Wooden Shield" description="A shield made of wood." effect="M. Attack -70" defense="14" type="equip-shield" weight="1500"/>
+ <item id="602" image="equipment/shield/wooden.png" name="Wooden Shield" description="A shield made of wood." mattack="-70" defense="14" type="equip-shield" weight="1500"/>
</items>
diff --git a/items/equip-shield/item603_LeatherShield.xml b/items/equip-shield/item603_LeatherShield.xml
index 36d083d7..f89d7f58 100644
--- a/items/equip-shield/item603_LeatherShield.xml
+++ b/items/equip-shield/item603_LeatherShield.xml
@@ -6,5 +6,5 @@
<its:translateRule selector="//item/@effect" translate="yes"/>
<its:translateRule selector="//*" translate="no"/>
</its:rules>
- <item id="603" image="equipment/shield/leather.png" name="Leather Shield" description="A shield made of leather on a wooden frame." effect="M. Attack -35" defense="7" type="equip-shield" weight="1300"/>
+ <item id="603" image="equipment/shield/leather.png" name="Leather Shield" description="A shield made of leather on a wooden frame." mattack="-35" defense="7" type="equip-shield" weight="1300"/>
</items>