Faint Star's Suit

Item ID 450167 Name Faint Star's Suit
A suit faintly infused with the magic of stars.
_______________________
ATK +75, MATK +75
_______________________
For each 2 Refine Levels:
ATK +10, MATK +10
_______________________
Refine Level +9:
Increases Attach Speed (Decreases After Attack Delay by 7%).
_______________________
Refine Level +11:
Increases Ranged Physical Damage by 10%.
_______________________
Type: Armor
Defense: 135
Weight: 150
Armor Level: 2
_______________________
Requirement:
Base Level 240
Weapon Level 0 Identifier Vague_Star_Suit
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 150 Min Equip Level 240
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMatk,75+10*(.@r/2);
bonus bBaseAtk,75+10*(.@r/2);
if (.@r>=9) {
   bonus bAspdRate,7;
   if (.@r>=11) {
      bonus bLongAtkRate,10;
   }
}