ID #312081
Card
Glacier Flower Meow Power (Firing Shot)
Buy Price: N/A
Sell Price: N/A
MaxHP -5%, MaxSP -5%
_______________________
Physical attacks have a certain chance (3%) to increase DEX +50, CON +15, CRT +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 DEX +50, CON +15, CRT +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 bDex,50; bonus bCon,15; bonus bCrt,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 bDex,50; bonus bCon,15; bonus bCrt,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;
}
}