Jump to content
  • 0

[Help] Edit armor sta from Eclispe via java!


Question

7 answers to this question

Recommended Posts

  • 0
Posted

heres ur solution pretty simple:

<skill id="3535" levels="1" name="Dark Crystal Robe Set">

<!--

  Description(s):

      Decreases magic cancel rate and increases resistance to paralysis attacks. P. Def., Casting Spd. and Speed are also increased. WIT+2, MEN-2

-->

  <set name="power" val="0.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="BUFF"/>

  <set name="operateType" val="OP_PASSIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <for>

    <mul order="0x30" stat="pDef" val="1.08"/> <!-- P. Def. +8% -->

    <mul order="0x30" stat="mAtkSpd" val="1.15"/> <!-- Casting Spd. +15% -->

    <add order="0x40" stat="runSpd" val="7"/> <!-- Speed +7 -->

    <sub order="0x40" stat="cancel" val="18"/> <!-- Small decrease in chance of spell interruption - TO CHECK -->

    <mul order="0x30" stat="paralyzeVuln" val="0.5"/> <!-- Paralysis Resistance +50% -->

    <add order="0x40" stat="WIT" val="2"/> <!-- WIT +2 -->

    <sub order="0x40" stat="MEN" val="2"/> <!-- MEN -2 -->

  </for>

</skill>

there's an example that u should "copy" and add ur own effects.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...