Renewal
.:Renewal Item Database:.
Card

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

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

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

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

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

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

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

Refine Level +9:
Increases physical 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 physical damage against monsters of every element by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddEle,Ele_All,10; if (.@r>=9) { bonus2 bAddEle,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 bAddEle,Ele_All,15; } } },{},{}
Dropped By No Result

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

Refine Level +9:
Increases physical 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 physical damage against monsters of every race by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddRace,RC_All,10; bonus2 bAddRace,RC_Player_Human,-10; bonus2 bAddRace,RC_Player_Doram,-10; if (.@r>=9) { bonus2 bAddRace,RC_All,10; bonus2 bAddRace,RC_Player_Human,-10; bonus2 bAddRace,RC_Player_Doram,-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 bAddRace,RC_All,15; bonus2 bAddRace,RC_Player_Human,-15; bonus2 bAddRace,RC_Player_Doram,-15; } } },{},{}
Dropped By No Result

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

Refine Level +9:
Increases physical 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 physical damage against monsters of every size by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddSize,Size_All,10; if (.@r>=9) { bonus2 bAddSize,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 bAddSize,Size_All,15; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Picky Peck)    Item ID# 311263 (Glacier_F_Orb_72)
Glacier Flower Spell(Picky Peck)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Picky Peck by 20%.

For each 3 Refine Levels:
Increases damage of Picky Peck by additional 10%.

Refine Level +9:
Increases damage of Picky Peck by additional 20%.

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

Glacier Magic Orb (Poison Buster)    Item ID# 311229 (Glacier_F_Orb_38)
Glacier Flower Spell(Poison Buster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Poison Buster by 20%.

For each 3 Refine Levels:
Increases damage of Poison Buster by additional 10%.

Refine Level +9:
Decreases Poison Buster skill cooldown by 1 second.

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

Glacier Magic Orb (Power Swing)    Item ID# 311207 (Glacier_F_Orb_16)
Glacier Flower Spell(Power Swing)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Power Swing by 20%.

For each 3 Refine Levels:
Increases damage of Power Swing by additional 10%.

Refine Level +9:
Increases damage of Power Swing by additional 20%.

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

Glacier Magic Orb (Prominence Burst)    Item ID# 311244 (Glacier_F_Orb_53)
Glacier Flower Spell(Prominence Burst)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Prominence Kick and Solar Burst by 20%.

For each 3 Refine Levels:
Increases damage of Prominence Kick and Solar Burst by additional 10%.

Refine Level +9:
Increases damage of Prominence Kick and Solar Burst by additional 20%.

Refine Level +11:
Increases damage of Prominence Kick and Solar Burst by additional 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20+10*(.@r/3); bonus2 bSkillAtk,"SJ_SOLARBURST",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20; bonus2 bSkillAtk,"SJ_SOLARBURST",20; if (.@r>=11) { bonus2 bSkillAtk,"SJ_PROMINENCEKICK",20; bonus2 bSkillAtk,"SJ_SOLARBURST",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Psychic Wave)    Item ID# 311225 (Glacier_F_Orb_34)
Glacier Flower Spell(Psychic Wave)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Psychic Wave by 20%.

For each 3 Refine Levels:
Increases damage of Psychic Wave by additional 10%.

Refine Level +9:
Decreases Psychic Wave skill cooldown by 1.5 seconds.

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

Glacier Magic Orb (Rampage Blaster)    Item ID# 311234 (Glacier_F_Orb_43)
Glacier Flower Spell(Rampage Blaster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Rampage Blaster by 20%.

For each 3 Refine Levels:
Increases damage of Rampage Blaster by additional 10%.

Refine Level +9:
Decreases Rampage Blaster skill cooldown by 1 second.

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

Glacier Magic Orb (Ray of Genesis)    Item ID# 311201 (Glacier_F_Orb_10)
Glacier Flower Spell(Genesis Ray)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Genesis Ray by 20%.

For each 3 Refine Levels:
Increases damage of Genesis Ray by additional 10%.

Refine Level +9:
Decreases Genesis Ray skill cooldown by 1 second.

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

« First < 99100101102103104105106107108109 > Last »
back to top