Renewal
.:Renewal Item Database:.
Card

Glacier Magic Orb (Flame Wind)    Item ID# 311256 (Glacier_F_Orb_65)
Glacier Flower Spell(Exploding Flake Wind)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by 20%.

For each 3 Refine Levels:
Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 10%.

Refine Level +9:
Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 20%.

Refine Level +11:
Increases damage of Exploding Dragon, Snow Flake Draft and First Wind by additional 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"NJ_BAKUENRYU",20+10*(.@r/3); bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",20+10*(.@r/3); bonus2 bSkillAtk,"NJ_KAMAITACHI",20+10*(.@r/3); if (.@r>=9) { bonus2 bSkillAtk,"NJ_BAKUENRYU",20; bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",20; bonus2 bSkillAtk,"NJ_KAMAITACHI",20; if (.@r>=11) { bonus2 bSkillAtk,"NJ_BAKUENRYU",20; bonus2 bSkillAtk,"NJ_HYOUSYOURAKU",20; bonus2 bSkillAtk,"NJ_KAMAITACHI",20; } } },{},{}
Dropped By No Result

Glacier Magic Orb (Flare Magic)    Item ID# 311290 (Glacier_F_Orb_98)
Glacier Flower Spell(Flare Magic)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Floral Flare Road and Crimson Arrow by 10%.

For each 4 Refine Levels:
Increases damage of Floral Flare Road and Crimson Arrow by additional 5%.

Refine Level +9:
Increases damage of Floral Flare Road and Crimson Arrow by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"AG_FLORAL_FLARE_ROAD",10+5*(.@r/4); bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"AG_FLORAL_FLARE_ROAD",10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Flash Fall)    Item ID# 311246 (Glacier_F_Orb_55)
Glacier Flower Spell(Flash Falling)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Flash Kick and Falling Star by 20%.

For each 3 Refine Levels:
Increases damage of Flash Kick and Falling Star by additional 10%.

Refine Level +9:
Increases damage of Flash Kick and Falling Star by additional 20%.

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

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

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

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

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

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

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

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

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

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

Glacier Magic Orb (Grenade)    Item ID# 311330 (Glacier_F_Orb_138)
Glacier Flower Spell(Grenade)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Basic Grenade, Hasty Fire in the Hole and Grenades Dropping by 10%.

For each 4 Refine Levels:
Increases damage of Basic Grenade, Hasty Fire in the Hole and Grenades Dropping by additional 5%.

Refine Level +9:
Increases damage of Basic Grenade, Hasty Fire in the Hole and Grenades Dropping by additional 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"NW_BASIC_GRENADE",10+5*(.@r/4); bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",10+5*(.@r/4); bonus2 bSkillAtk,"NW_GRENADES_DROPPING",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"NW_BASIC_GRENADE",10; bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",10; bonus2 bSkillAtk,"NW_GRENADES_DROPPING",10; } },{},{}
Dropped By No Result

Glacier Magic Orb (Ground Magic)    Item ID# 311293 (Glacier_F_Orb_101)
Glacier Flower Spell(Rock Magic)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Stratum Tremor and Rock Down by 10%.

For each 4 Refine Levels:
Increases damage of Stratum Tremor and Rock Down by additional 5%.

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

Glacier Magic Orb (Hack And Slasher)    Item ID# 311273 (Glacier_F_Orb_82)
Glacier Flower Spell(Hack and Slasher)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Hack and Slasher by 10%.

For each 4 Refine Levels:
Increases damage of Hack and Slasher by additional 5%.

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

Glacier Magic Orb (Hammer of God)    Item ID# 311251 (Glacier_F_Orb_60)
Glacier Flower Spell(Hammer of God)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Hammer of God by 20%.

For each 3 Refine Levels:
Increases damage of Hammer of God by additional 10%.

Refine Level +9:
Decreases Hammer of God skill cooldown by 8 seconds.

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

Glacier Magic Orb (Hawk)    Item ID# 311307 (Glacier_F_Orb_115)
Glacier Flower Spell(Hawk)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Hawk Rush and Hawk Boomerang by 10%.

For each 4 Refine Levels:
Increases damage of Hawk Rush and Hawk Boomerang by additional 5%.

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

Glacier Magic Orb (Hell's Jack)    Item ID# 311340 (Glacier_F_Orb_148)
Glacier Flower Spell(Hell's Jack)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Hell's Drive and Jack Frost Nova by 10%.

For each 4 Refine Levels:
Increases damage of Hell's Drive and Jack Frost Nova by additional 5%.

Refine Level +9:
Increases damage of Hell's Drive and Jack Frost Nova by additional 10%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"HN_HELLS_DRIVE",10+5*(.@r/4); bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",10+5*(.@r/4); if (.@r>=9) { bonus2 bSkillAtk,"HN_HELLS_DRIVE",10; bonus2 bSkillAtk,"HN_JACK_FROST_NOVA",10; } },{},{}
Dropped By No Result

« First < 9596979899100101102103104105 > Last »
back to top