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

Modification Module (Unlimited Vital)    Item ID# 25700 (EP17_1_EVT33)
Modification Module (Unlimited Vitality)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
1
Description
Modification module for Illusion Armor.
Grants Modification Orb (Unlimited Vital) to equipment.

[Enchantment Effect]
Recieving physical or magical damage have a chance to activate Everlasting Life for 10 seconds.

[Everlasting Life]
VIT +50.
Recover 400 HP every 0.5 second.
Recover 20 SP every second.

[Enchantable Equipment]
Illusion Leg Type A
Illusion Leg Type B
Item Script
{ autobonus2 "{ bonus bVit,50; bonus2 bHPRegenRate,400,500; bonus2 bSPLossRate,20,1000; }",10,10000,BF_WEAPON|BF_MAGIC; /* unknown rate */ },{},{}
Dropped By No Result

Modification Module (Vit)    Item ID# 25672 (EP17_1_EVT05)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
1
Description
Modification module for Illusion Armor.
Grants VIT +3 to equipment.

[Enchantable Equipment]
Illusion Booster R
Illusion Booster L
Illusion Battle Chip R
Illusion Battle Chip L
Item Script
{ bonus bVit,3; },{},{}
Dropped By No Result

Modification Module (Vital)    Item ID# 25684 (EP17_1_EVT17)
Modification Module (Health)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
1
Description
Modification module for Illusion Armor.
Grants Modification Orb (Stamina) to equipment.

[Enchantment Effect]
MaxHP +5%.
Refine Level +7: MaxHP +500.
Refine Level +9: MaxHP +750.

[Enchantable Equipment]
Illusion Leg Type A
Illusion Leg Type B
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,5; if (.@r >= 9) { bonus bMaxHP,1250; } else if (.@r >= 7) { bonus bMaxHP,500; } },{},{}
Dropped By No Result

Modification Module Chest    Item ID# 23775 (EP17_1_SPC04)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
10
Applicable Jobs
Every Job
Description
Modification Module Box.
A box containing modules that can be used to modify Illusion Armor.
Upon opening, you can get one of several modules.
Item Script
{ getgroupitem(IG_EP17_1_SPC04); },{},{}
Dropped By No Result

Modification Orb(Above All)    Item ID# 29542 (Improve_Orb_Above)
Modification Orb (Above All)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases Physical and magical damage from against enemies of all elements by 5%.

Refine Level +7:
Decreases Physical and magical damage from all size enemies by 5%.

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

Modification Orb(After Skill Delay)    Item ID# 29540 (Improve_Orb_Delay)
Modification Orb (Global Delay)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Reduces after skill delay by 5%.
Refine Level +7, reduces after skill delay by 5%.
Refine Level +9, reduces after skill delay by 5%.
Item Script
{ .@r = getrefine(); bonus bDelayrate,-5; if (.@r>=7) { bonus bDelayrate,-5; if (.@r>=9) { bonus bDelayrate,-5; } } },{},{}
Dropped By No Result

Modification Orb(Attack Power)    Item ID# 29534 (Improve_Orb_Atk)
Modification Orb (ATK)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
ATK +5%.
Refine Level +7, ATK +25.
Refine Level +9, ATK +25.
Item Script
{ .@r = getrefine(); bonus bAtkRate,5; if (.@r>=7) { bonus bBaseAtk,25; if (.@r>=9) { bonus bBaseAtk,25; } } },{},{}
Dropped By No Result

Modification Orb(Caster)    Item ID# 29538 (Improve_Orb_Cast)
Modification Orb (Caster)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Variable cast time -5%.
Refine Level +7, reduces variable cast time of all skills by 3%.
Refine Level +9, reduces variable cast time of all skills by 3%.
Item Script
{ .@r = getrefine(); bonus bVariableCastrate,-5; if (.@r>=7) { bonus bVariableCastrate,-3; if (.@r>=9) { bonus bVariableCastrate,-3; } } },{},{}
Dropped By No Result

Modification Orb(Critical)    Item ID# 29539 (Improve_Orb_Cri)
Modification Orb (Critical)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Critical +10.
Refine Level +7, increases critical damage by 5%.
Refine Level +9, increases critical damage by 5%.
Item Script
{ .@r = getrefine(); bonus bCritical,10; if (.@r>=7) { bonus bCritAtkRate,5; if (.@r>=9) { bonus bCritAtkRate,5; } } },{},{}
Dropped By No Result

Modification Orb(Defense)    Item ID# 29527 (Improve_Orb_Def)
Modification Orb (DEF)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
DEF +25.
Refine Level +7, DEF +10.
Refine Level +9, DEF +10.
Item Script
{ .@r = getrefine(); bonus bDef,25; if (.@r>=7) { bonus bDef,10; if (.@r>=9) { bonus bDef,10; } } },{},{}
Dropped By No Result

Modification Orb(Fatal Flash)    Item ID# 29551 (Improve_Orb_L_AGI)
Modification Orb (Fatal Flash)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a chance to activate Fatal Flash for 10 seconds.

[Fatal Flash]
AGI +50.
Increases critical damage by 10%.
Drains 300 HP per second.
Item Script
{ autobonus "{ bonus bAgi,50; bonus bCritAtkRate,10; bonus2 bHPLossRate,300,1000; }",30,10000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Dropped By No Result

Modification Orb(Firing Shot)    Item ID# 29549 (Improve_Orb_L_DEX)
Modification Orb (Fierce Shooter)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Physical attacks have a chance to activate Plunging Shooter for 10 seconds.

[Plunging Shooter]
DEX +50.
Increases long range physical damage by 10%.
Drains 20 SP per second.
Item Script
{ autobonus "{ bonus bDex,50; bonus bLongAtkRate,10; bonus2 bSPLossRate,1,20000; }",30,10000,BF_NORMAL,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Dropped By No Result

« First < 8485868788899091929394 > Last »
back to top