Renewal
.:Renewal Item Database:.
Armor - Armor

Half Brynhild [0]   [Body]   Item ID# 15023 (Half_Brynhild)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
0
Defense
60
Required Lvl
47
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Brynhild is one of the valiant valkyries, meaning 'the warrior's armor'.
Increase Max HP by 20*Base level.
Increase Max SP by 5*Base Level.
Physical Attack +5%
Magical Attack +5%
MDEF +10
Cannot be knocked back.
Cannot be refined.
Indestructible.
Item Script
{ bonus bMdef,10; bonus bMaxHP,20*BaseLevel; bonus bMaxSP,5*BaseLevel; bonus2 bAddClass,Class_All,5; bonus bMatkRate,5; bonus bUnbreakableArmor; bonus bNoKnockback; },{},{}
Dropped By No Result

Hardened Breastplate [1]   [Body]   Item ID# 15101 (Harden_Breastplate)
Harden Breastplate
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
150
Defense
20
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Arch Bishop
Warlock
Mechanic
Ranger
Guillotine Cross
Royal Guard
Shura
Sorcerer
Shadow Chaser
Genetic
Minstrel / Wanderer
Description
A stiff breastplate that emanates unshakeable strength. The armor is perpetually endowed with Earth Property.
Item Script
{ bonus bDefEle,Ele_Earth; },{},{}
Dropped By
Obtainable FromJitterbug of Nightmare

Hero Hidden Cloth [1]   [Body]   Item ID# 15097 (Hero_Hidden_Cloth)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
20
Defense
70
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
High Thief
Assassin Cross
Stalker
Description
Honorable clothes given to those who fought Satan Morocc. This clothes exerts the power of wearer.

MaxHP +5%, MaxSP +5%.

Increase damage of Fatal Manace, Triangle Shot, Cross Impact and Cross Ripper Slasher by 10%.

Has a chance to get buffed with Crit +20, Flee +20, ATK +10% and MATK +10% for 10 seconds when dealing physical attack.
Auto-buffing chance increases depend on refine level.
Item Script
expand to view script
{ bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus2 bSkillAtk,"SC_FATALMENACE",10; bonus2 bSkillAtk,"SC_TRIANGLESHOT",10; bonus2 bSkillAtk,"GC_CROSSIMPACT",10; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",10; autobonus "{ bonus bCritical,20; bonus bFlee,20; bonus2 bAddClass,Class_All,10; bonus bMatkRate,10; }",(1+getrefine())*3,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; },{},{}
Dropped By No Result

Hero Judgement Shawl [1]   [Body]   Item ID# 15095 (Hero_Judgement_Shawl)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
50
Defense
77
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
High Acolyte
High Priest
Champion
Description
Honorable robe given to those who fought Satan Morocc. The robe is enhanced with powers to increase concentration and spirit, occasionally it will release unpredictable attacks.

MaxHP, MaxSP +5%.
ATK +10, MATK +10, HIT +10, FLEE +10.

Dragon Combo, Sky Blow, Earth Shaker and Fallen Empire skill damage is increased by 10%.
Judex and Adoramus skill damage is increased by 10%.

Has a chance to autocast Lex Aeterna Level 1 when dealing magical attacks.
Has a chance to autocast Kyrie Eleison Level 10 when dealing melee physical attack.
The chance to autocast increases with a higher refine level.
Item Script
expand to view script
{ bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMatk,10; bonus bBaseAtk,10; bonus bHit,10; bonus bFlee,10; bonus2 bSkillAtk,"AB_JUDEX",10; bonus2 bSkillAtk,"AB_ADORAMUS",10; bonus2 bSkillAtk,"SR_DRAGONCOMBO",10; bonus2 bSkillAtk,"SR_SKYNETBLOW",10; bonus2 bSkillAtk,"SR_EARTHSHAKER",10; .@r = getrefine()+1; bonus5 bAutoSpell,"PR_KYRIE",10,.@r*3,BF_SHORT,0; bonus5 bAutoSpell,"PR_LEXAETERNA",1,.@r*6,BF_MAGIC,1; },{},{}
Dropped By No Result

Hero Magic Coat [1]   [Body]   Item ID# 15094 (Hero_Magic_Coat)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
80
Defense
50
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
High Mage
High Wizard
Professor
Description
Honorable magic coat given to those who fought Satan Morocc. The power of this robe changes based on Refine Level.

MaxHP +5%, MaxSP +5%. MATK +10, Flee +10.
Crimson Rock and Psychic Wave skill damage increases by 10%.

If the refine level is an odd number:
Cast cannot be interrupted.
Variable cast time is increased by 20%.

If the refine level is an even number:
MDEF +1. Variable cast time is reduced by 1% for every 2 refine level.
Item Script
expand to view script
{ bonus bMatk,10; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bFlee,10; bonus2 bSkillAtk,"WL_CRIMSONROCK",10; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10; .@r = getrefine(); if (.@r) { bonus bFixedCastrate,21-.@r/2; bonus bNoCastCancel2; bonus bMdef,.@r/2; } },{},{}
Dropped By No Result

Hero Plate [1]   [Body]   Item ID# 15093 (Hero_Plate)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
400
Defense
120
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
Rune Knight
Royal Guard
Description
Honorable plate given to those who fought Satan Morocc. There is strong power that protects this plate.

MDEF +5, MaxHP +5%, MaxSP +5%.
ATK +10, MATK +10, HIT +10, FLEE +10.
Banishing Point damage is increased by 10%.
Hundred Spears damage is increased by 10%.
Low chance to cast Level 10 Heal or Level 10 Stormgust when physically attacking.
The chance is increased with a higher refine level.
Item Script
expand to view script
{ bonus bMdef,5; bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMatk,10; bonus bBaseAtk,10; bonus bHit,10; bonus bFlee,10; bonus2 bSkillAtk,"LG_BANISHINGPOINT",10; bonus2 bSkillAtk,"RK_STORMBLAST",10; .@r = (getrefine()+1)*3; bonus5 bAutoSpell,"AL_HEAL",10,.@r,BF_SHORT,0; bonus5 bAutoSpell,"WZ_STORMGUST",10,.@r,BF_SHORT,1; },{},{}
Dropped By No Result

Hero Target Suit [1]   [Body]   Item ID# 15098 (Hero_Taget_Suits)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
20
Defense
60
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
Ranger
Minstrel / Wanderer
Description
Honorable suit given to those who fought Satan Morocc. This clothes makes its wearer to attack faster.

MaxHP +5%, MaxSP +5%.
ASPD +1, all Stats +1.

Increase long range physical attack damage by 3%.
Has a chance to cast Improve Concentration Level 10 or Double Strafe Level 10 when dealing physical attack.
Autocasting chance increases depend on refine level.
Item Script
{ bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bLongAtkRate,3; bonus bAspd,1; .@r = getrefine(); bonus bAllStats,1; bonus5 bAutoSpell,"AC_CONCENTRATION",10,(1+.@r)*3,BF_WEAPON,0; bonus5 bAutoSpell,"AC_DOUBLE",10,(1+.@r)*3,BF_LONG,1; },{},{}
Dropped By No Result

Hero Trade Mail [1]   [Body]   Item ID# 15096 (Hero_Trade_Mail)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
50
Defense
100
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
High Merchant
Whitesmith
Creator
Description
Honorable trade mail given to those who fought Satan Morocc. This mail enhances wearer abilities.

MDEF +5.
MaxHP, MaxSP +5%.
ATK +10, MATK +10.

Has a chance to inflict Stun, Poison, Silence, Curse status on target when dealing physical attack.
Autocasting rate is increased depend on refine level.

[Base STR 90]
Str +1 every 2 refine level.
[Base INT 90]
Int +1 every 2 refine level.
[Base VIT 90]
Vit +1 every 2 refine level.
[Base AGI 90]
Agi +1 every 2 refine level.
[Base DEX 90]
Dex +1 every 2 refine level.
[Base LUK 90]
Luk +1 every 2 refine level.
Item Script
expand to view script
{ bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bMatk,10; bonus bBaseAtk,10; .@r = getrefine(); if (readparam(bStr) >= 90) bonus bStr,.@r/2; if (readparam(bInt) >= 90) bonus bInt,.@r/2; if (readparam(bAgi) >= 90) bonus bAgi,.@r/2; if (readparam(bVit) >= 90) bonus bVit,.@r/2; if (readparam(bDex) >= 90) bonus bDex,.@r/2; if (readparam(bLuk) >= 90) bonus bLuk,.@r/2; .@c = (.@r+1)*30; bonus2 bAddEff,Eff_Stun,.@c; bonus2 bAddEff,Eff_Silence,.@c; bonus2 bAddEff,Eff_Curse,.@c; bonus2 bAddEff,Eff_Poison,.@c; },{},{}
Dropped By No Result

Heroria Full Plate [0]   [Body]   Item ID# 450233 (Hs_Plate)
Herosria Full Plate
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
360
Defense
450
Required Lvl
200
Armor Lvl
2
Slot
0
Applicable Jobs
Every Job
Description
A full plate that can also be used in Herosria.

MDEF +15

Decreases damage taken from Players by 15%.
MaxHP +5%
Increases Healing recieved by 10%.
Decreases Physical Damage against Players by 20%.
Decreases Magical Damage against Players by 20%.
Item Script
expand to view script
{ bonus bMdef,15; bonus2 bSubRace,RC_Player_Human,15; bonus2 bSubRace,RC_Player_Doram,15; bonus bMaxHPrate,5; bonus2 bAddRace,RC_Player_Human,-20; bonus2 bAddRace,RC_Player_Doram,-20; bonus2 bMagicAddRace,RC_Player_Human,-20; bonus2 bMagicAddRace,RC_Player_Doram,-20; bonus bHealPower,10; },{},{}
Dropped By No Result

Heroria Magic Robe [0]   [Body]   Item ID# 450232 (aegis_450232)
Herosria Magic Robe
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
50
Required Lvl
200
Armor Lvl
2
Slot
0
Applicable Jobs
Every Job
Description
A robe that can also be used in Herosria.

MDEF +20

Decreases damage taken from Players by 5%.
Increases Healing skills effectiveness by 5%.
Increases Magical Damage with every element by 7%.
Decreases Physical Damage against Players by 5%.
Item Script
{ bonus bMdef,20; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus bHealPower,5; bonus3 bSubRace,RC_Player_Human,7,BF_WEAPON; bonus3 bSubRace,RC_Player_Doram,7,BF_WEAPON; bonus2 bMagicAtkEle,Ele_All,5; },{},{}
Dropped By No Result

Heroria Mail [0]   [Body]   Item ID# 450229 (Hs_Mail)
Herosria Mail
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
200
Defense
200
Required Lvl
200
Armor Lvl
2
Slot
0
Applicable Jobs
Every Job
Description
Armor that can also be used in Herosria.

Decreases damage taken from Players by 10%.
MaxHP +3%
Increases melee physical damage by 5%.
Decreases ranged physical damage by 5%.
Decreases Magical Damage with every element by 5%.
Item Script
{ bonus2 bSubRace,RC_Player_Human,10; bonus2 bSubRace,RC_Player_Doram,10; bonus bMaxHPrate,3; bonus2 bMagicAtkEle,Ele_All,-5; bonus2 bMagicAtkEle,Ele_Earth,-5; bonus bShortAtkRate,5; },{},{}
Dropped By No Result

Heroria Suits [0]   [Body]   Item ID# 450231 (Hs_Suits)
Herosria Suit
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
190
Defense
120
Required Lvl
200
Armor Lvl
2
Slot
0
Applicable Jobs
Every Job
Description
A suit that can also be used in Herosria.

MDEF +2

Decreases damage taken from Players by 7%.
FLEE +20
Increases melee physical damage by 5%.
Decreases ranged physical damage by 5%.
Decreases Magical Damage with every element by 5%.
Item Script
{ bonus bMdef,2; bonus2 bSubRace,RC_Player_Human,7; bonus2 bSubRace,RC_Player_Doram,7; bonus bFlee,20; bonus2 bMagicAtkEle,Ele_All,-5; bonus2 bMagicAtkEle,Ele_Earth,-5; bonus bShortAtkRate,5; },{},{}
Dropped By No Result

12 >
back to top