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

Modification Orb(Fixed Casting Time)    Item ID# 29541 (Improve_Orb_Fix)
Modification Orb (Fixed Casting)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Reduces fixed cast time of all skills by 0.3 sec.
Refine Level +7:
Reduces fixed cast time of all skills by 0.2 sec.
Refine Level +9:
Reduces fixed cast time of all skills by 0.2 sec.
Item Script
{ .@r = getrefine(); bonus bFixedCast,-300; if (.@r>=7) { bonus bFixedCast,-200; if (.@r>=9) { bonus bFixedCast,-200; } } },{},{}
Dropped By No Result

Modification Orb(Heal)    Item ID# 29533 (Improve_Orb_Heal)
Modification Orb (Heal)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases your Healing skills effectiveness by 5%.

Refine Level +7:
Increases your Healing skills effectiveness by additional 5%.

Refine Level +9:
Increases your Healing skills effectiveness by additional 5%.
Item Script
{ .@r = getrefine(); bonus bHealPower,5; if (.@r>=7) { bonus bHealPower,5; if (.@r>=9) { bonus bHealPower,5; } } },{},{}
Dropped By No Result

Modification Orb(HP Recovery)    Item ID# 29529 (Improve_Orb_HealHP)
Modification Orb (HP Recovery)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
HP Recovery +20%.
Item Script
{ bonus bHPrecovRate,20; },{},{}
Dropped By No Result

Modification Orb(Life Drain)    Item ID# 29543 (Improve_Orb_Life)
Modification Orb (Drain Life)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a 2 % chance to restore 2% of the inflicted damage as HP.
Item Script
{ bonus2 bHPDrainRate,20,2; },{},{}
Dropped By No Result

Modification Orb(Lucky Strike)    Item ID# 29552 (Improve_Orb_L_LUK)
Modification Orb (Lucky Strike)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Magical attacks have a chance to activate Good Fortune for 10 seconds.

[Good Fortune]
LUK +50.
Increases all elemental magical damage by 10%.
Drains 300 HP per second.
Item Script
expand to view script
{ .@r = getrefine(); if (.@r>9) { bonus bLuk,50; } if (.@r>4) { .@r2 = .@r-4; autobonus "{ bonus bLuk,50; }",(8+(.@r2*5)),(4+(.@r2*3))*1000,BF_NORMAL; autobonus "{ bonus bLuk,50; }",(8+(.@r2*5)),(4+(.@r2*3))*1000,BF_MAGIC; } else { autobonus "{ bonus bLuk,50; }",8,4000,BF_NORMAL; autobonus "{ bonus bLuk,50; }",8,4000,BF_MAGIC; } },{},{}
Dropped By No Result

Modification Orb(Magic Defense)    Item ID# 29528 (Improve_Orb_Mdef)
Modification Orb (MDEF)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MDEF +2.
Refine Level +7, MDEF +3.
Refine Level +9, MDEF +3.
Item Script
{ .@r = getrefine(); bonus bMdef,2; if (.@r>=7) { bonus bMdef,3; if (.@r>=9) { bonus bMdef,3; } } },{},{}
Dropped By No Result

Modification Orb(Magic Healing)    Item ID# 29545 (Improve_Orb_M_Heal)
Modification Orb (Magic Healing)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Magical attacks have a 2% chance to recover 400HP per 0.5 second for 10 seconds.
Item Script
{ autobonus "{ bonus2 bHPRegenRate,400,500; }",20,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Dropped By No Result

Modification Orb(Magic Power)    Item ID# 29535 (Improve_Orb_Matk)
Modification Orb (MATK)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +5%.
Refine Level +7, MATK +25.
Refine Level +9, MATK +25.
Item Script
{ .@r = getrefine(); bonus bMatkRate,5; if (.@r>8) { bonus bMatk,25; } else if (.@r>6) { bonus bMatk,25; } },{},{}
Dropped By No Result

Modification Orb(Magic Soul)    Item ID# 29546 (Improve_Orb_M_Soul)
Modification Orb (Magic Soul)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Magical attacks have a 1% chance to recover 80SP per 0.5 second for 10 seconds.
Item Script
{ autobonus "{ bonus2 bSPRegenRate,80,500; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Dropped By No Result

Modification Orb(Over Power)    Item ID# 29550 (Improve_Orb_L_STR)
Modification Orb (Overpower)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a chance to activate Raging Fight for 10 seconds.

[Raging Fight]
STR +50, ATK +15%, MATK -15%.
Item Script
{ autobonus "{ bonus bStr,50; bonus bAtkRate,15; bonus bMatkRate,-15; }",30,10000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Dropped By No Result

Modification Orb(Sharpshooter)    Item ID# 29536 (Improve_Orb_Archer)
Modification Orb (Sharpshooter)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Increases ranged physical attack by 3%.
Refine Level +7:
Increases ranged physical attack by 2%.
Refine Level +9:
Increases ranged physical attack by 2%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,3; if (.@r>=7) { bonus bLongAtkRate,2; if (.@r>=9) { bonus bLongAtkRate,2; } } },{},{}
Dropped By No Result

Modification Orb(Soul Drain)    Item ID# 29544 (Improve_Orb_Soul)
Modification Orb (Drain Soul)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a 1 % chance to restore 1% of the inflicted damage as SP.
Item Script
{ bonus2 bSPDrainRate,10,1; },{},{}
Dropped By No Result

« First < 8586878889909192939495 > Last »
back to top