summaryrefslogtreecommitdiff
path: root/items/equip-torso/item5286_RedArmor.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-08 10:24:14 -0300
committerJesusaves <cpntb1@ymail.com>2022-04-08 10:24:14 -0300
commite78435380dad10be302087896961cc431f3fee82 (patch)
tree5703aae3d78584000d4e9bd1c40347b2bcbf4045 /items/equip-torso/item5286_RedArmor.xml
parent45f0e97b57533d6c99085ccd79404f0c4ca7f03c (diff)
downloadclientdata-e78435380dad10be302087896961cc431f3fee82.tar.gz
clientdata-e78435380dad10be302087896961cc431f3fee82.tar.bz2
clientdata-e78435380dad10be302087896961cc431f3fee82.tar.xz
clientdata-e78435380dad10be302087896961cc431f3fee82.zip
Include the required props for CRC Day 2022
Diffstat (limited to 'items/equip-torso/item5286_RedArmor.xml')
-rw-r--r--items/equip-torso/item5286_RedArmor.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/items/equip-torso/item5286_RedArmor.xml b/items/equip-torso/item5286_RedArmor.xml
new file mode 100644
index 00000000..57998c14
--- /dev/null
+++ b/items/equip-torso/item5286_RedArmor.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <item id="5286"
+ image="equipment/chest/redknight.png"
+ name="Red Armor"
+ description="Said to belong to some otherwordly queen, but it is severely weakened in this world."
+ effect="Unobtainable."
+ maxhp="1800"
+ dex="1"
+ agi="1"
+ mattack="-40"
+ defense="27"
+ type="equip-torso"
+ weight="2000"
+ sellProtected="true">
+ <sprite gender="unisex">equipment/chest/redknightarmor-male.xml</sprite>
+ <sprite gender="female">equipment/chest/redknightarmor-female.xml</sprite>
+ </item>
+</items>