ID #312091
Card
Glacier Flower Meow Power (Attack)
Buy Price: N/A
Sell Price: N/A
ATK/MATK +3%
_______________________
Refine Level +7:
ATK/MATK +20
_______________________
Refine Level +9:
ATK/MATK +10
_______________________
Refine Level +7:
ATK/MATK +20
_______________________
Refine Level +9:
ATK/MATK +10
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bAtkRate,3; bonus bMatkRate,3; if (.@r>=7) { bonus bMatk,20; bonus bBaseAtk,20; if (.@r>=9) { bonus bMatk,10; bonus bBaseAtk,10; } }
.@r = getrefine();
bonus bAtkRate,3;
bonus bMatkRate,3;
if (.@r>=7) {
bonus bMatk,20;
bonus bBaseAtk,20;
if (.@r>=9) {
bonus bMatk,10;
bonus bBaseAtk,10;
}
}