Demon Hunting Shoes

Item ID 470097 Name Demon Hunting Shoes
A replica of the shoes used by the hero who defeated the witch.
Although it was able to recreate its form, it was unable to contain the god-like power that made it triumphant throughout the world after passing through ten million trials.
_______________________
Indestructible in battle
_______________________
MDEF +15
_______________________
Increases Physical Damage by 10%.
Decreases damage taken from mosnters of Normal and Boss class by 5%.
_______________________
For each Refine Level:
MaxHP +4%
_______________________
Refine Level +7:
Increases Physical Damage by additional 15%.
_______________________
Refine Level +9:
Increases Physical Damage by additional 15%.
Enchants equipped weapon with the Investigate skill effect.
_______________________
If Demon Hunting Shoes's Grade is C or higher:
For each Refine Level:
All Basic Stats +2

Refine Level +10:
Decreases After Skill Delay by 40%.
Increases Physical Damage by additional 30%.
_______________________
Type: Shoes
Defense: 40
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier HalfBloodPrincess_Shoes
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 40 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;