ID #312057
Card
Glacier Flower Meow Power (Magical Defense)
Buy Price: N/A
Sell Price: N/A
MDEF +25, MRES +25
_______________________
Refine Level +7:
MDEF +10, MRES +5
_______________________
Refine Level +9:
MDEF +15, MRES +10
_______________________
Refine Level +7:
MDEF +10, MRES +5
_______________________
Refine Level +9:
MDEF +15, MRES +10
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMdef,25; bonus bMRes,25; if (.@r>=7) { bonus bMdef,10; bonus bMRes,5; if (.@r>=9) { bonus bMdef,15; bonus bMRes,10; } }
.@r = getrefine();
bonus bMdef,25;
bonus bMRes,25;
if (.@r>=7) {
bonus bMdef,10;
bonus bMRes,5;
if (.@r>=9) {
bonus bMdef,15;
bonus bMRes,10;
}
}