L2JMobius

High Five Hot Spring Illusion [4559]

kinghanker · 1 · 3728

Offline kinghanker

  • Knight
  • ***
    • Posts: 64
This skill is not causing the player to have a big head

Code: [Select]
<skill id="4559" levels="1" name="Hot Spring Illusion">
<!-- Temporary optical illusion caused by the Hot Spring. -->
<set name="abnormalLevel" val="1" />
<set name="abnormalTime" val="600" />
<set name="abnormalType" val="BIG_HEAD" />
<set name="abnormalVisualEffect" val="BIG_HEAD" />
<set name="activateRate" val="0" />
<set name="castRange" val="600" />
<set name="effectRange" val="1100" />
<set name="magicLevel" val="75" />
<set name="operateType" val="A2" />
<set name="targetType" val="ONE" />
</skill>

I added a random effect and the skill started working. The big question is what effect can I add without customizing this skill

Code: [Select]
<for>
<effect name="Buff">
<mul stat="pAtkSpd" val="1" />
</effect>
</for>