diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-08 10:26:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-08 10:26:28 -0300 |
commit | cfbea0f358d74ced2df3a6e48cdd51142ddbd57d (patch) | |
tree | 72539a2c84d1dc093a198c0865b5c058c0e20e45 | |
parent | db1c7efa293ad0f86ac2a792931d539bdd241c7a (diff) | |
download | clientdata-cfbea0f358d74ced2df3a6e48cdd51142ddbd57d.tar.gz clientdata-cfbea0f358d74ced2df3a6e48cdd51142ddbd57d.tar.bz2 clientdata-cfbea0f358d74ced2df3a6e48cdd51142ddbd57d.tar.xz clientdata-cfbea0f358d74ced2df3a6e48cdd51142ddbd57d.zip |
Client Data should once again be sync'ed, but server data needs more work
-rw-r--r-- | items/equip-1hand.xml | 20 | ||||
-rw-r--r-- | items/equip-shield.xml | 12 | ||||
-rw-r--r-- | items/equip-torso.xml | 16 |
3 files changed, 48 insertions, 0 deletions
diff --git a/items/equip-1hand.xml b/items/equip-1hand.xml index fa9ab68a..97262b0e 100644 --- a/items/equip-1hand.xml +++ b/items/equip-1hand.xml @@ -242,4 +242,24 @@ <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit5.ogg</sound> <sound event="strike">weapons/swords/sword-miss1.ogg</sound> </item> + <item id="5284" + image="equipment/weapon/revolver.png" + name="Short Gunstaff" + description="A gunstaff, which is not produced in The Mana World. Brought from the Mirror Lake." + effect="Unobtainable." + attack="120" + attack-range="5" + missile-particle="graphics/particles/flame.particle.xml" + missile-z="32" + missile-lifetime="500" + missile-speed="5" + missile-diedistance="3" + type="equip-1hand" + attack-action="attack_bow" + sellProtected="true" + weight="3000"> + <sprite>equipment/weapons/gun.xml</sprite> + <sound event="hit">weapons/gunstaff/shot.ogg</sound> + <sound event="miss">weapons/gunstaff/shot.ogg</sound> + </item> </items> diff --git a/items/equip-shield.xml b/items/equip-shield.xml index e7d71d06..f594b615 100644 --- a/items/equip-shield.xml +++ b/items/equip-shield.xml @@ -30,4 +30,16 @@ weight="1300"> <sprite>equipment/shield/leather.xml</sprite> </item> + <item id="5285" + image="equipment/shield/dragonshield.png" + name="Dragon Shield" + description="A mighty shield from the dragons of another world." + effect="Unobtainable." + defense="30" + mattack="-200" + type="equip-shield" + sellProtected="true" + weight="2500"> + <sprite>equipment/shields/dragon.xml</sprite> + </item> </items> diff --git a/items/equip-torso.xml b/items/equip-torso.xml index e5a54bed..d3b15013 100644 --- a/items/equip-torso.xml +++ b/items/equip-torso.xml @@ -3408,4 +3408,20 @@ <sprite gender="unisex">equipment/chest/sorcerer-robe.xml|#2470BF,C9EAFF,D9D244;#cc7722</sprite> <sprite gender="female">equipment/chest/sorcerer-robe-female.xml|#2470BF,C9EAFF,D9D244;#cc7722</sprite> </item> + <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> |