ID #312079
Card
Glacier Flower Meow Power (Over Power)
Buy Price: N/A
Sell Price: N/A
MaxHP -5%, MaxSP -5%
_______________________
Physical attacks have a certain chance (3%) to increase STR +50, POW +15, STA +15 for 10 seconds.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Physical Damage +5%
[Grade C]: Physical Damage +5%
_______________________
Physical attacks have a certain chance (3%) to increase STR +50, POW +15, STA +15 for 10 seconds.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: Physical Damage +5%
[Grade C]: Physical Damage +5%
Basic Information
Type
Card
Scripts
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; } }
.@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;
}
}