Illusion Engine wing B-type

Item ID 20934 Name Illusion Engine wing B-type
Combat engine B type created with Illusion's technology.
It is said to be able to add abilities by attaching various modules.
_______________________
MaxHP +1000
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Decreases Variable Casting Time by 5%.
_______________________
When equipped with Illusion Leg Type A:
Increases Ranged Physical Damage by 5%.
_______________________
When equipped with Illusion Leg Type B:
Increases Magical Damage with every element by 10%.
_______________________
Type: Garment
Defense: 50
Weight: 90
Armor Level: 1
Enchantable: Yes
_______________________
Requirement:
Base Level 130
Weapon Level 0 Identifier Illusion_Engine_B
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 90 Min Equip Level 130
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,1000+(100*(.@r/2));
if (.@r >= 7) {
   bonus bVariableCastrate,-5;
}

Set Script
Illusion Armor A-type
Illusion Engine wing B-type
bonus bDelayrate,-10;
Illusion Armor B-type
Illusion Engine wing B-type
bonus bMatk,50;
Illusion Engine wing B-type
Illusion Leg A-type
bonus bLongAtkRate,10;
Illusion Engine wing B-type
Illusion Leg B-type
bonus2 bMagicAtkEle,Ele_All,10;