Renewal
.:Renewal Item Database:.
Card

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

Glacier Flower Meow Power (Magical Force)    Item ID# 312078 (Ice_C_Orb_M_F)
Glacier Flower Meow Power(Magical Force)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases Magical Damage against enemies of every size by 5%.

Refine Level +7:
Increases Magical Damage against enemies of every size by additional 3%.

Refine Level +9:
Increases Magical Damage against enemies of every size by additional 2%.

Refine Level +11:
Increases Magical Damage against enemies of every size by additional 2%.
Item Script
{ .@r = getrefine(); bonus2 bMagicAddSize,Size_All,5; if (.@r>=7) { bonus2 bMagicAddSize,Size_All,3; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,2; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,2; } } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Magical Power)    Item ID# 312088 (Ice_C_Orb_M_P)
Glacier Flower Meow Power(Magical Power)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
S.MATK +3
Increases Magical Damage against enemies of every element by 4%.
Item Script
{ bonus2 bMagicAddEle,Ele_All,4; bonus bSMatk,3; },{},{}
Dropped By No Result

Glacier Flower Meow Power (Magical Resistance)    Item ID# 312093 (Ice_C_Orb_Mres)
Glacier Flower Meow Power(Magical Resistance)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MRES +15

Refine Level +7:
MRES +10

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

Glacier Flower Meow Power (Marksman)    Item ID# 312065 (Ice_C_Orb_Ran2)
Glacier Flower Meow Power(Marksman)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +5%, ATK +75

Refine Level +7:
Increases ranged physical damage by 5%.

Refine Level +9:
Increases ranged physical damage by 5%.

[Bonus by Equipment's Grade]
[Grade D]: ranged physical damage +5%
[Grade C]: ranged physical damage +5%
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bBaseAtk,75; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus bLongAtkRate,5; } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,5; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Mental)    Item ID# 312074 (Ice_C_Orb_Sp)
Glacier Flower Meow Power(Mental)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxSP +450

Refine Level +7:
MaxSP +5%

Refine Level +9:
MaxSP +5%

Refine Level +11:
MaxSP +5%
Item Script
{ .@r = getrefine(); bonus bMaxSP,450; if (.@r>=7) { bonus bMaxSPrate,5; if (.@r>=9) { bonus bMaxSPrate,5; if (.@r>=11) { bonus bMaxSPrate,5; } } } },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top