diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-24 14:11:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-24 14:11:37 -0300 |
commit | 07f016a0ab85e53b15972de7f43973abe8f5b5b5 (patch) | |
tree | 64bbb7fc389b3a7050a852cd7c50f389850276aa /items.xml | |
parent | 50c3498078835721829045394c6f9ee845f78aec (diff) | |
download | clientdata-07f016a0ab85e53b15972de7f43973abe8f5b5b5.tar.gz clientdata-07f016a0ab85e53b15972de7f43973abe8f5b5b5.tar.bz2 clientdata-07f016a0ab85e53b15972de7f43973abe8f5b5b5.tar.xz clientdata-07f016a0ab85e53b15972de7f43973abe8f5b5b5.zip |
Lightsabers
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -6590,6 +6590,36 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="hit">weapons/axe/hit.ogg</sound> <sound event="miss">weapons/axe/miss.ogg</sound> </item> + <item id="3536" + image="equipment/weapons/lightsaber.png" + name="Lightsaber" + description="Pyndragon always comes up with the craziest ideas." + effect="ATK Scales" + attack="240" + attack-range="1" + level="60" + type="equip-1hand" + attack-action="attack" + weight="360"> + <sprite>equipment/weapons/weapon-staff-blue.xml</sprite> + <sound event="hit">weapons/axe/hit.ogg</sound> + <sound event="miss">weapons/axe/miss.ogg</sound> + </item> + <item id="3537" + image="equipment/weapons/redlightsaber.png" + name="Powerful Lightsaber" + description="Pyndragon always comes up with the craziest ideas." + effect="ATK Scales" + attack="300" + attack-range="2" + level="60" + type="equip-2hand" + attack-action="attack" + weight="380"> + <sprite>equipment/weapons/weapon-staff-red.xml</sprite> + <sound event="hit">weapons/axe/hit.ogg</sound> + <sound event="miss">weapons/axe/miss.ogg</sound> + </item> <!-- Fill new weapons HERE --> <item id="3600" image="equipment/weapons/savior.png" |