Performer Battle Boots

Item ID 22029 Name Performer Battle Boots
The combat boots symbolizing the highest status of the Perfomer.
_______________________
For each 2 Refine Levels:
MaxHP +1%, MaxSP +1%
_______________________
When equipped with Battle Shawl:
Increases damage of Severe Rainstorm by 10%.

Base DEX at least 100:
Increases damage of Severe Rainstorm by additional 10%.

Base INT at least 100:
Skill casting cannot be interrupted.
_______________________
Type: Shoes
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 99
Minstrel and Wanderer
Weapon Level 0 Identifier WA_Battle_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 Equippable Jobs Bard / Dancer
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
Performer Battle Boots
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10;
if (readparam(bDex)>=100)
   bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",20;
if (readparam(bInt)>=110)
   bonus bNoCastCancel;
Performer Battle Armor
Battle Cape
Performer Battle Boots
bonus2 bSubRace,RC_DemiHuman,10;
bonus2 bSubRace,RC_Player_Human,10;
if (readparam(bVit)>=110)
   bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,5;
if (readparam(bDex)>=110) {
   bonus2 bSkillAtk,"WM_REVERBERATION",10;
   autobonus3 "{ bonus bFlee2,50; }",1000,5000,"BA_POEMBRAGI";
   autobonus3 "{ bonus bFlee2,50; }",1000,5000,"DC_DONTFORGETME";
   autobonus3 "{ bonus bFlee2,50; }",1000,5000,"WM_LULLABY_DEEPSLEEP";
}