Renewal
.:Renewal Item Database:.
Armor - Armor

Ebon Armor [1]   [Body]   Item ID# 15014 (Ebone_Armor)
Ebone Armor
Type
Armor
Class
Armor
Buy
40000z
Sell
20000z
Weight
450
Defense
93
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Royal Guard
Description
A jet black armor crafted from obsidian ore, decorated with crystal fragments.
Item Script
{},{},{}
Dropped By

Eclipse Outfit [1]   [Body]   Item ID# 15374 (lunar_eclipse_Armor_)
Lunar Eclipse Clothes
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
60
Defense
120
Required Lvl
99
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Armor that is confined the power of the wolf caught the moon. It regained the original force through a repair.

MaxHP +15%, MaxSP +15%, MDEF +10.

For each refine level:
Reduces after skill delay by 1%.

Refine Level +7:
Reduces fixed cast time of all skills by 50%.

Refine Level +9:
Reduces fixed cast time of all skills by 20%.

When equipped with Hatii Card:
Prevents Frozen status.
Random chance to inflict Frozen status on attacker when receiving physical attack.

For each refine level of Lunar Eclipse Clothes:
Increases physical damage inflicted on Water elemental monsters by 5%.

Indestructible in battle
Item Script
{ .@r = getrefine(); bonus bUnbreakableArmor; bonus bMdef,10; bonus bMaxHPrate,15; bonus bMaxSPrate,15; bonus bDelayrate,-.@r; bonus bFixedCastrate,-((.@r>=9)?70:(.@r>=7?50:0)); },{},{}
Dropped By No Result

Eden Team Uniform I [0]   [Body]   Item ID# 15009 (Para_Team_Uniform1)
Eden Group Uniform I
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0
Defense
35
Required Lvl
7
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A uniform for use by Paradise Group Members.
It comes in all kinds of sizes so even tall people are ok.
MaxHP + 100, MaxSP + 10.
Impossible to refine this item.
Item Script
{ bonus bMaxHP,100; bonus bMaxSP,10; },{},{}
Dropped By No Result

Eden Team Uniform II [0]   [Body]   Item ID# 15010 (Para_Team_Uniform2)
Eden Group Uniform II
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0
Defense
46
Required Lvl
26
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A uniform for use by Paradise Group Members.
It comes in all kinds of sizes so even tall people are ok.
MaxHP + 200, MaxSP + 20.
Impossible to refine this item.
Item Script
{ bonus bMaxHP,200; bonus bMaxSP,20; },{},{}
Dropped By No Result

Eden Team Uniform III [0]   [Body]   Item ID# 15011 (Para_Team_Uniform3)
Eden Group Uniform III
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0
Defense
58
Required Lvl
40
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A uniform for use by Paradise Group Members.
It comes in all kinds of sizes so even tall people are ok.
MaxHP + 300, MaxSP + 30, MDEF + 5.
Impossible to refine this item.
Item Script
{ bonus bMaxHP,300; bonus bMaxSP,30; bonus bMdef,5; },{},{}
Dropped By No Result

Egir Armor [1]   [Body]   Item ID# 15061 (Egir_Armor)
Type
Armor
Class
Armor
Buy
200000z
Sell
100000z
Weight
260
Defense
55
Required Lvl
110
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An armor imbued with the power of God Aegir.
All Stats +1.
Indestructible

[Mage, Archer and Acolyte]
Increases resistance against Silence status by 50%.

[Swordman, Thief and Merchant]
Increases resistance against Stun status by 50%.

[Aegir Set (Helm, Manteau, Armor, Shoes) ]
All Stats +1.
Reduces damage taken from Water element attack by 20%.
Item Script
expand to view script
{ bonus bAllStats,1; if (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) bonus2 bResEff,Eff_Silence,5000; else if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) bonus2 bResEff,Eff_Stun,5000; },{},{}
Dropped By No Result

Egregori Mail [1]   [Body]   Item ID# 15109 (Egregori_Mail)
Egregore Mail
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
50
Defense
30
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The armor worn by the fallen angels, who are said to have transmitted various evil deeds to the earth.

Increases damage against Angel monsters by 3%.

For each refine level equal or above +6:
Increases damage against Angel monsters by additional 1%.
Item Script
{ .@r = getrefine(); bonus2 bAddRace,RC_Angel,3+max(0,(.@r-5)); bonus2 bMagicAddRace,RC_Angel,3+max(0,(.@r-5)); },{},{}
Dropped By No Result

Einherjar Armor [1]   [Body]   Item ID# 15189 (Einherial_Armor)
Fallen Warrior Armor
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
80
Defense
60
Required Lvl
90
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An armor wore by Odin warriors whose fought against giants.

MDEF +5, ATK +10.
Reduces damage taken from Demihuman monster by 1%.

Refine Level +7: Reduces damage taken from Demihuman monster by 2%.
Refine Level +8: Reduces damage taken from Demihuman monster by 2%.
Refine Level +9: Reduces damage taken from Demihuman monster by 2%.

When compounded with Evil Druid Card and Refine level +9:
Adds immunity against Curse status.

When equipped with Manteau of The Fallen:
Every refine level of manteau adds ATK +3.
When refine level of manteau +7: Every 10 base STR adds ATK +5.
When refine level of manteau +8: Every 10 base STR adds ATK +7.
Item Script
{ bonus bMdef,5; bonus bBaseAtk,10; .@r = getrefine(); if (.@r>=7) { bonus2 bSubRace,RC_DemiHuman,2; } if (.@r>=8) { bonus2 bSubRace,RC_DemiHuman,2; } if (.@r>=9) { bonus2 bSubRace,RC_DemiHuman,2; } },{},{}
Dropped By No Result

Elegant Doram Suit [1]   [Body]   Item ID# 15156 (Doram_Ele_Suit)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
90
Defense
120
Required Lvl
175
Armor Lvl
1
Slot
1
Applicable Jobs
Summoner
Spirit Handler
Description
A tidy and elegant doram race suit.
MaxHP +15%, MaxSP +15%.
Every refine level: DEX +1, INT +1.
Refine level higher than +9: reduces SP consumption by 5%.
[Elegant Set]
Elegant Doram Suit
Elegant Doram Manteau
Elegant Doram Shoes
MaxHP +4000
Enables uninterruptable skill cast.
Reduces fixed cast time by 25% (reduction increases depend on sum of refinement level of Suit, Manteau and Shoes).

More Information on Combo:
Item Script
{ bonus bMaxHPrate,15; bonus bMaxSPrate,15; .@r = getrefine(); bonus bDex,.@r; bonus bInt,.@r; if (.@r > 9) bonus bUseSPrate,-5; },{},{}
Dropped By

Elemental Booster Robe [1]   [Body]   Item ID# 450002 (Ele_Robe)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
0
Defense
80
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Special robe prepared for your rapid growth.
It is specialized in some elemental magic attacks.

Cannot be refined normally.

MATK +100.
Reduces variable cast time of all skills by 5%.

For each 2 refine levels: MATK +1%.
For each 3 refine levels: Reduces variable cast time by additional 1%.

Refine Level +7: MATK +50.
Refine Level +9: Reduces variable cast time by additional 5%.
Item Script
{ bonus bMatk,100; bonus bVariableCastrate,-5; .@r = getrefine(); if (.@r>=2) { bonus bMatkRate,.@r/2; } if (.@r>=3) { bonus bVariableCastrate,.@r/3*-1; } if (.@r>=7) { bonus bMatk,50; } if (.@r>=9) { bonus bVariableCastrate,-5; } },{},{}
Dropped By No Result

Elemental Possession [1]   [Body]   Item ID# 450242 (aegis_450242)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
100
Required Lvl
100
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 bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspdRate,getskilllv("SO_SUMMON_AGNI")+getskilllv("SO_SUMMON_AQUA")+getskilllv("SO_SUMMON_VENTUS")+getskilllv("SO_SUMMON_TERA"); bonus bMatk,15*(getskilllv("SO_SUMMON_AGNI")+getskilllv("SO_SUMMON_AQUA")+getskilllv("SO_SUMMON_VENTUS")+getskilllv("SO_SUMMON_TERA")); bonus2 bMagicAddRace,RC_All,14*getskilllv("SO_EL_SYMPATHY"); if (getskilllv("SO_VARETYR_SPEAR") == 10) { bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-1000; bonus2 bSkillCooldown,"SO_SUMMON_VENTUS",-25000; } if (.@r>=5) bonus bInt,15; if (.@r>=7) bonus bInt,15; },{},{}
Dropped By No Result

Elemental Robe [0]   [Body]   Item ID# 15177 (Robe_Of_Elemental)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
50
Defense
40
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Sorcerer
Description
A robe with elemental power.

ASPD +10% (reduces after attack delay by 10%).
For each 2 refine levels, MATK +5.

Refine Level +9:
Random chance to autocast Level 5 Thunder Storm when dealing melee physical attack (or activate learned skill level).

[Elemental set: Elemental Robe, Elemental Manteau, Elemental Origin]
Increases MATK by 50 for 1 minute when using Double Casting.
Random chance to autocast Level 5 Fire Ball when dealing magical attack (Or activate learned skill level).

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bAspdRate,10; bonus bMatk,5*(.@r/2); if (.@r>=9) bonus3 bAutoSpell,"MG_THUNDERSTORM",max(5,getskilllv("MG_THUNDERSTORM")),50; },{},{}
Dropped By No Result

123 >
back to top