Modified Luk Boots

Item ID 22118 Name Modified Luk Boots
A magical boots that was made a long time ago, no sign of wear nor tear on it.
_______________________
MaxHP +300
MaxSP +30
MDEF +5
_______________________
For each 3 Refine Levels:
MaxHP +100
MaxSP +10
Increases Critical Damage by 2%.
_______________________
Base LUK at least 120:
Increases Critical Damage by 30%.
_______________________
Type: Shoes
Defense: 20
Weight: 60
Armor Level: 1
Can be enchanted by:
[Hugin's Magician]glast_01,212,273,0,100,0,0
_______________________
Requirement:
Base Level 99
Rebel, Kagerou, Oboro, Star Emperor and Soul Reaper
Weapon Level 0 Identifier Modify_Luk_Boots_
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 Equippable Jobs Kagerou / Oboro, Rebellion
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 60 Min Equip Level 99
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,300+(100*(.@r/3));
bonus bMaxSP,30+(10*(.@r/3));
bonus bMdef,5;
bonus bCritAtkRate,2*(.@r/3);
if (readparam(bLuk)>=120)
   bonus bCritAtkRate,30;

Set Script
Overwelm Luk Armor
Modified Luk Boots
bonus bCritAtkRate,10;
.@r = getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_SHOES);
if (.@r >= 21) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
}
Gigant Snake Skin
Modified Luk Boots
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
Gigant Snake Skin
Modified Luk Boots
bonus bMaxHPrate,15;
bonus bMaxSPrate,5;
Temporal Luk Manteau
Modified Luk Boots
bonus bAspd,1;
if (getequiprefinerycnt(EQI_SHOES) >= 10) {
   bonus2 bIgnoreDefRaceRate,RC_Demon,30;
   bonus2 bIgnoreDefRaceRate,RC_Brute,30;
   bonus2 bIgnoreMdefRaceRate,RC_Demon,30;
   bonus2 bIgnoreMdefRaceRate,RC_Brute,30;
}
[Not For Sale] Unexpected Fortune Armor
Modified Luk Boots
.@r = getequiprefinerycnt(EQI_ARMOR);
.@shoes = getequiprefinerycnt(EQI_SHOES);
bonus bCritAtkRate,10;
if ((.@r + .@shoes) >= 21) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,20;
   bonus2 bIgnoreDefRaceRate,RC_Demon,20;
}