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

Ice Magic Orb (Defense)

Buy Price: N/A Sell Price: N/A
DEF +250, RES +50
_______________________
Refine Level +7:
DEF +75, RES +10
_______________________
Refine Level +9:
DEF +100, RES +10
_______________________
Refine Level +11:
DEF +100, RES +10

Basic Information

Card

Scripts

bonus bDef,250; bonus bRes,50; .@r = getrefine(); if (.@r >= 7) { bonus bDef,75; bonus bRes,10; if (.@r >= 9) { bonus bDef,100; bonus bRes,10; if (.@r >= 11) { bonus bDef,100; bonus bRes,10; } } }
bonus bDef,250;
bonus bRes,50;
.@r = getrefine();
if (.@r >= 7) {
  bonus bDef,75;
  bonus bRes,10;
  if (.@r >= 9) {
    bonus bDef,100;
    bonus bRes,10;
    if (.@r >= 11) {
      bonus bDef,100;
      bonus bRes,10;
    }
  }
}
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.