Renewal
.:Renewal Item Database:.
Card

Ice Magic Orb (Milliduple)    Item ID# 311164 (Ice_F_Orb_Skill_27)
Ice Flower Spell(Melee Duple)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Duple Light by 15%.
Increases melee and ranged physical damage by 5%.

Refine Level +7:
Increases damage of Duple Light by additional 15%.
Increases melee and ranged physical damage by additional 10%.

Refine Level +9:
Increases damage of Duple Light by additional 15%.
Increases melee and ranged physical damage by additional 10%.

Refine Level +11:
Increases damage of Duple Light by additional 15%.
Increases melee and ranged physical damage by additional 15%.
Increases damage of Petitio by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"AB_DUPLELIGHT",15; bonus bLongAtkRate,5; bonus bShortAtkRate,5; if (.@r>=7) { bonus2 bSkillAtk,"AB_DUPLELIGHT",15; bonus bLongAtkRate,10; bonus bShortAtkRate,10; if (.@r>=9) { bonus2 bSkillAtk,"AB_DUPLELIGHT",15; bonus bLongAtkRate,10; bonus bShortAtkRate,10; if (.@r>=11) { bonus2 bSkillAtk,"AB_DUPLELIGHT",15; bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus2 bSkillAtk,"CD_PETITIO",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Mirror Counter)    Item ID# 311112 (Ice_F_Orb_M_Counter)
Ice Flower Spell(Mirror Counter)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from reflected damage by 4%.

Refine Level +7:
Decreases damage taken from reflected damage by additional 4%.

Refine Level +9:
Decreases damage taken from reflected damage by additional 5%.

Refine Level +11:
Decreases damage taken from reflected damage by additional 5%.
Item Script
{ .@r = getrefine(); bonus bReduceDamageReturn,4; if (.@r>=7) { bonus bReduceDamageReturn,4; if (.@r>=9) { bonus bReduceDamageReturn,5; if (.@r>=11) { bonus bReduceDamageReturn,5; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Moon Kick)    Item ID# 311175 (Ice_F_Orb_Skill_38)
Ice Flower Spell(Moon Kick)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of New Moon Kick and Full Moon Kick by 15%.

Refine Level +7:
Increases damage of New Moon Kick and Full Moon Kick by additional 15%.

Refine Level +9:
Increases damage of New Moon Kick and Full Moon Kick by additional 15%.

Refine Level +11:
Increases damage of New Moon Kick and Full Moon Kick by additional 15%.
Increases damage of Dawn Break by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; if (.@r>=7) { bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; if (.@r>=9) { bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; if (.@r>=11) { bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; bonus2 bSkillAtk,"SKE_DAWN_BREAK",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Overpower)    Item ID# 311123 (Ice_F_Orb_Ov_Str)
Ice Flower Spell(Over Power)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a 3% chance to increase STR by 50 and melee physical damage by 15% for 10 seconds.
Item Script
{ autobonus "{ bonus bShortAtkRate,15; bonus bStr,50; }",30,10000,BF_WEAPON; },{},{}
Dropped By No Result

Ice Magic Orb (Physical Force)    Item ID# 311119 (Ice_F_Orb_P_F)
Ice Flower Spell(Physical Force)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases physical damage against enemies of every size by 4%.

Refine Level +7:
Increases physical damage against enemies of every size by additional 4%.

Refine Level +9:
Increases physical damage against enemies of every size by additional 4%.

Refine Level +11:
Increases physical damage against enemies of every size by additional 4%.
Item Script
{ .@r = getrefine(); bonus2 bAddSize,Size_All,4; if (.@r>=7) { bonus2 bAddSize,Size_All,4; if (.@r>=9) { bonus2 bAddSize,Size_All,4; if (.@r>=11) { bonus2 bAddSize,Size_All,4; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Power Force)    Item ID# 311104 (Ice_F_Orb_Force)
Ice Flower Spell(Power Force)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +2%, MATK +2%

Refine Level +7:
ATK +2%, MATK +2%

Refine Level +9:
ATK +2%, MATK +2%

Refine Level +11:
ATK +4%, MATK +4%
Item Script
{ bonus bAtkRate,2; bonus bMatkRate,2; .@r = getrefine(); if (.@r >= 7) { bonus bAtkRate,2; bonus bMatkRate,2; if (.@r >= 9) { bonus bAtkRate,2; bonus bMatkRate,2; if (.@r >= 11) { bonus bAtkRate,4; bonus bMatkRate,4; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Power of Savage)    Item ID# 311188 (Ice_F_Orb_Skill_51)
Ice Flower Spell(Power of Savage)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Spirit of Savage by 15%.

Refine Level +7:
Increases damage of Spirit of Savage by additional 15%.

Refine Level +9:
Increases damage of Spirit of Savage by additional 15%.

Refine Level +11:
Increases damage of Spirit of Savage by additional 15%.
Increases damage of Hogogong Strike by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SU_SVG_SPIRIT",15; if (.@r>=7) { bonus2 bSkillAtk,"SU_SVG_SPIRIT",15; if (.@r>=9) { bonus2 bSkillAtk,"SU_SVG_SPIRIT",15; if (.@r>=11) { bonus2 bSkillAtk,"SU_SVG_SPIRIT",15; bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Powerful)    Item ID# 311111 (Ice_F_Orb_P_Full)
Ice Flower Spell(Powerful)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases melee and ranged physical damage by 3%.
Increases magical damage with every element by 3%.

Refine Level +7:
Increases melee and ranged physical damage by additional 3%.
Increases magical damage with every element by additional 3%.

Refine Level +9:
Increases melee and ranged physical damage by additional 3%.
Increases magical damage with every element by additional 3%.

Refine Level +11:
Increases melee and ranged physical damage by additional 3%.
Increases magical damage with every element by additional 3%.
Item Script
expand to view script
{ bonus2 bMagicAtkEle,Ele_All,3; bonus bLongAtkRate,3; bonus bShortAtkRate,3; .@r = getrefine(); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,3; bonus bLongAtkRate,3; bonus bShortAtkRate,3; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,3; bonus bLongAtkRate,3; bonus bShortAtkRate,3; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,3; bonus bLongAtkRate,3; bonus bShortAtkRate,3; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Prominence Burst)    Item ID# 311174 (Ice_F_Orb_Skill_37)
Ice 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 15%.

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

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

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

Ice Magic Orb (Rainstorm)    Item ID# 311172 (Ice_F_Orb_Skill_35)
Ice Flower Spell(Rainstorm)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Severe Rainstorm by 15%.

Refine Level +7:
Increases damage of Severe Rainstorm by additional 15%.

Refine Level +9:
Increases damage of Severe Rainstorm by additional 15%.

Refine Level +11:
Increases damage of Severe Rainstorm by additional 15%.
Increases damage of Rose Bloosom by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; if (.@r>=7) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; if (.@r>=9) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; if (.@r>=11) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Reject Reflection)    Item ID# 311103 (Ice_F_Orb_R_Reject)
Ice Flower Spell(Reflection Reject)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from reflected damage by 4%.

Refine Level +7:
Decreases damage taken from reflected damage by additional 4%.

Refine Level +9:
Decreases damage taken from reflected damage by additional 4%.

Refine Level +11:
Decreases damage taken from reflected damage by additional 4%.
Item Script
{ bonus bReduceDamageReturn,4; .@r = getrefine(); if (.@r >= 7) { bonus bReduceDamageReturn,4; if (.@r >= 9) { bonus bReduceDamageReturn,4; if (.@r >= 11) { bonus bReduceDamageReturn,4; } } } },{},{}
Dropped By No Result

Ice Magic Orb (Robust)    Item ID# 311116 (Ice_F_Orb_Robust)
Ice Flower Spell(Robust)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxHP +5%, MaxSP +5%, MaxHP +2000, MaxSP +350

Refine Level +7:
MaxHP +3%, MaxSP +3%

Refine Level +9:
MaxHP +4%, MaxSP +4%

Refine Level +11:
MaxHP +5%, MaxSP +5%
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMaxHP,2000; bonus bMaxSP,350; if (.@r>=7) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@r>=9) { bonus bMaxHPrate,4; bonus bMaxSPrate,4; if (.@r>=11) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } } } },{},{}
Dropped By No Result

« First < 23456789101112 > Last »
back to top