
RENEWAL / ITEMS
Demon Hunting Shoes [1]
#470097Armor
HalfBloodPrincess_Shoes
TypeArmor
Equipment positionFootgear
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF40
Slots1
Required level100
Armor level1
Description
A replica of the shoes used by the hero who defeated the witch.
However, it was unable to contain the god-like power after passing through ten million trials.
------------------------
ATK + 10%.
------------------------
Reduce physical damage taken from normal and boss monsters by 5%.
------------------------
For every refine level, MHP + 7%.
------------------------
When refined to +11 or higher, ATK + 15%.
------------------------
When refined to +14 or higher, additional ATK + 15%,
adds Occult Impaction penetration effect.
------------------------
Type : Shoes
Def : 0
Weight : 0
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();
bonus bUnbreakableShoes;
bonus bMdef,15;
bonus bAtkRate,((.@r>=9)?40:(.@r>=7?25:10));
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubClass,Class_Boss,5;
bonus bMaxHPrate,4*.@r;
if (.@r>=9)
bonus bDefRatioAtkClass,Class_All;