Renewal
.:Renewal Item Database:.
Card

Glacier Magic Orb (Lightning Land)    Item ID# 311297 (Glacier_F_Orb_105)
Glacier Flower Spell(Lightning Land)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Lightning Land by 10%.

For each 4 Refine Levels:
Increases damage of Lightning Land by additional 5%.

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

Glacier Magic Orb (Lord of Vermilion)    Item ID# 311268 (Glacier_F_Orb_77)
Glacier Flower Spell(Lord of Vermilion)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Lord of Vermilion by 20%.

For each 3 Refine Levels:
Increases damage of Lord of Vermilion by additional 20%.

Refine Level +9:
Increases damage of Lord of Vermilion by additional 30%.

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

Glacier Magic Orb (Lunatic Carrot Beat)    Item ID# 311262 (Glacier_F_Orb_71)
Glacier Flower Spell(Lunatic Carrot Beat)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Lunatic Carrot Beat by 20%.

For each 3 Refine Levels:
Increases damage of Lunatic Carrot Beat by additional 10%.

Refine Level +9:
Increases damage of Lunatic Carrot Beat by additional 20%.

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

Glacier Magic Orb (Madness Crusher)    Item ID# 311274 (Glacier_F_Orb_83)
Glacier Flower Spell(Madness Crusher)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Madness Crusher by 10%.

For each 4 Refine Levels:
Increases damage of Madness Crusher by additional 5%.

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

Glacier Magic Orb (Magazine for One)    Item ID# 311328 (Glacier_F_Orb_136)
Glacier Flower Spell(Magazine for One)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Magazine for One by 10%.

For each 4 Refine Levels:
Increases damage of Magazine for One by additional 5%.

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

Glacier Magic Orb (Magical-Element)    Item ID# 311353 (Glacier_F_Orb_161)
Glacier Flower Spell(Magical - Element)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases magical damage against monsters of every element by 10%.

Refine Level +9:
Increases magical damage against monsters of every element by additional 10%.

When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
Increases magical damage against monsters of every element by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { bonus2 bMagicAtkEle,Ele_All,15; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Magical-Race)    Item ID# 311349 (Glacier_F_Orb_157)
Glacier Flower Spell(Magical - Race)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases magical damage against monsters of every race by 10%.

Refine Level +9:
Increases magical damage against monsters of every race by additional 10%.

When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
Increases magical damage against monsters of every race by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAddRace,RC_All,10; if (.@r>=9) { bonus2 bMagicAddRace,RC_All,10; .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) bonus2 bMagicAddRace,RC_All,15; } },{},{}
Dropped By No Result

Glacier Magic Orb (Magical-Size)    Item ID# 311351 (Glacier_F_Orb_159)
Glacier Flower Spell(Magical - Size)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases magical damage against monsters of every size by 10%.

Refine Level +9:
Increases magical damage against monsters of every size by additional 10%.

When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
Increases magical damage against monsters of every size by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAddSize,Size_All,10; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,10; .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { bonus2 bMagicAddSize,Size_All,15; } } },{},{}
Dropped By No Result

Glacier Magic Orb (MATK)    Item ID# 311343 (Glacier_F_Orb_151)
Glacier Flower Spell(MATK)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
For each 3 Refine Levels:
MATK +20
Increases magical damage with every element by 5%.

Refine Level +9:
MATK +10%

Refine Level +11:
S.MATK +5

When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
Increases magical damage with every element by additional 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,20*(.@r/3); bonus2 bMagicAtkEle,Ele_All,5*(.@r/3); if (.@r>=9) { bonus bMatkRate,10; if (.@r>=11 ) { bonus bSMatk,5; .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { bonus2 bMagicAtkEle,Ele_All,10; } } } },{},{}
Dropped By No Result

Glacier Magic Orb (Mega Sonic Blow)    Item ID# 311336 (Glacier_F_Orb_144)
Glacier Flower Spell(Mega Sonic Blow)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Mega Sonic Blow by 10%.

For each 4 Refine Levels:
Increases damage of Mega Sonic Blow by additional 5%.

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

Glacier Magic Orb (Metalic Fury)    Item ID# 311310 (Glacier_F_Orb_118)
Glacier Flower Spell(Metallic Fury)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Metallic Fury by 10%.

For each 4 Refine Levels:
Increases damage of Metallic Fury by additional 5%.

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

Glacier Magic Orb (Metallic Sound)    Item ID# 311242 (Glacier_F_Orb_51)
Glacier Flower Spell(Metallic Sound)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Metallic Sound by 20%.

For each 3 Refine Levels:
Increases damage of Metallic Sound by additional 10%.

Refine Level +9:
Decreases Metallic Sound skill cooldown by 2 seconds.

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

« First < 1213141516171819202122 > Last »
back to top