diff options
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" |