Renewal
.:Renewal Item Database:.
Armor - Garment

Manteau of Great Nature [1]   [Garment]   Item ID# 20747 (Manteau_Great_Nature)
Manteau Great Nature
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
30
Defense
10
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A manteau imbued with Earth spirit, Its protected by stone all the time.


Reduces damage taken from Earth elemental attack by 10%.
Increases damage taken from Fire elemental attack by 10%.

Randomly inflicts Stone Curse status on attacker when wearer receivce physical attack.

Refine Level +6:
Increases the rate of inflicting Stone Curse status based on refine level.

Indestructible
Item Script
{ .@r = getrefine(); bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,-10; if (.@r>=5) .@val = .@r; bonus5 bAutoSpell,"NPC_WIDESTONE",2,5+.@val,BF_SHORT,0; bonus bUnbreakableGarment; },{},{}
Dropped By No Result

Manteau Of Guardsman [1]   [Garment]   Item ID# 20942 (Manteau_Of_Guardsman)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
50
Defense
15
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A manteau made of a material that is as hard as Kongo stone.

MDEF +15, MaxHP +5%, MaxSP +5%.
Decreases damage taken from DemiHuman monsters by 5%.

For each 3 refine levels: MaxHP +3%, MaxSP +3%.

When equipped with Kongo Stone Shoes:
Decreases damage taken from Neutral elemental attacks by 10%.
Decreases damage taken from Doram Players by 10%.
Prevents Stone Curse status.
Item Script
{ .@r = getrefine(); bonus bMdef,15; bonus bMaxHPrate,5+3*(.@r/3); bonus bMaxSPrate,5+3*(.@r/3); bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; },{},{}
Dropped By No Result

Manteau of Leafwind [1]   [Garment]   Item ID# 20734 (Manteau_Of_Leafwind)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
30
Defense
10
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A manteau imbued with wind spirit power. Its protected by wind all the time.
Reduces damage taken from Wind elemental attack by 10%.
Increases damage taken from Earth elemental attack by 10%.

Increase 5% resistance against long ranged attacks.
Increase 1% resistance against long ranged attacks per refine level.

Indestructible
Item Script
{ bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,-10; bonus bLongAtkDef,5+getrefine(); bonus bUnbreakableGarment; },{},{}
Dropped By No Result

Manteau of Mystic Frozen [1]   [Garment]   Item ID# 20745 (Manteau_Of_Mistic_Froz)
Manteau Of Mistic Froz
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
30
Defense
10
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A manteau imbued with water spirit. Its protected by water all the time.


Reduces damage taken from Water elemental attack by 10%.
Increases damage taken from Wind elemental attack by 10%.

Randomly inflicts Frozen status on attacker when wearer receivce melee physical attacks.

Refine Level +6:
Increases the rate of inflicting Frozen status based on refine level.

Refine Level +10:
Increases the rate of inflicting Frozen status.

Indestructible
Item Script
{ .@r = getrefine(); bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,-10; if (.@r>=6) .@val = .@r*100; if (.@r>=10) .@val += 1000; bonus2 bAddEffWhenHit,Eff_Freeze,500+.@val; bonus bUnbreakableGarment; },{},{}
Dropped By No Result

Manteau of Storm [1]   [Garment]   Item ID# 20720 (Manteau_Of_Storm)
Storm Manteau
Type
Armor
Class
Garment
Buy
10z
Sell
5z
Weight
50
Defense
16
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Rebirth Job except High Novice & Supernovice
Description
A cloak wore by wind demon.
MDEF +2, MaxHP +5%, MATK +1%.
Increases physical damage inflicted on Wind elemental monsters by 2%.
Item Script
{ bonus bMdef,2; bonus bMaxHPrate,5; bonus bMatkRate,1; bonus2 bAddEle,Ele_Wind,2; bonus2 bMagicAddEle,Ele_Wind,2; },{},{}
Dropped By No Result

Medical Cape [1]   [Garment]   Item ID# 20854 (Medical_Cape)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
60
Defense
12
Required Lvl
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A cape developed to carry various medicines. No worries if you prepare.

Defeating monster restores 100 HP and 10 SP.

Random chance to drop RB Muscle 15mg when defeating Brute and Fish monsters.

Random chance to drop Antitoxic Serum when defeating Dragon and Formless monsters.

Random chance to drop Combat Drug when defeating Plant and Insect monsters.

Random chance to drop Speed Potion when defeating Demon and DemiHuman monsters.

Random chance to drop Poison Bottle when defeating Undead and Angel monsters.

Refine Level +7: Increases the drop chance of above effects.
Refine Level +9: Increases the drop chance of above effects further.
Item Script
expand to view script
{ .@r = getrefine(); .@drop = 50; bonus bHPGainValue,100; bonus bMagicHPGainValue,100; bonus bSPGainValue,10; bonus bMagicSPGainValue,10; if (.@r>=7) .@drop += 50; if (.@r>=9) .@drop += 100; bonus3 bAddMonsterDropItem,23360,RC_Brute,.@drop; bonus3 bAddMonsterDropItem,23360,RC_Fish,.@drop; bonus3 bAddMonsterDropItem,12791,RC_Fish,.@drop; bonus3 bAddMonsterDropItem,12791,RC_Insect,.@drop; bonus3 bAddMonsterDropItem,12016,RC_Demon,.@drop; bonus3 bAddMonsterDropItem,12016,RC_DemiHuman,.@drop; bonus3 bAddMonsterDropItem,23361,RC_Dragon,.@drop; bonus3 bAddMonsterDropItem,23361,RC_Formless,.@drop; bonus3 bAddMonsterDropItem,678,RC_Angel,.@drop; bonus3 bAddMonsterDropItem,678,RC_Undead,.@drop; },{},{}
Dropped By No Result

Menblatt's Wings [1]   [Garment]   Item ID# 20863 (MenblattWing)
Menblatt Wing Manteau
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
40
Defense
40
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A garment made from Menblatt Wings. I'm going to fly in the sky.

ATK +30.

Refine Level +5:
For each 60 base DEX: Long range physical damage +1%.

Refine Level +7:
For each 10 base DEX: Long range physical damage +1% additionally.

When compounded with Menblatt Card:
For each 10 base DEX: Long range physical damage -1%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,30; if (.@r>=5) bonus bLongAtkRate,readparam(bDex)/60; if (.@r>=7) bonus bLongAtkRate,readparam(bDex)/10; },{},{}
Dropped By No Result

Mine Worker's Backpack [0]   [Garment]   Item ID# 20822 (Mine_Worker_Backpack)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
60
Defense
16
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Mechanic
Description
A leather backpack of miner whose work at the gold mine.
ASPD +5%.
Every 2 refine levels, ASPD +1%.
Refine Level +9: ATK +20.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bAspdRate,(5+(.@r/2)); if (.@r>=9) bonus bBaseAtk,20; },{},{}
Dropped By No Result

Mirage Manteau [1]   [Garment]   Item ID# 20828 (Mirage_Manteau)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
60
Defense
15
Required Lvl
150
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An altered version of Diva manteau that was influenced by magical crystal of labyrinth's power. It is unknown from what material it was made.

Refine Level +7: MaxSP +5%.

Refine Level +9: MaxSP +10%.

[Mirage armor set]
Mirage Robe
Mirage Manteau
Mirage Shoes
MaxHP +10%, MaxSP +10%.
Item Script
{ .@r = getrefine(); if (.@r>=7) bonus bMaxSPrate,5; if (.@r>=9) bonus bMaxSPrate,10; },{},{}
Dropped By No Result

Mithril Magic Cape [1]   [Garment]   Item ID# 2532 (Mithril_Magic_Cape)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
40
Defense
8
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
High Mage
High Archer
High Acolyte
High Priest
High Wizard
Sniper
Champion
Professor
Clown / Gypsy
Description
A mysterious cape with a protective spell that can convert the wearer's physical defense to magic defense.
MDEF +3
Randomly reduces magical damage taken by 20% and increases physical damage taken by 20% for 2 seconds when wearer receiving magical attack.
Item Script
{ bonus bMdef,3; bonus5 bAutoSpellWhenHit,"NPC_ANTIMAGIC",6,200,BF_MAGIC,0; },{},{}
Dropped By

Mithril Magic Manteau [1]   [Garment]   Item ID# 2552 (Mithril_Magic_Cape_M)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
40
Defense
3
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
High Mage
High Archer
High Acolyte
High Priest
High Wizard
Sniper
Champion
Professor
Clown / Gypsy
Description
A mysterious cape with protective spell, that converts the wearer's DEF to MDEF.
MDEF +3
Randomly reduces Magical Damage taken by 20% and Increases physical damage taken by 20% for 2 seconds when wearer receiving magical attack.
Item Script
{ bonus bMdef,3; bonus5 bAutoSpellWhenHit,"NPC_ANTIMAGIC",6,200,BF_MAGIC,0; },{},{}
Dropped By No Result

Morpheus's Shawl [0]   [Garment]   Item ID# 2518 (Morpheus's_Shawl)
Type
Armor
Class
Garment
Buy
30000z
Sell
15000z
Weight
60
Defense
8
Required Lvl
33
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A shawl marked with ancient conjuration patterns, that is one of the three keys for releasing the seal that binds Morpheus.
Maximum SP + 10%, MDEF + 3
[Morpheus's Hood, Morpheus's Shawl, Morpheus's Ring & Morpheus's Bracelet Equip Set]

More Information on Combo:
Item Script
{ bonus bMaxSPrate,10; bonus bMdef,3; },{},{}
Dropped By

< 123 >
back to top