
RENEWAL / ITEMS
Glacier Flower Meow Power (Firing Shot)
#312081Card
Ice_C_Orb_Fi_Con
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
MHP - 5%, MSP - 5%.
------------------------
When performing physical attacks, has a 3% chance to gain DEX + 50, CON + 15, CRT + 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%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect 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;
}
}