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
_______________________
Refine Level +7:
DEF +75, RES +10
_______________________
Refine Level +9:
DEF +100, RES +10
_______________________
Refine Level +11:
DEF +100, RES +10
Basic Information
Type
Card
Scripts
Script 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;
}
}
}