Renewal
.:Renewal Item Database:.
Card

Ice Magic Orb (Shadow Spell)    Item ID# 311154 (Ice_F_Orb_Skill_17)
Ice Flower Spell(Shadow Spell)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases magical damage of every element by 15%.

Refine Level +7:
Increases magical damage of every element by additional 15%.

Refine Level +9:
Increases magical damage of every element by additional 15%.

Refine Level +11:
Increases magical damage of every element by additional 15%.
Increases damage of Abyss Square by 15%.
Item Script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,15; bonus2 bSkillAtk,"ABC_ABYSS_SQUARE",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Sniper)    Item ID# 311100 (Ice_F_Orb_Ran)
Ice Flower Spell(Shooter)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +6%, ATK +100

Refine Level +7:
Increases ranged physical damage by 5%.

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

Refine Level +11:
Increases ranged physical damage by additional 5%.
Item Script
{ bonus bAtkRate,6; bonus bBaseAtk,100; .@r = getrefine(); if (.@r >= 7) { bonus bLongAtkRate,5; if (.@r >= 9) { bonus bLongAtkRate,5; if (.@r >= 11) { bonus bLongAtkRate,5; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Sonic Impact)    Item ID# 311150 (Ice_F_Orb_Skill_13)
Ice Flower Spell(Sonic Impact)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Sonic Blow and Cross Impact by 15%.

Refine Level +7:
Increases damage of Sonic Blow and Cross Impact by additional 15%.

Refine Level +9:
Increases damage of Sonic Blow and Cross Impact by additional 15%.

Refine Level +11:
Increases damage of Sonic Blow and Cross Impact by additional 15%.
Increases damage of Savage Impact by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"AS_SONICBLOW",15; bonus2 bSkillAtk,"GC_CROSSIMPACT",15; if (.@r>=7) { bonus2 bSkillAtk,"AS_SONICBLOW",15; bonus2 bSkillAtk,"GC_CROSSIMPACT",15; if (.@r>=9) { bonus2 bSkillAtk,"AS_SONICBLOW",15; bonus2 bSkillAtk,"GC_CROSSIMPACT",15; if (.@r>=11) { bonus2 bSkillAtk,"AS_SONICBLOW",15; bonus2 bSkillAtk,"GC_CROSSIMPACT",15; bonus2 bSkillAtk,"SHC_SAVAGE_IMPACT",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Sound Metal)    Item ID# 311171 (Ice_F_Orb_Skill_34)
Ice Flower Spell(Sound Metal)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Metallic Sound and Reverberation by 15%.

Refine Level +7:
Increases damage of Metallic Sound and Reverberation by additional 10%.

Refine Level +9:
Increases damage of Metallic Sound and Reverberation by additional 10%.

Refine Level +11:
Increases damage of Metallic Sound and Reverberation by additional 15%.
Increases damage of Metallic Fury by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"WM_METALICSOUND",15; bonus2 bSkillAtk,"WM_REVERBERATION",15; if (.@r>=7) { bonus2 bSkillAtk,"WM_METALICSOUND",10; bonus2 bSkillAtk,"WM_REVERBERATION",10; if (.@r>=9) { bonus2 bSkillAtk,"WM_METALICSOUND",10; bonus2 bSkillAtk,"WM_REVERBERATION",10; if (.@r>=11) { bonus2 bSkillAtk,"WM_METALICSOUND",15; bonus2 bSkillAtk,"WM_REVERBERATION",15; bonus2 bSkillAtk,"TR_METALIC_FURY",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (SP Recovery)    Item ID# 311132 (Ice_F_Orb_HealSP)
Ice Flower Spell(SP Recovery)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases SP Recovery Rate by 50%.
Item Script
{ bonus bSPrecovRate,50; },{},{}
Dropped By No Result

Ice Magic Orb (Speed)    Item ID# 311106 (Ice_F_Orb_Speed)
Ice Flower Spell(Speed)
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:
ASPD +8% (Decreases after attack delay by 8%) additionally.

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

Ice Magic Orb (Spell Buster)    Item ID# 311121 (Ice_F_Orb_Sp_Int)
Ice Flower Spell(Spell Buster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Magical attacks have a 3% chance to increase INT by 50 and MATK by 25% for 10 seconds.
Item Script
{ autobonus "{ bonus bMatkRate,25; bonus bInt,50; }",30,10000,BF_MAGIC; },{},{}
Dropped By No Result

Ice Magic Orb (Spirit)    Item ID# 311114 (Ice_F_Orb_Sp)
Ice Flower Spell(Mental)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxSP +5%, MaxSP +450

Refine Level +7:
MaxSP +5%

Refine Level +9:
MaxSP +5%

Refine Level +11:
MaxSP +5%
Item Script
{ .@r = getrefine(); bonus bMaxSPrate,5; bonus bMaxSP,450; if (.@r>=7) { bonus bMaxSPrate,5; if (.@r>=9) { bonus bMaxSPrate,5; if (.@r>=11) { bonus bMaxSPrate,5; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Stamina)    Item ID# 311113 (Ice_F_Orb_Hp)
Ice Flower Spell(Vital)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxHP +5%, MaxHP +2500

Refine Level +7:
MaxHP +5%

Refine Level +9:
MaxHP +5%

Refine Level +11:
MaxHP +5%
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxHP,2500; if (.@r>=7) { bonus bMaxHPrate,5; if (.@r>=9) { bonus bMaxHPrate,5; if (.@r>=11) { bonus bMaxHPrate,5; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Storm Buster Trip)    Item ID# 311182 (Ice_F_Orb_Skill_45)
Ice Flower Spell(Storm Buster Trip)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Shattering Storm, Banishing Buster and Round Trip by 15%.

Refine Level +7:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.

Refine Level +9:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.

Refine Level +11:
Increases damage of Shattering Storm, Banishing Buster and Round Trip by additional 15%.
Increases damage of The Vigilante at Night by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"RL_S_STORM",15; bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r>=7) { bonus2 bSkillAtk,"RL_S_STORM",15; bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r>=9) { bonus2 bSkillAtk,"RL_S_STORM",15; bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; if (.@r>=11) { bonus2 bSkillAtk,"RL_S_STORM",15; bonus2 bSkillAtk,"RL_BANISHING_BUSTER",15; bonus2 bSkillAtk,"RL_R_TRIP",15; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (STR)    Item ID# 311092 (Ice_F_Orb_Str)
Ice Flower Spell(STR)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
STR +3

Refine Level +7:
STR +1

Refine Level +9:
STR +1

Refine Level +11:
POW +1
Increases melee physical damage by 3%.
Item Script
{ bonus bStr,3; .@r = getrefine(); if (.@r >= 7) { bonus bStr,1; if (.@r >= 9) { bonus bStr,1; if (.@r >= 11) { bonus bPow,1; bonus bShortAtkRate,3; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Thunder Blast)    Item ID# 311166 (Ice_F_Orb_Skill_29)
Ice Flower Spell(Rampage Lightning)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Rampage Blaster and Ride in Lightning by 15%.

Refine Level +7:
Increases damage of Rampage Blaster and Ride in Lightning by additional 15%.

Refine Level +9:
Increases damage of Rampage Blaster and Ride in Lightning by additional 15%.

Refine Level +11:
Increases damage of Ride in Lightning by additional 15%.
Decreases Rampage Blaster skill cooldown by 0.5 seconds.
Increases damage of Explosion Blaster by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15; bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",15; if (.@r>=7) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15; bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",15; if (.@r>=9) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15; bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",15; if (.@r>=11) { bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",15; bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-500; bonus2 bSkillAtk,"IQ_EXPOSION_BLASTER",15; } } } },{},{}
Dropped By No Result

« First < 345678910111213 > Last »
back to top