L2JMobius

Draco's Health Potio / Skill FIXED

gamelike85 · 2 · 8723

Offline gamelike85

  • Viscount
  • *****
    • Posts: 378
  • "I fix it for a cookie!"
Code: [Select]
<skill id="9513" toLevel="1" name="Draco's Health Potion">
<!-- Upon use, it restores 3000 HP and the remaining power restores CP instantly. Instant effect with no cooldown. -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<magicCriticalRate>5</magicCriticalRate>
<hitCancelTime>0</hitCancelTime>
<magicLvl>1</magicLvl>
<isMagic>2</isMagic>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="HpCpHeal">
<power>3000</power>
</effect>
</effects>
</skill>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 18078