Automatic Armor A-type (Bound)

Item ID 450218 Name Automatic Armor A-type (Bound)
Combat armor type A improved with the technology of the Varmundt's mansion.
It is said to be able to add abilities by attaching various modules.
_______________________
Cannot be refined normally.
_______________________
ATK +125
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
When equipped with Automatic Engine Wing Type A:
ATK +50
_______________________
When equipped with Automatic Engine Wing Type B:
Decreases After Skill Delay by 10%.
_______________________
Type: Armor
Defense: 135
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 160
Weapon Level 0 Identifier E_Auto_Armor_A
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 135 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 160
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
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 bBaseAtk,125+10*(.@r/2);
if (.@r>=7) {
   bonus bAspdRate,15;
}

Set Script
Automatic Armor A-type (Bound)
Automatic Engine wing A-type (Bound)
bonus bBaseAtk,50;
Automatic Armor A-type (Bound)
Automatic Engine wing B-type (Bound)
bonus bDelayrate,-10;
Automatic Leg A-type (Bound)
Automatic Armor A-type (Bound)
bonus bAtkRate,7;
Automatic Leg B-type (Bound)
Automatic Armor A-type (Bound)
bonus bMaxSPrate,7;