ID #312061
Card
Glacier Flower Meow Power (Warrior)
Buy Price: N/A
Sell Price: N/A
ATK +50
_______________________
Refine Level +7:
Increases Melee Physical Damage by 5%.
_______________________
Refine Level +9:
Increases Melee Physical Damage by 7%.
_______________________
Refine Level +7:
Increases Melee Physical Damage by 5%.
_______________________
Refine Level +9:
Increases Melee Physical Damage by 7%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bBaseAtk,50; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus bShortAtkRate,7; } }
.@r = getrefine();
bonus bBaseAtk,50;
if (.@r>=7) {
bonus bShortAtkRate,5;
if (.@r>=9) {
bonus bShortAtkRate,7;
}
}