Renewal
.:Renewal Item Database:.
Card

Glacier Magic Orb (Cross Ripper Slasher)    Item ID# 311214 (Glacier_F_Orb_23)
Glacier Flower Spell(Cross Ripper Slasher)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Cross Ripper Slasher by 20%.

For each 3 Refine Levels:
Increases damage of Cross Ripper Slasher by additional 10%.

Refine Level +9:
Increases damage of Cross Ripper Slasher by additional 20%.

Refine Level +11:
Increases damage of Cross Ripper Slasher by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",20; if (.@r>=11) { bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Cross Slash)    Item ID# 311255 (Glacier_F_Orb_64)
Glacier Flower Spell(Cross Slash)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Cross Slash by 20%.

For each 3 Refine Levels:
Increases damage of Cross Slash by additional 10%.

Refine Level +9:
Decreases Cross Slash skill cooldown by 2 seconds.

Refine Level +11:
Increases damage of Cross Slash by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000; if (.@r>=11) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Crystal Magic)    Item ID# 311291 (Glacier_F_Orb_99)
Glacier Flower Spell(Crystal Magic)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Rain of Crystal and Frozen Slash by 10%.

For each 4 Refine Levels:
Increases damage of Rain of Crystal and Frozen Slash by additional 5%.

Refine Level +9:
Increases damage of Rain of Crystal and Frozen Slash by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",10+5*(.@r/4); bonus2 bSkillAtk,"AG_FROZEN_SLASH",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"AG_RAIN_OF_CRYSTAL",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Curse Explosion)    Item ID# 311249 (Glacier_F_Orb_58)
Glacier Flower Spell(Curse Explosion)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Curse Explosion by 20%.

For each 3 Refine Levels:
Increases damage of Curse Explosion by additional 10%.

Refine Level +9:
Increases damage of Curse Explosion by additional 20%.

Refine Level +11:
Increases damage of Curse Explosion by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"SP_CURSEEXPLOSION",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"SP_CURSEEXPLOSION",20; if (.@r>=11) { bonus2 bSkillAtk,"SP_CURSEEXPLOSION",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Deft Stab)    Item ID# 311289 (Glacier_F_Orb_97)
Glacier Flower Spell(Deft Stab)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Deft Stab by 10%.

For each 4 Refine Levels:
Increases damage of Deft Stab by additional 5%.

Refine Level +9:
Increases damage of Deft Stab by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"ABC_DEFT_STAB",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"ABC_DEFT_STAB",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Diamond Dust)    Item ID# 311226 (Glacier_F_Orb_35)
Glacier Flower Spell(Diamond Dust)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Diamond Dust by 20%.

For each 3 Refine Levels:
Increases damage of Diamond Dust by additional 10%.

Refine Level +9:
Increases damage of Diamond Dust by additional 20%.

Refine Level +11:
Increases damage of Diamond Dust by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"SO_DIAMONDDUST",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"SO_DIAMONDDUST",20; if (.@r>=11) { bonus2 bSkillAtk,"SO_DIAMONDDUST",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Diamond Storm)    Item ID# 311295 (Glacier_F_Orb_103)
Glacier Flower Spell(Diamond Storm)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Diamond Storm by 10%.

For each 4 Refine Levels:
Increases damage of Diamond Storm by additional 5%.

Refine Level +9:
Increases damage of Diamond Storm by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"EM_DIAMOND_STORM",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"EM_DIAMOND_STORM",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Double Bowling Bash)    Item ID# 311335 (Glacier_F_Orb_143)
Glacier Flower Spell(Double Bowling Bash)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Double Bowling Bash by 10%.

For each 4 Refine Levels:
Increases damage of Double Bowling Bash by additional 5%.

Refine Level +9:
Increases damage of Double Bowling Bash by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Dragon Breath)    Item ID# 311192 (Glacier_F_Orb_1)
Glacier Flower Spell(Dragonic Breath)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Dragon Breath and Dragon Breath - Water by 20%.

For each 3 Refine Levels:
Increases damage of Dragon Breath and Dragon Breath - Water by additional 10%.

Refine Level +9:
Increases damage of Dragon Breath and Dragon Breath - Water by additional 20%.

Refine Level +11:
Increases damage of Dragon Breath, Dragon Breath - Water by additional 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"RK_DRAGONBREATH",20+10*(.@r/3); bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"RK_DRAGONBREATH",20; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20; if (.@r>=11) { bonus2 bSkillAtk,"RK_DRAGONBREATH",20; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Dragon Tail)    Item ID# 311252 (Glacier_F_Orb_61)
Glacier Flower Spell(Dragon Tail)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Dragon Tail by 20%.

For each 3 Refine Levels:
Increases damage of Dragon Tail by additional 10%.

Refine Level +9:
Decreases Dragon Tail skill cooldown by 2 seconds.

Refine Level +11:
Increases damage of Dragon Tail by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"RL_D_TAIL",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillCooldown,"RL_D_TAIL",-2000; if (.@r>=11) { bonus2 bSkillAtk,"RL_D_TAIL",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Duple Light)    Item ID# 311232 (Glacier_F_Orb_41)
Glacier Flower Spell(Duple Light)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Duple Light by 20%.

For each 3 Refine Levels:
Increases damage of Duple Light by additional 10%.

Refine Level +9:
Increases damage of Duple Light by additional 20%.

Refine Level +11:
Increases damage of Duple Light by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"AB_DUPLELIGHT",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"AB_DUPLELIGHT",20; if (.@r>=11) { bonus2 bSkillAtk,"AB_DUPLELIGHT",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Earth Drive)    Item ID# 311203 (Glacier_F_Orb_12)
Glacier Flower Spell(Earth Drive)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Earth Drive by 20%.

For each 3 Refine Levels:
Increases damage of Earth Drive by additional 10%.

Refine Level +9:
Decreases Earth Drive skill cooldown by 1.2 seconds.

Refine Level +11:
Increases damage of Earth Drive by additional 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"LG_EARTHDRIVE",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillCooldown,"LG_EARTHDRIVE",-1200; if (.@r>=11) { bonus2 bSkillAtk,"LG_EARTHDRIVE",20; } } },{},{}
Dropped By No Result

« First < 93949596979899100101102103 > Last »
back to top