
RENEWAL / ITEMS
Glacier Flower Meow Power (Over Power)
#312079Card
Ice_C_Orb_Ov_Pow
Item stats
- Weight
- 0
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Card
- Trading & storage
- No restrictions
Glacier Flower Meow Power (Over Power) description & effects
MHP - 5%, MSP - 5%.
------------------------
When performing physical attacks, has a 3% chance to gain STR + 50, POW + 15, STA + 15 for 10 sec.
------------------------
When grade is D or higher, Melee, Long-ranged physical damage + 5%.
------------------------
When grade is C or higher, additional Melee, Long-ranged physical damage + 5%.
Item effect script
.@g = getenchantgrade();
bonus bMaxHPrate,-5;
bonus bMaxSPrate,-5;
autobonus "{ bonus bStr,50; bonus bPow,15; bonus bSta,15; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
if (.@g>=ENCHANTGRADE_D) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
}
}
Card sets
Set 1
Set effect
bonus bPAtk,5;
bonus bPow,7;
bonus bCon,7;
Set 2
Set effect
bonus bCRate,5;
bonus bPow,7;
bonus bCrt,7;

