
RENEWAL / ITEMS
Clergy's Boots [1]
#22209Armor
Cassock_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight40
Buy price0 z
Sell price0 z
DEF35
Slots1
Required level170
Armor level1
Description
A pair of boots worn by Odin's priests.
The blessing imbued in the boots makes the wearer feel lighter.
------------------------
MHP +5%, DEF +30, ASPD +10%.
------------------------
For every 2 refine levels, increase physical damage to angel and demon race by 1%.
For every 3 refine levels, Reduces physical/magical damage taken from angel and demon race by 1%.
When refined to +7 or higher, ASPD +10%.
------------------------
Class: Shoes
Defense: 35
Weight: 40
Required Level: 170
Job: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bDef,30;
bonus bAspdRate,10;
bonus2 bAddRace,RC_Angel,(.@r/2);
bonus2 bAddRace,RC_Demon,(.@r/2);
bonus2 bSubRace,RC_Angel,(.@r/3);
bonus2 bSubRace,RC_Demon,(.@r/3);
if (.@r>=7) {
bonus bAspdRate,10;
}