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 #312351 Card

Icy Storm Rune 7Lv

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%.
_______________________
If enchanted Equipment's Grade is C or higher:
P.ATK +9.
Increases Ranged Physical Damage by additional 10%.
_______________________
If enchanted Equipment's Grade is B or higher:
P.ATK +12.

Basic Information

Card

Scripts

.@dex = (readparam(bDex)/20); .@g = getenchantgrade(); bonus bBaseAtk,10*.@dex; bonus bPow,2*.@dex; bonus bCon,2*.@dex; if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,6; bonus bPAtk,6; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,10; bonus bPAtk,9; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,12; } } }
.@dex = (readparam(bDex)/20);
.@g = getenchantgrade();
bonus bBaseAtk,10*.@dex;
bonus bPow,2*.@dex;
bonus bCon,2*.@dex;
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,6;
   bonus bPAtk,6;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,10;
      bonus bPAtk,9;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bPAtk,12;
      }
   }
}
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.