Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Automatic Orb(Acid Explosion)    Item ID# 310138 (Automatic_Orb57)
Automatic Orb (Acid Explosion)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Acid Demonstration and Spore Explosion by 15%.

Refine Level +9:
Increases damage of Acid Demonstration and Spore Explosion by additional 3%.

Refine Level +11:
Increases damage of Acid Demonstration and Spore Explosion by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",15; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",15; if (.@r>=9) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",3; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",3; if (.@r>=11) { bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",7; bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",7; } } },{},{}
Dropped By No Result

Automatic Orb(Aimed Storm)    Item ID# 310159 (Automatic_Orb78)
Automatic Orb (Aimed Storm)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Aimed Bolt and Arrow Storm by 15%.

Refine Level +9:
Increases damage of Aimed Bolt and Arrow Storm by additional 3%.

Refine Level +11:
Increases damage of Aimed Bolt and Arrow Storm by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"RA_ARROWSTORM",15; bonus2 bSkillAtk,"RA_AIMEDBOLT",15; if (.@r>=9) { bonus2 bSkillAtk,"RA_ARROWSTORM",3; bonus2 bSkillAtk,"RA_AIMEDBOLT",3; if (.@r>=11) { bonus2 bSkillAtk,"RA_ARROWSTORM",7; bonus2 bSkillAtk,"RA_AIMEDBOLT",7; } } },{},{}
Dropped By No Result

Automatic Orb(Angle Shot)    Item ID# 310144 (Automatic_Orb63)
Automatic Orb (Angle Shot)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Triangle Shot by 15%.
Increases long range physical damage by 10%.

Refine Level +9:
Increases damage of Triangle Shot by additional 3%.

Refine Level +11:
Increases damage of Triangle Shot by additional 7%.
Increases long range physical damage by additional 5%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,10; bonus2 bSkillAtk,"SC_TRIANGLESHOT",15; if (.@r>=9) { bonus2 bSkillAtk,"SC_TRIANGLESHOT",3; if (.@r>=11) { bonus bLongAtkRate,5; bonus2 bSkillAtk,"SC_TRIANGLESHOT",7; } } },{},{}
Dropped By No Result

Automatic Orb(Banishing Cannon)    Item ID# 310131 (Automatic_Orb50)
Automatic Orb (Vanishing Cannon)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Banishing Point and Cannon Spear by 15%.

Refine Level +9:
Increases damage of Banishing Point and Cannon Spear by additional 3%.

Refine Level +11:
Increases damage of Banishing Point and Cannon Spear by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"LG_BANISHINGPOINT",15; bonus2 bSkillAtk,"LG_CANNONSPEAR",15; if (.@r>=9) { bonus2 bSkillAtk,"LG_BANISHINGPOINT",3; bonus2 bSkillAtk,"LG_CANNONSPEAR",3; if (.@r>=11) { bonus2 bSkillAtk,"LG_BANISHINGPOINT",7; bonus2 bSkillAtk,"LG_CANNONSPEAR",7; } } },{},{}
Dropped By No Result

Automatic Orb(Berserk Slash)    Item ID# 310141 (Automatic_Orb60)
Automatic Orb (Berserk Slash)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Soul Destroyer and Counter Slash by 15%.

Refine Level +9:
Increases damage of Soul Destroyer and Counter Slash by additional 3%.

Refine Level +11:
Increases damage of Soul Destroyer and Counter Slash by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"GC_COUNTERSLASH",15; bonus2 bSkillAtk,"ASC_BREAKER",15; if (.@r>=9) { bonus2 bSkillAtk,"GC_COUNTERSLASH",3; bonus2 bSkillAtk,"ASC_BREAKER",3; if (.@r>=11) { bonus2 bSkillAtk,"GC_COUNTERSLASH",7; bonus2 bSkillAtk,"ASC_BREAKER",7; } } },{},{}
Dropped By No Result

Automatic Orb(Boost Cannon)    Item ID# 310133 (Automatic_Orb52)
Automatic Orb (Boost Cannon)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Knuckle Boost and Arm Cannon by 15%.

Refine Level +9:
Increases damage of Knuckle Boost and Arm Cannon by additional 3%.

Refine Level +11:
Increases damage of Knuckle Boost and Arm Cannon by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; bonus2 bSkillAtk,"NC_ARMSCANNON",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",3; bonus2 bSkillAtk,"NC_ARMSCANNON",3; if (.@r>=11) { bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",7; bonus2 bSkillAtk,"NC_ARMSCANNON",7; } } },{},{}
Dropped By No Result

Automatic Orb(Breeze Shooting)    Item ID# 310158 (Automatic_Orb77)
Automatic Orb (Breeze Shooting)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Sharp Shooting by 15%.
Increases critical damage by 10%.

Refine Level +9:
Increases damage of Sharp Shooting by additional 3%.

Refine Level +11:
Increases damage of Sharp Shooting by additional 7%.
Increases critical damage by additional 5%.
Item Script
{ .@r = getrefine(); bonus bCritAtkRate,10; bonus2 bSkillAtk,"SN_SHARPSHOOTING",15; if (.@r>=9) { bonus2 bSkillAtk,"SN_SHARPSHOOTING",3; if (.@r>=11) { bonus bCritAtkRate,5; bonus2 bSkillAtk,"SN_SHARPSHOOTING",7; } } },{},{}
Dropped By No Result

Automatic Orb(Cannon Tornado)    Item ID# 310136 (Automatic_Orb55)
Automatic Orb (Cannon Tornado)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Cart Cannon and Cart Tornado by 15%.

Refine Level +9:
Increases damage of Cart Cannon and Cart Tornado by additional 3%.

Refine Level +11:
Increases damage of Cart Cannon and Cart Tornado by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"GN_CART_TORNADO",15; bonus2 bSkillAtk,"GN_CARTCANNON",15; if (.@r>=9) { bonus2 bSkillAtk,"GN_CART_TORNADO",3; bonus2 bSkillAtk,"GN_CARTCANNON",3; if (.@r>=11) { bonus2 bSkillAtk,"GN_CART_TORNADO",7; bonus2 bSkillAtk,"GN_CARTCANNON",7; } } },{},{}
Dropped By No Result

Automatic Orb(Cluster)    Item ID# 310157 (Automatic_Orb76)
Automatic Orb (Cluster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Cluster Bomb by 15%.

Refine Level +9:
Increases damage of Cluster Bomb by additional 3%.

Refine Level +11:
Increases damage of Cluster Bomb by additional 7%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"RA_CLUSTERBOMB",15; if (.@r>=9) { bonus2 bSkillAtk,"RA_CLUSTERBOMB",3; if (.@r>=11) { bonus2 bSkillAtk,"RA_CLUSTERBOMB",7; } } },{},{}
Dropped By No Result

Automatic Orb(Cold Flare)    Item ID# 310134 (Automatic_Orb53)
Automatic Orb (Ice Flame)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Cold Slower and Flame Launcher by 15%.

Refine Level +9:
Increases damage of Cold Slower and Flame Launcher by additional 3%.

Refine Level +11:
Increases damage of Cold Slower and Flame Launcher by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"NC_FLAMELAUNCHER",15; bonus2 bSkillAtk,"NC_COLDSLOWER",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_FLAMELAUNCHER",3; bonus2 bSkillAtk,"NC_COLDSLOWER",3; if (.@r>=11) { bonus2 bSkillAtk,"NC_FLAMELAUNCHER",7; bonus2 bSkillAtk,"NC_COLDSLOWER",7; } } },{},{}
Dropped By No Result

Automatic Orb(Comet Vortex)    Item ID# 310147 (Automatic_Orb66)
Automatic Orb (Comet Vortex)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Comet and Tetra Vortex by 15%.

Refine Level +9:
Increases damage of Comet and Tetra Vortex by additional 3%.

Refine Level +11:
Increases damage of Comet and Tetra Vortex by additional 7%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"WL_TETRAVORTEX",15; bonus2 bSkillAtk,"WL_COMET",15; if (.@r>=9) { bonus2 bSkillAtk,"WL_TETRAVORTEX",3; bonus2 bSkillAtk,"WL_COMET",3; if (.@r>=11) { bonus2 bSkillAtk,"WL_TETRAVORTEX",7; bonus2 bSkillAtk,"WL_COMET",7; } } },{},{}
Dropped By No Result

Automatic Orb(Crazy Mandragora)    Item ID# 310137 (Automatic_Orb56)
Automatic Orb (Crazy Mandragora)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases damage of Crazy Weed by 15%.
Decreases Howling of Mandragora skill cooldown by 0.3 seconds.

Refine Level +9:
Increases damage of Crazy Weed by additional 3%.
Decreases Howling of Mandragora skill cooldown by additional 0.3 seconds.

Refine Level +11:
Increases damage of Crazy Weed by additional 7%.
Decreases Howling of Mandragora skill cooldown by additional 0.4 seconds.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillCooldown,"GN_MANDRAGORA",-300; bonus2 bSkillAtk,"GN_CRAZYWEED",15; if (.@r>=9) { bonus2 bSkillCooldown,"GN_MANDRAGORA",-300; bonus2 bSkillAtk,"GN_CRAZYWEED",3; if (.@r>=11) { bonus2 bSkillCooldown,"GN_MANDRAGORA",-400; bonus2 bSkillAtk,"GN_CRAZYWEED",7; } } },{},{}
Dropped By No Result

« First < 102103104105106107108109110111112 > Last »
back to top