High-End Doram Shoes

Item ID 22186 Name High-End Doram Shoes
Luxury exclusive shoes designed to fit the small feet of the Doram.
_______________________
MDEF +5
_______________________
MaxHP +15%, MaxSP +15%
_______________________
For each Refine Level:
ATK +10, MATK +10
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
Refine Level +8:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Perfect Dodge +5
_______________________
When equipped with Luxury Doram Cape:
Increases movement speed.
Recovers 1000 HP and 10 SP every 5 seconds.
_______________________
This item can only be sold to NPCs and moved to storage.
_______________________
Type: Shoes
Defense: 30
Weight: 10
Armor Level: 1
_______________________
Requirement:
Summoner (Doram)
Weapon Level 0 Identifier Doram_High_Shoes_J
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 30 Equippable Jobs Summoner
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 1
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,5;
bonus bMaxHPrate,15;
bonus bMaxHPrate,15;
bonus bBaseAtk,10*.@r;
bonus bMatk,10*.@r;
if (.@r>=7) {
   bonus bAspdRate,5;
   if (.@r>=8) {
       bonus bVariableCastrate,-10;
       if (.@r>=9) {
           bonus bFlee2,5;
       }
   }
}

Set Script
High-End Doram Suit
High-End Doram Cape
High-End Doram Shoes
bonus bSpeedRate,25;
bonus2 bHPRegenRate,1000,5000;
bonus2 bSPRegenRate,10,5000;