Skill Soul Cry (1001) update.
Contributed by Matts.
This commit is contained in:
parent
1b22e2793c
commit
6bf25325bb
@ -4,11 +4,11 @@
|
||||
<!-- Confirmed CT2.5 -->
|
||||
<table name="#magicLvl"> 1 14 25 35 40 48 56 60 66 72 78 85 90 95 99 </table>
|
||||
<table name="#mdot"> 0 0 1 2 2 2 3 3 4 4 5 5 6 6 7 </table> <!-- Guessed -->
|
||||
<table name="#mAtk"> 0 0 0 0 0 0 1.05 1.05 1.07 1.1 1.12 1.14 1.16 1.18 1.2 </table>
|
||||
<table name="#mDef"> 0 0 0 0 0 0 0 1.05 1.07 1.1 1.12 1.14 1.16 1.18 1.2 </table>
|
||||
<table name="#pAtkAdd"> 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 </table>
|
||||
<table name="#pAtkMul"> 0 0 1.04 1.05 1.05 1.05 1.05 1.05 1.07 1.1 1.12 1.14 1.16 1.18 1.2 </table>
|
||||
<table name="#pDef"> 0 0 0 0 0 1.05 1.05 1.05 1.07 1.1 1.12 1.14 1.16 1.18 1.2 </table>
|
||||
<table name="#pAtk"> 1.02 1.03 1.04 1.05 1.05 1.05 1.05 1.05 1.07 1.1 1.12 1.14 1.16 1.18 1.2 </table>
|
||||
<table name="#pDef"> 1 1 1 1 1.05 1.05 1.05 1.05 1.07 1.1 1.12 1.14 1.16 1.18 1.2 </table>
|
||||
<table name="#mAtk"> 1 1 1 1 1 1.05 1.05 1.05 1.07 1.1 1.12 1.14 1.16 1.18 1.2 </table>
|
||||
<table name="#mDef"> 1 1 1 1 1 1 1.05 1.05 1.07 1.1 1.12 1.14 1.16 1.18 1.2 </table>
|
||||
<table name="#skillPower"> 1 1 1 1 1 1 1 1.05 1.05 1.05 1.05 1.05 1.05 1.05 1.05 </table>
|
||||
<table name="#ench1patk"> 418 421 424 427 430 433 436 439 442 445 448 451 454 457 460 463 466 469 472 475 478 481 484 487 490 493 496 499 502 505 </table>
|
||||
<table name="#enchMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 83 83 83 84 84 84 85 85 85 </table>
|
||||
<set name="icon" val="icon.skill1001" />
|
||||
@ -21,7 +21,13 @@
|
||||
<for>
|
||||
<effect name="ManaDamOverTime" ticks="5">
|
||||
<param power="#mdot" />
|
||||
<add stat="pAtk" val="#pAtkAdd" />
|
||||
</effect>
|
||||
<effect name="Buff">
|
||||
<mul stat="pAtk" val="#pAtk" />
|
||||
<mul stat="mAtk" val="#mAtk" />
|
||||
<mul stat="pDef" val="#pDef" />
|
||||
<mul stat="mDef" val="#mDef" />
|
||||
<mul stat="physicalSkillPower" val="#skillPower" />
|
||||
</effect>
|
||||
</for>
|
||||
<enchant1for>
|
||||
|
Loading…
Reference in New Issue
Block a user