Renewal
.:Renewal Item Database:.
Armor - Armor

Excellent Dexterous Armor [1]   [Body]   Item ID# 15354 (Overwhelm_Dex_Armor)
Overwelm Dex Armor
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
200
Defense
120
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Suit of armor which have excellent dexterity.

ATK +50.
For every 3 refine levels, increases ranged physical attack by 2%.

Refine Level +7:
Pierces physical defense of Brute and Demon monsters by 30%.

Refine Level +9:
Increases physical damage inflicted on Brute and Demon monsters by 10%.

Refine Level +11:
Increases physical damage inflicted on Wind and Earth elemental monsters by 10%.

When equipped with Temporal DEX Boots or Modified DEX Boots:
Increases ranged physical attack by 5%.
If total refine level of entire set at least +21:
Pierces physical defense of Brute and Demon monsters by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,50; if (.@r > 2) bonus bLongAtkRate,.@r/3*2; if (.@r > 6) { bonus2 bIgnoreDefRaceRate,RC_Brute,30; bonus2 bIgnoreDefRaceRate,RC_Demon,30; } if (.@r > 8) { bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Demon,10; } if (.@r > 10) { bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Wind,10; } },{},{}
Dropped By No Result

Exorcist Mail [1]   [Body]   Item ID# 15113 (Exorcist_Mail)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
50
Defense
30
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Armor worn by Noh angels who have the role of destroying immortals who are out of the control of the world.

Increases damage against Undead monsters by 3%.

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

Exorcist Robe [1]   [Body]   Item ID# 18863 (Exorcist_Robe)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
170
Defense
57
Required Lvl
60
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
This robe was once worn by a famous exorcist, it instantly improves your resistance against unholy creatures.
MDEF +5
For every 3 refine levels, reduces damage taken from Demon monster by 5%.

If worn by Acolyte class: adds resistance to Shadow element by 10%.
Item Script
{ bonus bMdef,5; .@r = getrefine(); if (.@r >= 3) { bonus2 bSubRace,RC_Demon,.@r/3*5; } if (BaseClass == Job_Acolyte) bonus2 bSubEle,Ele_Dark,10; },{},{}
Dropped By No Result

< 123
back to top