ID #312348
Card
Icy Storm Rune 4Lv
Buy Price: N/A
Sell Price: N/A
For each 20 base DEX:
ATK +10, POW +2, CON +2.
_______________________
If enchanted Equipment's Grade is D or higher:
P.ATK +6.
Increases Ranged Physical Damage by 6%.
ATK +10, POW +2, CON +2.
_______________________
If enchanted Equipment's Grade is D or higher:
P.ATK +6.
Increases Ranged Physical Damage by 6%.
Basic Information
Type
Card
Scripts
Script .@dex = (readparam(bDex)/20); bonus bBaseAtk,10*.@dex; bonus bPow,2*.@dex; bonus bCon,2*.@dex; if (getenchantgrade()>=ENCHANTGRADE_D) { bonus bLongAtkRate,6; bonus bPAtk,6; }
.@dex = (readparam(bDex)/20);
bonus bBaseAtk,10*.@dex;
bonus bPow,2*.@dex;
bonus bCon,2*.@dex;
if (getenchantgrade()>=ENCHANTGRADE_D) {
bonus bLongAtkRate,6;
bonus bPAtk,6;
}