
RENEWAL / ITEMS
Glacier Flower Meow Power (Berserker)
#312064Card
Ice_C_Orb_War2
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
ATK + 5%, ATK + 75.
------------------------
When refine level is +7 or higher, melee physical damage + 5%.
------------------------
When refine level is +9 or higher, additional melee physical damage + 5%.
------------------------
When grade is D or higher, melee physical damage + 5%.
------------------------
When grade is C or higher, additional melee physical damage + 5%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@g = getenchantgrade();
.@r = getrefine();
bonus bAtkRate,5;
bonus bBaseAtk,75;
if (.@r>=7) {
bonus bShortAtkRate,5;
if (.@r>=9) {
bonus bShortAtkRate,5;
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,5;
}
}