Mythical Lion Mask [1], броня (Renewal)
Mythical Lion Mask [1] (GUARDIAN_LION_MASK) – броня.
![Mythical Lion Mask [1], броня (Renewal) Mythical Lion Mask [1], броня (Renewal)](/images/db/items/picture/5177.png)
An oriental lion
mask with menacing,
angry eyes. For Taekwon Class wearers, it adds
Dex +2, chance to inflict the Stun status with each
Physical Melee Attack,
and adds Attack Strength*2 when the item is upgraded.
Базовые свойства предмета
- ID: 22495
 - Код: GUARDIAN_LION_MASK
 - Тип: броня
 - Уровень брони: 1
 - Защита: 5
 - Требуемый уровень: 40
 
- Цена покупки: 30 000 з
 - Цена продажи: 15 000 з
 - Вес: 50
 
Скрипт
if (BaseClass == Job_Taekwon) {
   bonus bDex,2;
   bonus bBaseAtk,2*getrefine();
   bonus3 bAddEff,Eff_Stun,1000,ATF_SHORT;
}