L2JMobius

Seal of Restriction/Skill - HELIOS UPDATE

gamelike85 · 2 · 5381

Offline gamelike85

  • Viscount
  • *****
    • Posts: 378
  • "I fix it for a cookie!"
Added: Restrain Physical/Magic Skills

Code: [Select]
<skill id="19208" toLevel="1" name="Seal of Restriction">
<!-- Updated to IO -->
<!-- Casts a curse that prevents the target and nearby enemies from receiving Invincibility for 30 seconds during PvP. Consumes 5 Spirit Ores. -->
<icon>icon.skill19208</icon>
<operateType>A2</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<mpConsume>332</mpConsume>
<castRange>900</castRange>
<hitTime>2110</hitTime>
<coolTime>500</coolTime>
<reuseDelay>600000</reuseDelay>
<isMagic>1</isMagic>
<effectPoint>-285</effectPoint>
<abnormalTime>30</abnormalTime>
<isDebuff>true</isDebuff>
<itemConsumeCount>5</itemConsumeCount>
<itemConsumeId>3031</itemConsumeId> <!-- Spirit Ore -->
<effects>
<effect name="BlockAbnormalSlot">
<!-- Guess there is more -->
<slot>INVINCIBILITY</slot>
</effect>
<effect name="BlockSkill">
<magicTypes>0</magicTypes>
</effect>
<effect name="BlockSkill">
<magicTypes>1</magicTypes>
</effect>
<effect name="BlockSkill">
<magicTypes>3</magicTypes>
</effect>
<effect name="PhysicalDefence" fromLevel="1" toLevel="1" fromSubLevel="1001" toSubLevel="1030">
  <amount>
  <value fromLevel="1" toLevel="1" fromSubLevel="1001" toSubLevel="1030">{-0.6 - 0.4 * subIndex}</value>
  </amount>
  <mode>PER</mode>
  </effect>
<effect name="MagicalDefence" fromLevel="1" toLevel="1" fromSubLevel="2001" toSubLevel="2030">
  <amount>
  <value fromLevel="1" toLevel="1" fromSubLevel="2001" toSubLevel="2030">{-0.6 - 0.4 * subIndex}</value>
  </amount>
  <mode>PER</mode>
  </effect>
<effect name="Speed" fromLevel="1" toLevel="1" fromSubLevel="3001" toSubLevel="3030">
  <amount>
  <value fromLevel="1" toLevel="1" fromSubLevel="3001" toSubLevel="3030">{-2 * subIndex}</value>
  </amount>
  <mode>DIFF</mode>
  </effect>
</effects>
</skill>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16144