Automatic Engine Wing Type B

Item ID 480021 Name Automatic Engine Wing Type B
Combat engine B type improved with the technology of Varmundt's mansion.
It is said to be able to add abilities by attaching various modules.
_______________________
MaxHP +1500
_______________________
For each 2 Refine Levels:
MaxHP +100
_______________________
Refine Level +7:
Decreases Variable Casting Time by 7%.
_______________________
When equipped with Automatic Leg Type A:
Increases Ranged Physical Damage by 7%.
_______________________
When equipped with Automatic Leg Type B:
Increases Magical Damage with every element by 15%.
_______________________
Type: Garment
Defense: 70
Weight: 90
Armor Level: 1
_______________________
Requirement:
Base Level 160
Weapon Level 0 Identifier Auto_Engine_B
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 70 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 90 Min Equip Level 160
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxHP,100*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-7;
}

Set Script
Automatic Armor Type A
Automatic Engine Wing Type B
bonus bDelayrate,-10;
Automatic Armor Type B
Automatic Engine Wing Type B
bonus bMatk,50;
Automatic Engine Wing Type B
Automatic Leg Type A
bonus bLongAtkRate,7;
Automatic Engine Wing Type B
Automatic Leg Type B
bonus2 bMagicAtkEle,Ele_All,15;