Illusion Armor Type B (Bound)

Item ID 450148 Name Illusion Armor Type B (Bound)
A type B combat armor made from illusion technology.
There are various modules that can be installed to enhance it.
_______________________
Cannot be refined normally.
_______________________
MATK +100
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Illusion Engine Wing Type A (Bound):
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Illusion Engine Wing Type B (Bound):
MATK +50
_______________________
Type: Armor
Defense: 105
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 130
Weapon Level 0 Identifier E_Illusion_Armor_B
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 105 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 bMatk,100+10*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
}

Set Script
Illusion Leg Type A (Bound)
Illusion Armor Type B (Bound)
bonus bAspdRate,5;
Illusion Armor Type B (Bound)
Illusion Engine Wing Type A (Bound)
bonus bAspdRate,10;
Illusion Armor Type B (Bound)
Illusion Engine Wing Type A (Bound)
bonus bMatk,50;
Illusion Leg Type B (Bound)
Illusion Armor Type B (Bound)
bonus bMatkRate,5;