ID #310082
Card
Automatic Modification Orb(Defense)
Buy Price: N/A
Sell Price: N/A
DEF +150
_______________________
Refine Level +9:
DEF +75
_______________________
Refine Level +11:
DEF +75
_______________________
Refine Level +9:
DEF +75
_______________________
Refine Level +11:
DEF +75
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bDef,150; if (.@r>=9) { bonus bDef,75; if (.@r>=11) { bonus bDef,75; } }
.@r = getrefine();
bonus bDef,150;
if (.@r>=9) {
bonus bDef,75;
if (.@r>=11) {
bonus bDef,75;
}
}