ID #5671
Armor
Drooping Morocc Minion [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
300
Requirements
Armor Level
1
Min Level
70
Scripts
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; }
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;
}