Half Megingjard, броня (Renewal)
Half Megingjard (HALF_MEGIN) – броня.

Rental Item
A legendary belt rumored to be owned by Thor, the god of thunder. Increases its wearer's strength.
STR + 20, MDEF + 3
When pure STR is 120, gives 5% physical damage to Boss monsters.
Required Lv : 47
Базовые свойства предмета
- ID: 22177
 - Код: HALF_MEGIN
 - Тип: броня
 - Уровень брони: 1
 - Защита: 1
 - Требуемый уровень: 47
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
bonus bStr,(BaseLevel/10);
if (readparam(bStr)>=120) {
   bonus2 bAddClass,Class_Boss,5;
}
bonus bMdef,3;
bonus bStr,20;