Drooping Morocc Minion

Item ID 5671 Name Drooping Morocc Minion
An unusually cute doll of the usually hideous Incarnation of Morocc monster.
_______________________
When killing enemy with Physical or Magical Damages, restores SP by 2.
_______________________
Random chance to inflict Level 2 Critical Wound on attacker when receiving physical damage.
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 30
Armor Level: 1
Refineable: No
_______________________
Requirement:
Base Level 70
Weapon Level 0 Identifier Drooping_Morocc_Minion
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 70
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bSPGainValue,2;
bonus bMagicSPGainValue,2;
if (getrefine()>8) {
   bonus4 bAutoSpellWhenHit,"NPC_CRITICALWOUND",3,5,1;
   bonus4 bAutoSpell,"NPC_CRITICALWOUND",3,5,1;
   bonus4 bAutoSpell,"NPC_WIDEBLEEDING",2,5,0;
}
else {
   bonus4 bAutoSpellWhenHit,"NPC_CRITICALWOUND",2,2,1;
}