Jump to content

Question

Posted (edited)

Hi everyone, i don't now how to make rebirth skill. And i want to put t passive skill, each level rebirth give status by 0,25%. and i do not know how to do that.

Here i have Syntax, if someone wants to help me.

<skill id="5000" levels="3" name="Rebirth">
        <table name="#rate">1.01 1.02 1.03</table>
        <set name="magicLvl" val="#magicLvl"/>
        <set name="target" val="TARGET_SELF"/>
        <set name="skillType" val="BUFF"/>
        <set name="operateType" val="OP_PASSIVE"/>
        <for>
            <mul order="0x30" stat="pAtk" val="#rate"/>
        </for>
    </skill>

 what i need to change here?

Edited by criss22

Recommended Posts

  • 0
Posted
24 minutes ago, criss22 said:

with 0x30, i understand

0x40 is just the same, but it will use full values. to add you use the "add", to remove, use "sub" ...

  • 0
Posted

There are hundreds of skills which increase (add/mul/sub/div) stats, all you need is.. logical thinking.

 

"I want to increase by some % p atk. What skill does that? Might! Let's copy its line. It's working!".

  • Upvote 1
Guest
This topic is now closed to further replies.


×
×
  • Create New...