.:Renewal Item Database:.
Armor - Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
50 Defense
10 Required Lvl 200 Armor Lvl 2 Slot 1 | |
Applicable Jobs | Mage Acolyte Priest Wizard Monk Sage Soul Linker |
---|---|
Description | It is said that this precious T-shirt was worn by a certain witch and the rabbit pattern was her taste. SPL +1, S.MATK +1. For each Refine Level: MATK +5 For each 2 Refine Levels: S.MATK +1 Refine Level +7: SPL +2, S.MATK +2. Refine Level +9: MaxHP +5%, MaxSP +5%. Refine Level +11: Increases magical damage of Ghost and Shadow element by 35%. [Bonus by Grade] [Grade D] S.MATK +2 [Grade C] SPL +3, S.MATK +1. [Grade B] Magical Damage of every Element +15%. |
Item Script |
expand to view script{ .@g = getenchantgrade(); .@r = getrefine(); bonus bSmatk,1+(.@r/2); bonus bSpl,1; bonus bMatk,5*.@r; if (.@r>=7) { bonus bSmatk,2; bonus bSpl,2; if (.@r>=9) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Ghost,35; bonus2 bMagicAtkEle,Ele_Dark,35; } } } if (.@g >= ENCHANTGRADE_D) { bonus bSmatk,2; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus bSpl,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bMagicAtkEle,Ele_All,15; } } } },{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0 Armor Lvl 1 Slot 0 | |
Applicable Jobs | Every Job |
---|---|
Description | A cotton shirt specially made to experience refining at the Ragnarok Festival. You can participate in the refinement experience and exchange products according to the successful refine level. If refine level is +7 or higher, you can apply for a prize! Go to: [Ragfest Supporter] at rag_fes (110, 302). |
Item Script | {},{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0 Defense
100 Required Lvl 100 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Third Job |
---|---|
Description | Special armor prepared for your rapid growth. It is specialized for ranged physical attacks. Cannot be refined normally. ATK +100. Reduces after skill delay by 5%. For each 2 refine levels: ASPD +1% (After attack delay -1%). For each 3 refine levels: Increases ranged physical damage by 1%. Refine Level +7: MATK +50. Refine Level +9: Reduces after skill delay by additional 5%. |
Item Script | { bonus bBaseAtk,100; bonus bDelayrate,-5; .@r = getrefine(); if (.@r>=2) { bonus bAspdRate,.@r/2; } if (.@r>=3) { bonus bLongAtkRate,.@r/3; } if (.@r>=7) { bonus bBaseAtk,50; } if (.@r>=9) { bonus bDelayrate,-5; } },{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
0 Defense
67 Armor Lvl 1 Slot 0 Refineable No | |
Applicable Jobs | Every Job |
---|---|
Description | Rental Item An armor that allows the master to regain his life by taking the enemies HP and SP Natural Recovery is Disabled. When unequipped, you lose 100 SP. When a monster is defeated from Physical or Magical Attacks, recover 60 HP and 6 SP. [+When VIP status is active] All Stats +1 |
Item Script | { bonus bNoRegen,1; bonus bNoRegen,2; bonus bHPGainValue,60; bonus bSPGainValue,6; bonus bMagicHPGainValue,60; bonus bMagicSPGainValue,6; },{},{ heal 0,-100; } |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
120 Defense
110 Required Lvl 170 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | You can feel the power of the dragon just by wearing this armor that has been accumulated for a long time. STR +12, MaxHP +15%, MaxSP +10%. For each 2 refine levels, ATK +2%. For each 3 refine levels: Increases physical damage against Dragon monsters by 7%. Refine Level +11: Increases physical damage against Medium and Large sized monsters by 10%. Decreases fixed cast time by 0.2 seconds. When equipped with Dragon Scale Boots and Dragon Scale Hood: DEF +50, MDEF +8, ATK +5%. For each 15 base STR, ATK +15. Recieving physical or magical damage has a chance to activate Dragon's Force: Increases ATK by additional 10% for 10 seconds. If base STR is at least 120: Increases the chance to activate Dragon's Force and additional ATK +15% to the Dragon's Force effect. If total refine level of entire set at least +33: Increases Attack Speed (Decreases after attack delay by 20%). Decreases after skill cast delay of all skills by 25%. |
Item Script | { .@r = getrefine(); bonus bMaxHPrate,15; bonus bMaxSPrate,10; bonus bStr,12; bonus bAtkRate,2*(.@r/2); bonus2 bAddRace,RC_Dragon,7*(.@r/3); if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Medium,10; bonus2 bAddSize,Size_Large,10; } },{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
50 Armor Lvl 1 Slot 0 | |
Applicable Jobs | Every Job except Novice & Supernovice |
---|---|
Description | A type of traditional outfit. It brings out the hidden powers of the wearer through its spiritual power. All Stats + 5 MDEF + 5 |
Item Script | { bonus bAllStats,3; bonus bMdef,5; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
90 Defense
25 Required Lvl 50 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | Armor made by the Royal Family as a token of appreciation for hunters who excelled in hunting competitions. MaxHP +500, MaxSP +100. Increases physical and magical damage against Brute and Insect monsters by 7%. For each 3 refine levels: MaxHP +50, MaxSP +20. When equipped with Regia Hunting Manteau and Regia Hunting Boots: Decreases fixed cast time by 7%. If Refine Level of Regia Hunting Mail, Regia Hunting Manteau and Regia Hunting Boots each is +9 or higher: Decreases fixed cast time by additional 5%. |
Item Script | { .@r = getrefine(); bonus bMaxHP,500+50*(.@r/3); bonus bMaxSP,100+20*(.@r/3); bonus2 bAddRace,RC_Insect,7; bonus2 bMagicAddRace,RC_Insect,7; bonus2 bAddRace,RC_Brute,7; bonus2 bMagicAddRace,RC_Brute,7; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | Cotton shirt for testing. |
Item Script | {},{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
300 Defense
110 Required Lvl 100 Armor Lvl 1 Slot 0 | |
Applicable Jobs | Mechanic |
---|---|
Description | Designed to be worn over the frames of Mado Gears for enhanced Defense, this part is easy to assemble and disassemble. Decreases damage taken from Small and Large size monsters by 10%. Refine Level +7: Decreases damage taken from Large size monsters by 10%. Refine Level +9: Decreases damage taken from Small and Medium size monsters by 5%. When equipped with Upgrade Part - Engine, Upgrade Part - Booster and Upgrade Part - Gun Barrel: Increases damage of Arm Cannon by 50%. Indestructible in battle |
Item Script | { bonus bUnbreakableArmor; bonus2 bSubSize,Size_Small,10; bonus2 bSubSize,Size_Medium,10; .@r = getrefine(); if (.@r>=7) { bonus2 bSubSize,Size_Large,10; } if (.@r>=9) { bonus2 bSubSize,Size_Small,5; bonus2 bSubSize,Size_Medium,5; } },{},{} |
Dropped By | No Result |
Rental Surfer Swimsuit [0] [Body] Item ID# 15210 (Rental_SupperSwimsuit) [Rental] Surfer Swimsuit | |
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0 Defense
1 Required Lvl 40 Armor Lvl 1 Slot 0 | |
Applicable Jobs | Every Job |
---|---|
Description | Rental Item A swimsuit that can be rented for a certain period of time during the July Noodle Festival. Made for the best surfers. MaxHP +10%, MaxSP +10%. When equipped with Rental Scuba Mask: Perfect Dodge +15. Decreases variable cast time by 30%. Increases Experience gained from defeating Fish race monsters by 5%. |
Item Script | { bonus bMaxHPrate,10; bonus bMaxSPrate,10; },{},{} |
Dropped By | No Result |
Requiescat in Pace [1] [Body] Item ID# 450222 (aegis_450222) | |
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100 Defense
150 Required Lvl 90 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Job |
---|---|
Description | Not Available [iRO Description] Not Available |
Item Script |
expand to view script{ .@r = getrefine(); bonus bMdef,15; bonus bUnbreakableArmor; bonus bAspdRate,10; bonus2 bAddRace,RC_Demon,40; bonus2 bAddRace,RC_DemiHuman,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bMagicAddRace,RC_Demon,40; bonus2 bMagicAddRace,RC_DemiHuman,40; bonus2 bMagicAddRace,RC_Player_Doram,40; bonus2 bSubEle,Ele_Poison,2*.@r; if (.@r>=5) { bonus bDef,300; bonus bMdef,30; } if (.@r>=7) bonus bSpeedAddRate,25; },{},{} |
Dropped By | No Result |
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100 Defense
40 Armor Lvl 1 Slot 1 | |
Applicable Jobs | Every Rebirth Job except High Novice & Supernovice |
---|---|
Description | A suit that able to protects rider's body from wind. AGI +1 Every 2 refine level increase AGI by 1. +Black Leather Boots and Rider Badge: AGI +2 Flee +5 More Information on Combo: |
Item Script | { bonus bAgi,1+(getrefine()/2); },{},{} |
Dropped By | No Result |