Illusion Armor A-type

Item ID 15376 Name Illusion Armor A-type
A type A combat armor made from illusion technology.
There are various modules that can be installed to enhance it.
_______________________
ATK +100
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
When equipped with Illusion Engine Wing Type A:
ATK +50
_______________________
When equipped with Illusion Engine Wing Type B:
Decreases After Skill Delay by 10%.
_______________________
Type: Armor
Defense: 105
Weight: 100
Armor Level: 1
Enchantable: Yes
_______________________
Requirement:
Base Level 130
Weapon Level 0 Identifier Illusion_Armor_A
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 100 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 bBaseAtk,(100+10*(.@r/2));
if (.@r >= 7) {
   bonus bAspdRate,10;
}

Set Script
Illusion Armor A-type
Illusion Leg A-type
bonus bAtkRate,5;
Illusion Armor A-type
Illusion Leg B-type
bonus bMaxSPrate,5;
Illusion Armor A-type
Illusion Engine wing A-type
bonus bBaseAtk,50;
Illusion Armor A-type
Illusion Engine wing B-type
bonus bDelayrate,-10;
Illusion Armor A-type
Adventure Clover
bonus bAtkRate,20;
bonus bMatkRate,20;
bonus2 bExpAddRace,RC_All,2;