Illusion Engine Wing Type A (Bound)

Item ID 480062 Name Illusion Engine Wing Type A (Bound)
Combat engine A type created with Illusion's technology.
It is said to be able to add abilities by attaching various modules.
_______________________
Cannot be refined normally.
_______________________
MaxHP +1000
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 5%).
_______________________
When equipped with Illusion Leg Type A (Bound):
Increases Critical Damage by 10%.
_______________________
When equipped with Illusion Leg Type B (Bound):
Decreases Variable Casting Time by 10%.
_______________________
Type: Garment
Defense: 50
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 130
Weapon Level 0 Identifier E_Illusion_Engine_A
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 50 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 bMaxHP,1000+100*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,5;
}

Set Script
Illusion Engine Wing Type A (Bound)
Illusion Leg Type B (Bound)
bonus bVariableCastrate,-10;
Illusion Engine Wing Type A (Bound)
Illusion Leg Type A (Bound)
bonus bCritAtkRate,10;
Illusion Armor Type A (Bound)
Illusion Engine Wing Type A (Bound)
bonus bBaseAtk,50;
Illusion Armor Type B (Bound)
Illusion Engine Wing Type A (Bound)
bonus bAspdRate,10;