Renewal
.:Renewal Item Database:.
Card

Glacier Flower Meow Power (Fighting Spirit)    Item ID# 312083 (Ice_C_Orb_F_Spirit)
Glacier Flower Meow Power(Fighting Spirit)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases melee physical damage by 12%.
Item Script
{ bonus bShortAtkRate,12; },{},{}
Dropped By No Result

Glacier Flower Meow Power (Firing Shot)    Item ID# 312081 (Ice_C_Orb_Fi_Con)
Glacier Flower Meow Power(Firing Shot)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
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%
Item Script
expand to view script
{ .@g = getenchantgrade(); bonus bMaxHPrate,-5; bonus bMaxSPrate,-5; autobonus "{ bonus bDex,50; bonus bCon,15; bonus bCrt,15; }",30,10000,BF_WEAPON; if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,5; bonus bShortAtkRate,5; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Fixed Casting)    Item ID# 312076 (Ice_C_Orb_F_Cast)
Glacier Flower Meow Power(Fixed Casting)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases fixed cast time by 1 second.
Item Script
{ bonus bFixedCast,-1000; },{},{}
Dropped By No Result

Glacier Flower Meow Power (Global Cooldown)    Item ID# 312068 (Ice_C_Orb_S_Delay)
Glacier Flower Meow Power(After Skill Delay)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases after skill cast delay by 4%

Refine Level +7:
Decreases after skill cast delay by additional 4%.

Refine Level +9:
Decreases after skill cast delay by additional 4%.

Refine Level +11:
Decreases after skill cast delay by additional 4%.
Item Script
{ .@r = getrefine(); bonus bDelayrate,-4; if (.@r>=7) { bonus bDelayrate,-4; if (.@r>=9) { bonus bDelayrate,-4; if (.@r>=11) { bonus bDelayrate,-4; } } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Grand Mage)    Item ID# 312066 (Ice_C_Orb_Mag2)
Glacier Flower Meow Power(Grand Mage)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +5%, MATK +75

Refine Level +7:
Increases Magical Damage with every element by 5%.

Refine Level +9:
Increases Magical Damage with every element by 5%.

[Bonus by Equipment's Grade]
[Grade D]: Magical Damage with every element +5%
[Grade C]: Magical Damage with every element +5%
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,5; bonus bMatk,75; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,5; } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,5; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,5; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Guardian)    Item ID# 312094 (Ice_C_Orb_Guard)
Glacier Flower Meow Power(Guardian)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
DEF +100, RES +50

Refine Level +7:
Decreases physical damage taken from enemies of every element by 5%.

Refine Level +9:
Decreases physical damage taken from enemies of every size by 5%.

[Bonus by Equipment's Grade]
[Grade D]: variable cast time -5%
[Grade C]: variable cast time -5%
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bDef,100; bonus bRes,50; if (.@r>=7) { bonus2 bSubEle,Ele_All,5; if (.@r>=9) { bonus2 bSubSize,Size_All,5; } } if (.@g>=ENCHANTGRADE_D) { bonus bVariableCastrate,-5; if (.@g>=ENCHANTGRADE_C) { bonus bVariableCastrate,-5; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Guide Attack)    Item ID# 312071 (Ice_C_Orb_Guide)
Glacier Flower Meow Power(Guide Attack)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
HIT +30

Refine Level +7:
Perfect HIT +8%

Refine Level +9:
Perfect HIT +8%

Refine Level +11:
Perfect HIT +8%
Item Script
{ .@r = getrefine(); bonus bHit,30; if (.@r>=7) { bonus bPerfectHitRate,8; if (.@r>=9) { bonus bPerfectHitRate,8; if (.@r>=11) { bonus bPerfectHitRate,8; } } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (INT)    Item ID# 312053 (Ice_C_Orb_Int)
Glacier Flower Meow Power(INT)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
INT +5

Base INT at least 120:
INT +5
Item Script
{ bonus bInt,5; if (readparam(bInt)>=120) { bonus bInt,5; } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Intelligence)    Item ID# 312095 (Ice_C_Orb_Intel)
Glacier Flower Meow Power(Intelligence)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
P.ATK/S.MATK +1

Refine Level +7:
Increases Physical and Magical Damage against enemies of every element by 3%.

Refine Level +9:
Increases Physical and Magical Damage against enemies of every size by 3%.

Refine Level +11:
Increases Physical and Magical Damage against enemies of every race, except Players, by 3%.

[Bonus by Equipment's Grade]
[Grade D]: Physical and Magical Damage against enemies of Normal and Boss class +2%
[Grade C]: Physical and Magical Damage against enemies of Normal and Boss class +1%
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bSMatk,1; if (.@r>=7) { bonus2 bMagicAddEle,Ele_All,3; bonus2 bAddEle,Ele_All,3; if (.@r>=9) { bonus2 bAddSize,Size_All,3; bonus2 bMagicAddSize,Size_All,3; if (.@r>=11) { bonus2 bMagicAddRace,RC_All,3; bonus2 bMagicAddRace,RC_Player_Human,-3; bonus2 bMagicAddRace,RC_Player_Doram,-3; bonus2 bAddRace,RC_All,3; bonus2 bAddRace,RC_Player_Human,-3; bonus2 bAddRace,RC_Player_Doram,-3; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bAddClass,Class_Normal,2; bonus2 bMagicAddClass,Class_Normal,2; bonus2 bAddClass,Class_Boss,2; bonus2 bMagicAddClass,Class_Boss,2; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddClass,Class_Normal,1; bonus2 bMagicAddClass,Class_Normal,1; bonus2 bAddClass,Class_Boss,1; bonus2 bMagicAddClass,Class_Boss,1; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (LUK)    Item ID# 312055 (Ice_C_Orb_Luk)
Glacier Flower Meow Power(LUK)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
LUK +5

Base LUK at least 120:
LUK +5
Item Script
{ bonus bLuk,5; if (readparam(bLuk)>=120) { bonus bLuk,5; } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Mage)    Item ID# 312063 (Ice_C_Orb_Mag)
Glacier Flower Meow Power(Mage)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +50

Refine Level +7:
Increases Magical Damage with every element by 5%

Refine Level +9:
Increases Magical Damage with every element by 7%.
Item Script
{ .@r = getrefine(); bonus bMatk,50; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,7; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Magical Defense)    Item ID# 312057 (Ice_C_Orb_Mdef)
Glacier Flower Meow Power(Magical Defense)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MDEF +25, MRES +25

Refine Level +7:
MDEF +10, MRES +5

Refine Level +9:
MDEF +15, MRES +10
Item Script
{ .@r = getrefine(); bonus bMdef,25; bonus bMRes,25; if (.@r>=7) { bonus bMdef,10; bonus bMRes,5; if (.@r>=9) { bonus bMdef,15; bonus bMRes,10; } } },{},{}
Dropped By No Result

« First < 8687888990919293949596 > Last »
back to top