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