ID #312094
Card
Glacier Flower Meow Power (Guardian)
Buy Price: N/A
Sell Price: N/A
DEF +100, RES +50
_______________________
Refine Level +7:
Decreases physical damage taken from enemies of every element by 5%.
_______________________
Refine Level +9:
Decreases physical damage taken from enemies of every size by 5%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Variable Casting Time -5%
[Grade C]: Variable Casting Time -5%
_______________________
Refine Level +7:
Decreases physical damage taken from enemies of every element by 5%.
_______________________
Refine Level +9:
Decreases physical damage taken from enemies of every size by 5%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Variable Casting Time -5%
[Grade C]: Variable Casting Time -5%
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bDef,100; bonus bRes,50; if (.@r>=7) { bonus2 bSubEle,Ele_All,5; if (.@r>=9) { bonus2 bSubSize,Size_All,5; } } if (.@g>=ENCHANTGRADE_D) { bonus bVariableCastrate,-5; if (.@g>=ENCHANTGRADE_C) { bonus bVariableCastrate,-5; } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bDef,100;
bonus bRes,50;
if (.@r>=7) {
bonus2 bSubEle,Ele_All,5;
if (.@r>=9) {
bonus2 bSubSize,Size_All,5;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bVariableCastrate,-5;
if (.@g>=ENCHANTGRADE_C) {
bonus bVariableCastrate,-5;
}
}