Royal Guard Battle Boots

Item ID 22022 Name Royal Guard Battle Boots
The combat boots symbolizing the highest status of the Royal Guard.
_______________________
For each 2 Refine Levels:
MaxHP +1%, MaxSP +1%
_______________________
When equipped with Battle Shawl:
Bonus STR at least +10:
Increases damage of Exceed Break and Pinpoint Attack by 5%.
_______________________
Type: Shoes
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 99
Royal Guard
Weapon Level 0 Identifier LG_Battle_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 Equippable Jobs Crusader
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 99
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,.@r/2;
bonus bMaxSPrate,.@r/2;

Set Script
Battle Cape
Royal Guard Battle Boots
bonus2 bSkillAtk,"LG_EXEEDBREAK",5*(readparam(bStr)/10);
bonus2 bSkillAtk,"LG_PINPOINTATTACK",5*(readparam(bStr)/10);
Royal Guard Battle Armor
Battle Cape
Royal Guard Battle Boots
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus2 bSkillAtk,"LG_OVERBRAND",5*(readparam(bAgi)/10);
if (readparam(bVit)>=100)
   bonus3 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,5;