Renewal
.:Renewal Item Database:.
Card

Attack speed 3Lv    Item ID# 310856 (Mad_Bunny_Enchant_2_3)
Attack Speed Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ASPD +10% (Decreases after attack delay by 10%).
ASPD +1
Item Script
{ bonus bAspdRate,10; bonus bAspd,1; },{},{}
Dropped By No Result

Attack Supplement Reactor    Item ID# 4986 (Reactor_A_ATK)
Auxiliary Reactor Attack
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +20.
Item Script
{ bonus bBaseAtk,20; },{},{}
Dropped By No Result

Aunoe Card [Weapon]   Item ID# 4464 (Aunoe_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Fatal
Description
Inflict 20% more damage with Critical attacks.
Item Script
{ bonus bCritAtkRate,20; },{},{}
Dropped By
Obtainable FromOld Card Album

Automatic Modification Orb(Above All)    Item ID# 310112 (Automatic_Orb31)
Automatic Modification Orb (Above All)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases physical and magical damage taken from monsters of Normal and Boss enemies by 7%.

Refine Level +9:
Decreases physical and magical damage taken from all size enemies by 7%.

Refine Level +11:
Decreases physical and magical damage taken from all race enemies by 7% (Except Players).
Item Script
{ .@r = getrefine(); bonus2 bSubClass,Class_Normal,7; bonus2 bSubClass,Class_Boss,7; if (.@r>=9) { bonus2 bSubSize,Size_All,7; if (.@r>=11) { bonus2 bSubRace,RC_All,7; bonus2 bSubRace,RC_Player_Human,-7; bonus2 bSubRace,RC_Player_Doram,-7; } } },{},{}
Dropped By No Result

Automatic Modification Orb(After Skill Delay)    Item ID# 310110 (Automatic_Orb29)
Automatic Modification Orb (Post-skill Delay)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases after skill cast delay of all skills by 4%.

Refine Level +9:
Decreases after skill cast delay of all skills by additional 6%.

Refine Level +11:
Decreases after skill cast delay of all skills by additional 6%.
Item Script
{ .@r = getrefine(); bonus bDelayrate,-4; if (.@r>=9) { bonus bDelayrate,-6; if (.@r>=11) { bonus bDelayrate,-6; } } },{},{}
Dropped By No Result

Automatic Modification Orb(AGI)    Item ID# 310087 (Automatic_Orb6)
Automatic Modification Orb (AGI)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
AGI +3
ASPD +2% (Decreases after attack delay by 2%).
Item Script
{ bonus bAspdRate,2; bonus bAgi,3; },{},{}
Dropped By No Result

Automatic Modification Orb(All Force)    Item ID# 310120 (Automatic_Orb39)
Automatic Modification Orb (All-Force)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases melee physical damage by 5%.
Increases long range physical damage by 5%.
Increases all elemental magic damage by 5%.
Item Script
{ bonus2 bMagicAtkEle,Ele_All,5; bonus bLongAtkRate,5; bonus bShortAtkRate,5; },{},{}
Dropped By No Result

Automatic Modification Orb(Attack Power)    Item ID# 310099 (Automatic_Orb18)
Automatic Modification Orb (ATK)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +5%, ATK +75.

Refine Level +9:
Increases physical melee damage by 2%.

Refine Level +11:
Increases physical melee damage by 3%.
Item Script
{ .@r = getrefine(); bonus bAtkRate,5; bonus bBaseAtk,75; if (.@r>=9) { bonus bShortAtkRate,2; if (.@r>=11) { bonus bShortAtkRate,3; } } },{},{}
Dropped By No Result

Automatic Modification Orb(Attack Speed)    Item ID# 310093 (Automatic_Orb12)
Automatic Modification Orb (ASPD)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +20
ASPD +10% (Decreases after attack delay by 10%).
Item Script
{ bonus bAspdRate,10; bonus bBaseAtk,20; },{},{}
Dropped By No Result

Automatic Modification Orb(Attacker Force)    Item ID# 310106 (Automatic_Orb25)
Automatic Modification Orb (Attacker Force)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +20.
Increases physical melee damage by 10%.
Increases physical damage against all size enemies by 3%.

Refine Level +9:
Increases physical damage against all size enemies by additional 1%.

Refine Level +11:
Increases physical damage against all size enemies by additional 1%.
Item Script
{ .@r = getrefine(); bonus2 bAddSize,Size_All,3; bonus bShortAtkRate,10; bonus bBaseAtk,20; if (.@r>=9) { bonus2 bAddSize,Size_All,1; if (.@r>=11) { bonus2 bAddSize,Size_All,1; } } },{},{}
Dropped By No Result

Automatic Modification Orb(Caster)    Item ID# 310103 (Automatic_Orb22)
Automatic Modification Orb (Caster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases variable cast time of all skills by 5%.

Refine Level +9:
Decreases variable cast time of all skills by additional 5%.

Refine Level +11:
Decreases variable cast time by additional 5%.
Item Script
{ .@r = getrefine(); bonus bVariableCastrate,-5; if (.@r>=9) { bonus bVariableCastrate,-5; if (.@r>=11) { bonus bVariableCastrate,-5; } } },{},{}
Dropped By No Result

Automatic Modification Orb(Critical Force)    Item ID# 310108 (Automatic_Orb27)
Automatic Modification Orb (Critical Force)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Critical +5.
Increases critical damage by 10%.
Increases physical damage against all size enemies by 3%.

Refine Level +9:
Increases physical damage against all size enemies by additional 1%.

Refine Level +11:
Increases physical damage against all size enemies by additional 1%.
Item Script
{ .@r = getrefine(); bonus2 bAddSize,Size_All,3; bonus bCritAtkRate,10; bonus bCritical,5; if (.@r>=9) { bonus2 bAddSize,Size_All,1; if (.@r>=11) { bonus2 bAddSize,Size_All,1; } } },{},{}
Dropped By No Result

« First < 1718192021222324252627 > Last »
back to top