Liberation Shoes (Shadow)

Item ID 24063 Name Liberation Shoes (Shadow)
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.
_______________________
Increases Physical Damage against enemies of Boss class by 1%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Boss class by 1%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Boss class by 1%.
_______________________
When equipped with Safeguard Shadow Shield:
Increases Physical Damage against enemies of Boss class by 5%.
_______________________
Type: Shadow Shoes
_______________________
Requirement: None
Weapon Level 0 Identifier S_Liberation_Shoes
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Shoes
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus2 bAddClass,Class_Boss,2;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
   bonus2 bAddClass,Class_Boss,1;
}
if (.@r>=9) {
   bonus2 bAddClass,Class_Boss,2;
}

Set Script
Safeguard Shield (Shadow)
Liberation Shoes (Shadow)
bonus2 bAddClass,Class_Boss,5;