ID #312060
Card
Glacier Flower Meow Power (CON & CRT)
Buy Price: N/A
Sell Price: N/A
CON/CRT +3
_______________________
Refine Level +9:
CON/CRT +1
_______________________
[Bonus by Equipment's Grade]
[Grade D]: CON/CRT +2
[Grade C]: CON/CRT +1 per 3 Refine Levels
_______________________
Refine Level +9:
CON/CRT +1
_______________________
[Bonus by Equipment's Grade]
[Grade D]: CON/CRT +2
[Grade C]: CON/CRT +1 per 3 Refine Levels
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bCon,3; bonus bCrt,3; if (.@r>=9) { bonus bCon,1; bonus bCrt,1; } if (.@g>=ENCHANTGRADE_D) { bonus bCon,2; bonus bCrt,2; if (.@g>=ENCHANTGRADE_C) { bonus bCon,(.@r/3); bonus bCrt,(.@r/3); } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bCon,3;
bonus bCrt,3;
if (.@r>=9) {
bonus bCon,1;
bonus bCrt,1;
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCon,2;
bonus bCrt,2;
if (.@g>=ENCHANTGRADE_C) {
bonus bCon,(.@r/3);
bonus bCrt,(.@r/3);
}
}