
RENEWAL / ITEMS
Evil Hermit Shoes [1]
#470292Armor
Hermit_Shoes_US
TypeArmor
Equipment positionFootgear
GenderBoth
Weight30
Buy price0 z
Sell price0 z
DEF60
Slots1
Required level100
Armor level1
Description
A pair of shoes worn by evil hermits in Gonryun.
There's something malicious imbued within it.
------------------------
Reduce damage taken from Normal and Boss monsters by 5%.
------------------------
Reduce damage taken from Doram/Human Player by 10%.
------------------------
For every refine level, MHP +3%.
------------------------
When refined to +11 or higher,
ATK +15%, MATK +15%.
Reduce After Cast Delay by 15%.
------------------------
When refined to +13 or higher,
Additional ATK +25%, MATK +25%.
Reduce After Cast Delay by additional 25%.
------------------------
Set Bonus:
Evil Hermit Shoes [1]
Evil Snake Lord Card
All Basic Status +30, ATK +30%, MATK +30%.
------------------------
Set Bonus:
Evil Hermit Shoes [1]
Cloud Hermit Card
All Basic Status +10, ATK +10%, MATK +10%.
------------------------
Type: Shoes
Def: 60
Weight: 30
Required Level: 100
Class: 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();
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus bMaxHPrate,3*.@r;
if (.@r>=11) {
bonus bAtkRate,15;
bonus bMatkRate,15;
bonus bDelayrate,-15;
if (.@r>=13) {
bonus2 bAddClass,Class_All,25;
bonus bMatkRate,25;
bonus bDelayrate,-25;
}
}