Drooping Morocc Minion [1], броня (Renewal)
Drooping Morocc Minion [1] (DROOPING_MOROCC_MINION) – броня.
![Drooping Morocc Minion [1], броня (Renewal) Drooping Morocc Minion [1], броня (Renewal)](/images/db/items/picture/5671.png)
An unusually cute doll of the usually hideous Incarnation of Morocc monster.
Gain 2 SP when killing monsters. Has a low chance of casting Fatal Wound if being melee attacked.
Critical woulds lvl 3 when +9 or higher, and chance to cast Bleeding in a 5x5 area around wearer when attacking.
Базовые свойства предмета
- ID: 22989
 - Код: DROOPING_MOROCC_MINION
 - Тип: броня
 - Уровень брони: 1
 - Требуемый уровень: 70
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 30
 
Скрипт
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;
}