Racing Cap (Super Novice)

Item ID 19204 Name Racing Cap (Super Novice)
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +8:
For each 2 Level of Double Attack:
Increases Critical Damage by 10%.
_______________________
Refine Level +11:
ASPD +1, Additional ATK +20.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Super Novice
Weapon Level 0 Identifier Racing_C_Super
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs Novice, Super novice
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 100
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be sold to NPC, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=8)
   bonus bCritAtkRate,10*(getskilllv("TF_DOUBLE")/2);
if (.@r>=11) {
   bonus bAspd,1;
   bonus bBaseAtk,20;
}

Set Script
Racing Cap (Super Novice)
Racing(Super Novice) 1Lv
bonus bMaxHP,500;
bonus bBaseAtk,10;
Racing Cap (Super Novice)
Racing(Super Novice) 2Lv
bonus bMaxHP,1000;
bonus bBaseAtk,20;
skill "GN_CARTBOOST",1;
autobonus3 "{ bonus bBaseAtk,30; }",1000,60000,"GN_CARTBOOST";
Racing Cap (Super Novice)
Racing(Super Novice) 3Lv
bonus bMaxHP,1500;
bonus bBaseAtk,40;
skill "GN_CARTBOOST",3;
autobonus3 "{ bonus bBaseAtk,50; }",1000,120000,"GN_CARTBOOST";
Racing Shoes
Racing Cap (Super Novice)
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_HEAD_TOP) >= 21)
   skill "ASC_EDP",5;