Illusion Leg Type B (Bound)

Item ID 470055 Name Illusion Leg Type B (Bound)
Combat boots B type born from Illusion's technology.
It is said to be able to add abilities by attaching various modules.
_______________________
Cannot be refined normally.
_______________________
MaxSP +200
_______________________
For each 2 Refine Levels:
MaxSP +20
_______________________
Refine Level +7:
Increases Magical Damage with every element by 5%.
_______________________
When equipped with Illusion Armor Type A (Bound):
MaxSP +5%
_______________________
When equipped with Illusion Armor Type B (Bound):
MATK +5%
_______________________
Type: Shoes
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 130
Weapon Level 0 Identifier E_Illusion_Leg_B
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 130
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
bonus bMaxSP,200+20*(.@r/2);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,5;
}

Set Script
Illusion Engine Wing Type A (Bound)
Illusion Leg Type B (Bound)
bonus bVariableCastrate,-10;
Illusion Leg Type B (Bound)
Illusion Armor Type B (Bound)
bonus bMatkRate,5;
Illusion Engine Wing Type A (Bound)
Illusion Leg Type B (Bound)
bonus2 bMagicAtkEle,Ele_All,10;
Illusion Leg Type B (Bound)
Illusion Armor Type A (Bound)
bonus bMaxSPrate,5;