Renewal
.:Renewal Item Database:.

ASPD Supplement Reactor    Item ID# 4991 (Reactor_A_ASPD)
Kafra Blossom Card
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Pre/Suffix
Carefree
Description
ASPD +1
(Event effect: Adventurers can feel carefree exploring dangerous lands knowing that Kafra gal Blossom is supporting them back in town.
10% Resistance to fire/wind/water/earth/holy/shadow elements
2% chance to increase resistance to fire/wind/water/earth/holy/shadow elements by 10% for 10 seconds when receiving magic damage.)
Item Script
{ 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

DEF SupplementReactor    Item ID# 4984 (Reactor_A_DEF)
Auxiliary Reactor DEF
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
DEF +100.
Item Script
{ bonus bDef,100; },{},{}
Dropped By No Result

Frozen Supplement Reactor    Item ID# 4990 (Reactor_A_FROZ)
Auxiliary Reactor Frozen
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Immune to Frozen status.
Item Script
{ bonus2 bResEff,Eff_Freeze,10000; },{},{}
Dropped By No Result

Homunculus Nutritional Supplement    Item ID# 100371 (Homun_F_Tablet)
Homunculus Tablet
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
Homunculus' favorite nutritional supplements.
Increases the intimacy of your Homunculus.
Item Script
{ addhomintimacy 100; // !TODO: Confirm increase amount },{},{}
Dropped By No Result

HP Supplement Reactor    Item ID# 4988 (Reactor_A_MHP)
Auxiliary Reactor MaxHP
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxHP +5%.
Item Script
{ bonus bMaxHPrate,5; },{},{}
Dropped By No Result

INT Supplement Reactor    Item ID# 4983 (Reactor_A_INT)
Auxiliary Reactor INT
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Every 10 base INT, add +5 MATK.
Refined to +7, additional +10 MATK.
Item Script
{ if (getrefine()>=7) { .@bonus = 10; } bonus bMatk,.@bonus + 5*(readparam(bInt)/10); },{},{}
Dropped By No Result

Magic Supplement Reactor    Item ID# 4987 (Reactor_A_MATK)
Auxiliary Reactor Magic
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MATK +20.
Item Script
{ bonus bMatk,20; },{},{}
Dropped By No Result

PD Supplement Reactor    Item ID# 4985 (Reactor_A_AVOI)
Auxiliary Reactor Perfect
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Perfect Dodge +3.
Item Script
{ bonus bFlee2,3; },{},{}
Dropped By No Result

Powered Chip [1]   [Accessory]   Item ID# 28598 (Supplement_Part_Chip)
Supplemental Chip
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A special chip that amplifies natural abilities for a powerful effect.

STR +5, VIT +5, DEX +5, ATK +5%.

If Level 3 Arm Cannon is learned:
Reduces the cast delay of skills by 30%.

If Level 3 Neutral Barrier is learned:
Reduces variable cast time of Arm Cannon, Ice Launcher and Flame Launcher by 50%.

If Level 3 Pile Bunker is learned:
STR +5, VIT +5, DEX +5, ATK +100.

If Level 5 Fire Earth Research is learned:
Nullifies Mado Gear Fuel requirement of certain skills.
Item Script
expand to view script
{ bonus bStr,5; bonus bVit,5; bonus bDex,5; bonus2 bAddClass,Class_All,5; if (getskilllv("NC_ARMSCANNON") >= 3) bonus bDelayrate,-30; if (getskilllv("NC_NEUTRALBARRIER") >= 3) { bonus2 bVariableCastrate,"NC_ARMSCANNON",-50; bonus2 bVariableCastrate,"NC_FLAMELAUNCHER",-50; bonus2 bVariableCastrate,"NC_COLDSLOWER",-50; } if (getskilllv("NC_PILEBUNKER") >= 3) { bonus bStr,5; bonus bVit,5; bonus bDex,5; bonus bBaseAtk,100; } if (getskilllv("NC_RESEARCHFE") >= 5) bonus bNoMadoFuel; },{},{}
Dropped By No Result

Powered Wing [0]   [Garment]   Item ID# 450176 (Supplement_Part_Wing)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
10
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Powered Wing using advanced robot technology.

MaxHP + 3%, increase fire, wind resistance by 10%.

When refined to +7 or higher, additional MaxHP +5%, increase in fire, wind resistance by 20%, increase physical damage to boss monsters by 10%.
When refined to +9 or higher, additional MaxHP +7%, increase in fire, wind resistance by 20%, increase physical damage to boss monsters by 10%.

When Arm Cannon Lv5 is learned, reduce after cast delay by 20%.
When Neutral Barrier Lv3 is learned, reduce incoming physical damage from boss monsters by 5%, recovers 100 HP, 10 SP when killing monsters using physical attack.
Increase damage of Arm Cannon, Ice Launcher, Flame Launcher by 25% per 1 skill level of Pile Bunker learned.
When Fire Earth Research Lv5 is learned, prevents knock back.

Type : Garment Defense : 12
Required level : 100
Class : All
Item Script
expand to view script
{ .@r = getrefine(); .@a = getskilllv("NC_PILEBUNKER"); bonus bMaxHPrate,3; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSkillAtk,"NC_ARMSCANNON",25*.@a; bonus2 bSkillAtk,"NC_FLAMELAUNCHER",25*.@a; bonus2 bSkillAtk,"NC_COLDSLOWER",25*.@a; if (getskilllv("NC_ARMSCANNON") == 5) bonus bDelayrate,-20; if (getskilllv("NC_NEUTRALBARRIER") == 3) { bonus2 bSubClass,Class_Boss,5; bonus bHPGainValue,100; bonus bSPGainValue,10; } if (getskilllv("NC_RESEARCHFE") == 5) bonus bNoKnockback; if (.@r>=7) { bonus bMaxHPrate,5; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bAddClass,Class_Boss,10; } if (.@r>=9) { bonus bMaxHPrate,7; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bAddClass,Class_Boss,10; } },{},{}
Dropped By No Result

SP Supplement Reactor    Item ID# 4989 (Reactor_A_MSP)
Auxiliary Reactor MaxSP
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
MaxSP +3%.
Item Script
{ bonus bMaxSPrate,3; },{},{}
Dropped By No Result

12 >
back to top