Z-Killgain

Item ID 29440 Name Z-Killgain
Recovers 2 SP when defeating monsters with physical attacks.
_______________________
Refine Level +7:
Recovers additional 3 SP when defeating monsters with physical attacks.
_______________________
Refine Level +8:
Recovers additional 5 SP when defeating monsters with physical attacks.
_______________________
Refine Level +9:
Recovers additional 10 SP when defeating monsters with physical attacks.
_______________________
When enchanted on Riot Chip:
For each 2 Refine Levels:
MaxHP +1%
_______________________
When enchanted with :
MaxHP +5%
Weapon Level 0 Identifier ReactorZ_Killgain
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 bSPGainValue,2;
.@r = getrefine();
if (.@r>=7) {
   bonus bSPGainValue,3;
}
if (.@r>=8) {
   bonus bSPGainValue,5;
}
if (.@r>=9) {
   bonus bSPGainValue,10;
}

Set Script
Riot Chip
Z-Killgain
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bMaxHPrate,(.@r/2);
Z-Killgain
Extreme
bonus bMaxHPrate,5;