Renewal
.:Renewal Item Database:.
Card

Automatic Modification Orb(Reflection Reject)    Item ID# 310179 (Automatic_Orb98)
Automatic Modification Orb (Reflection Reject)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases damage taken from reflected damage by 3%.

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

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

Automatic Modification Orb(Robust)    Item ID# 310118 (Automatic_Orb37)
Automatic Modification Orb (Robust)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxHP +2000, MaxSP +300.
MaxHP and MaxSP +5%.

Refine Level +9: MaxHP and MaxSP +2%.
Refine Level +11: MaxHP and MaxSP +3%.
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMaxHP,2000; bonus bMaxSP,300; if (.@r>=9) { bonus bMaxHPrate,2; bonus bMaxSPrate,2; if (.@r>=11) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; } } },{},{}
Dropped By No Result

Automatic Modification Orb(Shooter)    Item ID# 310101 (Automatic_Orb20)
Automatic Modification Orb (Sharpshooter)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases long range physical damage by 3%.

Refine Level +9:
Increases long range physical damage by additional 3%.

Refine Level +11:
Increases long range physical damage by additional 3%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,3; if (.@r>=9) { bonus bLongAtkRate,3; if (.@r>=11) { bonus bLongAtkRate,3; } } },{},{}
Dropped By No Result

Automatic Modification Orb(SP Recovery)    Item ID# 310091 (Automatic_Orb10)
Automatic Modification Orb (SP Recovery)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
SP Recovery Rate +30%.
Item Script
{ bonus bSPrecovRate,30; },{},{}
Dropped By No Result

Automatic Modification Orb(Spell)    Item ID# 310092 (Automatic_Orb11)
Automatic Modification Orb (Spell)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +20
Decreases variable cast time by 10%.
Item Script
{ bonus bVariableCastrate,-10; bonus bMatk,20; },{},{}
Dropped By No Result

Automatic Modification Orb(STR)    Item ID# 310086 (Automatic_Orb5)
Automatic Modification Orb (STR)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
STR +3
ATK +2%
Item Script
{ bonus bAtkRate,2; bonus bStr,3; },{},{}
Dropped By No Result

Automatic Modification Orb(VIT)    Item ID# 310084 (Automatic_Orb3)
Automatic Modification Orb (VIT)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
VIT +3, MaxHP +1%.
Item Script
{ bonus bMaxHPrate,1; bonus bVit,3; },{},{}
Dropped By No Result

Automatic Modification Orb(Vital)    Item ID# 310096 (Automatic_Orb15)
Automatic Modification Orb (Health)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxHP +5%, MaxHP +1500.

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

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

« First < 2021222324252627282930 > Last »
back to top