ID #313836
Card
Frontier Spell (Magical Defense)
Buy Price: N/A
Sell Price: N/A
MDEF +20, MRES +10.
_______________________
Refine Level +7:
MDEF +5, MRES +3.
_______________________
Refine Level +9:
MDEF +5, MRES +3.
_______________________
Refine Level +7:
MDEF +5, MRES +3.
_______________________
Refine Level +9:
MDEF +5, MRES +3.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMdef,20; bonus bMRes,10; if (.@r>=7) { bonus bMdef,5; bonus bMRes,3; if (.@r>=9) { bonus bMdef,5; bonus bMRes,3; } }
.@r = getrefine();
bonus bMdef,20;
bonus bMRes,10;
if (.@r>=7) {
bonus bMdef,5;
bonus bMRes,3;
if (.@r>=9) {
bonus bMdef,5;
bonus bMRes,3;
}
}