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