L2JMobius

Eviscerator Skill - UPDATE HELIOS PATCH 2

gamelike85 · 2 · 5475

Offline gamelike85

  • Viscount
  • *****
    • Posts: 378
  • "I fix it for a cookie!"
NPC:

Code: [Select]
<npc id="13432" level="85" type="L2Npc" name="Gravity Core" title="">
<!-- AUTO GENERATED NPC TODO: FIX IT -->
<parameters>
<param name="despawn_time" value="30000" />
<skill name="skill" id="30528" level="1" />
</parameters>
<race>ETC</race>
<sex>MALE</sex>
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="4234" hpRegen="9.5" mp="1846" mpRegen="3.3" />
<speed>
<walk ground="1" />
<run ground="20" />
</speed>
<attack physical="1189.0459514498" magical="811.85773400546" critical="4" attackSpeed="253" range="40" />
<defence physical="362.06896551724" magical="264.78509919958" />
</stats>
<status attackable="false" talkable="false" targetable="false" showName="false" hasSummoner="false" />
<collision>
<radius normal="10" />
<height normal="22.5" />
</collision>
</npc>

SKILLS:

Code: [Select]
<skill id="30519" toLevel="1" name="Warped Space">
<!-- AUTO GENERATED SKILL -->
<!-- Creates a warped space where the enemy is trapped and their abilities are decreased. Requires a fist weapon. -->
<icon>icon.skill30519</icon>
<operateType>A1</operateType>
<mpConsume>772</mpConsume>
<hitTime>2500</hitTime>
<coolTime>500</coolTime>
<effectPoint>-707</effectPoint>
<reuseDelay>600000</reuseDelay>
<conditions>
<condition name="EquipWeapon">
<weaponType>
<item>DUALFIST</item>
</weaponType>
</condition>
</conditions>
<effects>
<effect name="CallSkill">
<skillId>30528</skillId>
<skillLevel>1</skillLevel>
<chance>100</chance>
</effect>
</effects>
</skill>


Code: [Select]
<skill id="30528" toLevel="1" name="Spatial Trap">
<!-- AUTO GENERATED SKILL -->
<!-- Trapped in some space, your battle strength is weakened. -->
<icon>icon.skill30525</icon>
<abnormalVisualEffect>ROOT</abnormalVisualEffect>
<abnormalTime>20</abnormalTime>
<activateRate>200</activateRate>
<magicCriticalRate>5</magicCriticalRate>
<staticReuse>true</staticReuse>
<affectLimit>6-12</affectLimit>
<affectRange>200</affectRange>
<operateType>A2</operateType>
<hitTime>2500</hitTime>
<coolTime>500</coolTime>
<reuseDelay>1200</reuseDelay>
<effectPoint>-418</effectPoint>
<effectRange>200</effectRange>
<targetType>SELF</targetType>
<affectScope>POINT_BLANK</affectScope>
<affectObject>NOT_FRIEND</affectObject>
<rideState>NONE</rideState>
<isDebuff>true</isDebuff>
<trait>ROOT_PHYSICALLY</trait>
<basicProperty>NONE</basicProperty>
<blockedInOlympiad>true</blockedInOlympiad>
<conditions>
<condition name="EquipWeapon">
<weaponType>
<item>DUALFIST</item>
</weaponType>
</condition>
</conditions>
<effects>
<effect name="SummonNpc">
<npcId>13432</npcId> <!-- Gravity Core -->
<npcCount>1</npcCount>
</effect>
<effect name="DamOverTime">
<power>1</power>
<ticks>5</ticks>
</effect>
<effect name="Root" />
<effect name="DefenceTrait">
<HOLD>-100</HOLD>
</effect>
<effect name="AttackTrait">
<MAGICAL_WEAKNESS>50</MAGICAL_WEAKNESS>
</effect>
<effect name="AttackTrait">
<PHYSICAL_WEAKNESS>50</PHYSICAL_WEAKNESS>
</effect>
</effects>
</skill>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16125