ID #312700
Card
Time Dimension Jewel (Agility) 3Lv
Buy Price: N/A
Sell Price: N/A
For each 2 Refine Levels:
ATK +5, MATK +5.
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 4%).
Decreases After Skill Delay by 2%.
_______________________
For each 4 Refine Levels:
P.ATK +1, S.MATK +1.
ATK +5, MATK +5.
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 4%).
Decreases After Skill Delay by 2%.
_______________________
For each 4 Refine Levels:
P.ATK +1, S.MATK +1.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMatk,5*(.@r/2); bonus bBaseAtk,5*(.@r/2); bonus bDelayrate,-2*(.@r/3); bonus bAspdRate,4*(.@r/3); bonus bPAtk,(.@r/4); bonus bSMatk,(.@r/4);
.@r = getrefine(); bonus bMatk,5*(.@r/2); bonus bBaseAtk,5*(.@r/2); bonus bDelayrate,-2*(.@r/3); bonus bAspdRate,4*(.@r/3); bonus bPAtk,(.@r/4); bonus bSMatk,(.@r/4);