Renewal
.:Renewal Item Database:.
Card

Glacier Flower Meow Power (Above All)    Item ID# 312072 (Ice_C_Orb_Above)
Glacier Flower Meow Power(Above All)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from monsters of every element and every size by 3%.

Refine Level +7:
Decreases damage taken from monsters of every element by additional 7%.

Refine Level +9:
Decreases damage taken from monsters of every size by additional 7%.
Item Script
{ .@r = getrefine(); bonus2 bSubSize,Size_All,3; bonus2 bSubEle,Ele_All,3; if (.@r>=7) { bonus2 bSubEle,Ele_All,7; if (.@r>=9) { bonus2 bSubSize,Size_All,7; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (AGI)    Item ID# 312052 (Ice_C_Orb_Agi)
Glacier Flower Meow Power(AGI)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
AGI +5

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

Glacier Flower Meow Power (All Force)    Item ID# 312089 (Ice_C_Orb_A_Force)
Glacier Flower Meow Power(All Force)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases melee physical damage by 7%.
Increases ranged physical damage by 7%.
Increases Magical Damage with every element by 7%.
Item Script
{ bonus2 bMagicAtkEle,Ele_All,7; bonus bLongAtkRate,7; bonus bShortAtkRate,7; },{},{}
Dropped By No Result

Glacier Flower Meow Power (Attack)    Item ID# 312091 (Ice_C_Orb_A)
Glacier Flower Meow Power(Attack)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK/MATK +3%

Refine Level +7:
ATK/MATK +20

Refine Level +9:
ATK/MATK +10
Item Script
{ .@r = getrefine(); bonus bAtkRate,3; bonus bMatkRate,3; if (.@r>=7) { bonus bMatk,20; bonus bBaseAtk,20; if (.@r>=9) { bonus bMatk,10; bonus bBaseAtk,10; } } },{},{}
Dropped By No Result

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

Refine Level +7:
Increases melee physical damage by 5%

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

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

Glacier Flower Meow Power (Caster)    Item ID# 312070 (Ice_C_Orb_Caster)
Glacier Flower Meow Power(Caster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +30
Decreases variable cast time by 8%.

Refine Level +7:
Decreases variable cast time by additional 8%.

Refine Level +9:
Decreases variable cast time by additional 8%.

Refine Level +11:
Decreases variable cast time by additional 8%.
Item Script
{ .@r = getrefine(); bonus bVariableCastrate,-8; bonus bMatk,30; if (.@r>=7) { bonus bVariableCastrate,-8; if (.@r>=9) { bonus bVariableCastrate,-8; if (.@r>=11) { bonus bVariableCastrate,-8; } } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (CON & CRT)    Item ID# 312060 (Ice_C_Orb_Con_C)
Glacier Flower Meow Power(CON&CRT)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
CON/CRT +3

Refine Level +9:
CON/CRT +1

[Bonus by Equipment's Grade]
[Grade D]: CON/CRT +2
[Grade C]: CON/CRT +1 per 3 Refine Levels
Item Script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bCon,3; bonus bCrt,3; if (.@r>=9) { bonus bCon,1; bonus bCrt,1; } if (.@g>=ENCHANTGRADE_D) { bonus bCon,2; bonus bCrt,2; if (.@g>=ENCHANTGRADE_C) { bonus bCon,(.@r/3); bonus bCrt,(.@r/3); } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Defense)    Item ID# 312090 (Ice_C_Orb_D)
Glacier Flower Meow Power(Defense)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
DEF +100, MDEF +20

Refine Level +7:
DEF +50, MDEF +10

Refine Level +9:
DEF +25, MDEF +5
Item Script
{ .@r = getrefine(); bonus bMdef,20; bonus bDef,100; if (.@r>=7) { bonus bMdef,10; bonus bDef,50; if (.@r>=9) { bonus bMdef,5; bonus bDef,25; } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (DEX)    Item ID# 312051 (Ice_C_Orb_Dex)
Glacier Flower Meow Power(DEX)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
DEX +5

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

Glacier Flower Meow Power (Expert Archer)    Item ID# 312084 (Ice_C_Orb_E_Archer)
Glacier Flower Meow Power(Expert Archer)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases ranged physical damage by 12%.
Item Script
{ bonus bLongAtkRate,12; },{},{}
Dropped By No Result

Glacier Flower Meow Power (Fast)    Item ID# 312069 (Ice_C_Orb_Speed)
Glacier Flower Meow Power(Fast)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
FLEE +30

Refine Level +7:
ASPD +8% (Decreases after attack delay by 8%).

Refine Level +9:
Increases attack speed (Decreases after attack delay by additional 8%).

Refine Level +11:
Increases attack speed (Decreases after attack delay by additional 8%).
Item Script
{ .@r = getrefine(); bonus bFlee,30; if (.@r>=7) { bonus bAspdRate,8; if (.@r>=9) { bonus bAspdRate,8; if (.@r>=11) { bonus bAspdRate,8; } } } },{},{}
Dropped By No Result

Glacier Flower Meow Power (Fatal)    Item ID# 312086 (Ice_C_Orb_Fatal)
Glacier Flower Meow Power(Fatal)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases critical damage by 12%.
Item Script
{ bonus bCritAtkRate,12; },{},{}
Dropped By No Result

« First < 8586878889909192939495 > Last »
back to top