Advanced Paradise Gloves

Item ID 490127 Name Advanced Paradise Gloves
High-quality gloves given to members of the Paradise Group.
_______________________
Enables the use of Level 1 Heal.
_______________________
Increases Attack Speed (decreases After Attack Delay by 10%).
Decreases Variable Casting Time by 5%.
_______________________
Type: Accessory
Position: Right
Defense: 0
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier 2Para_Acc_R_A
Attack 0 Type Armor
MATK 0 Equip Locations Accessory Right
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 100
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
bonus bAspdRate,10;
skill "AL_HEAL",1;
bonus bVariableCastrate,-5;

Set Script
Advanced Paradise Ring
Advanced Paradise Gloves
bonus bFixedCast,-200;
bonus bAspdRate,10;
if (BaseLevel >= 105) {
   bonus bAtkRate,2;
   if (BaseLevel >= 110) {
      bonus bShortAtkRate,5;
      bonus bLongAtkRate,5;
      if (BaseLevel >= 120) {
         bonus bCritAtkRate,5;
      }
   }
}