0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #312347 Card

Icy Storm Rune 3Lv

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.

Basic Information

Card

Scripts

.@dex = (readparam(bDex)/20); bonus bBaseAtk,10*.@dex; bonus bPow,2*.@dex; bonus bCon,2*.@dex; if (getenchantgrade()>=ENCHANTGRADE_D) { bonus bPAtk,6; }
.@dex = (readparam(bDex)/20);
bonus bBaseAtk,10*.@dex;
bonus bPow,2*.@dex;
bonus bCon,2*.@dex;
if (getenchantgrade()>=ENCHANTGRADE_D) {
   bonus bPAtk,6;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.