A-Hit

Item ID 29167 Name A-Hit
HIT +20
_______________________
Refine Level +7:
HIT +10
_______________________
Refine Level +8:
HIT +10
_______________________
Refine Level +9:
HIT +10
_______________________
When enchanted on Riot Chip:
For each 3 Refine Levels:
HIT +5
Weapon Level 0 Identifier Reactor_A_HIT
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bHit,20;
.@r = getrefine();
if (.@r>=7) {
   bonus bHit,10;
}
if (.@r>=8) {
   bonus bHit,10;
}
if (.@r>=9) {
   bonus bHit,10;
}

Set Script
Riot Chip
A-Hit
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bHit,(.@r/3)*5;
A-Hit
Extreme
bonus bHit,15;