diff options
-rw-r--r-- | items.xml | 38 | ||||
-rw-r--r-- | skills.xml | 15 |
2 files changed, 52 insertions, 1 deletions
@@ -6105,7 +6105,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <item id="3530" image="equipment/weapons/scythe.png" - name="Demonic Scythe" + name="Cursed Scythe" description="It's time to curse!." effect="Crit +20, Vanishes HP by 1% of damages dealt" agi=" (-10)" @@ -6154,6 +6154,42 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> + <item id="3602" + image="equipment/weapons/championshipbow.png" + name="Tyranny ★★★★★" + description="The bow which killed Aquiles." + effect="HIT +200% / Holy Damage / No blocking / Lore Item" + attack="Scales with level" + attack-range="1" + level="255" + type="equip-2hand" + attack-action="attack" + weight="3000"> + <sprite>equipment/weapons/woodenbow.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> + <item id="3603" + image="equipment/weapons/woodenstaff.png" + name="Runestaff ★★★★★" + description="It can see the fate of the world: A book full of black pages." + effect="MP +750 / Holy Damage / Defense -100 / Lore Item" + attack="Magic Scales with level" + attack-range="1" + level="255" + type="equip-2hand" + weight="3000"> + </item> + <item id="3604" + image="equipment/shields/saviorshield.png" + name="Aegis Shield ★★★★★" + description="The shield used by eAthena during dark times." + effect="Supreme Summoning / Crit Immunity / Knockback Immunity / Full HP on Respawn / Block +20% / MP Regen +100% / Scalable Defense / No evade / No attack / Lore Item" + attack-range="1" + level="255" + type="equip-2hand" + weight="3000"> + </item> <!-- Pets --> <item id="4000" image="usable/pets/piouegg.png" @@ -364,6 +364,13 @@ Copyright (C) 2018 TMW2 --> description="185 MP. 10x plushroom, 1x milk. Create potions." invokeCmd="@sk-mkpot" /> + <skill + id="20029" + name="Summon Dragon" + icon="graphics/skills/none.png" + description="500 MP + 40/lvl. 5x Dragon Scale." + invokeCmd="@sk-dragokin" + /> <!-- Mana Skill: Summon Cave Maggot --> <skill id="20023" @@ -392,6 +399,14 @@ Copyright (C) 2018 TMW2 --> castingSrcEffectId="23" level="3" /> + <skill + id="20023" + name="Summon Cave Maggot" + icon="graphics/skills/magic.png" + description="400 MP + 75/lvl." + invokeCmd="@sk-zarkor" + castingSrcEffectId="23" + /> </set> |