Crow Tengu Mask, броня (Renewal)
Crow Tengu Mask (CROW_TENGU_MASK) – броня.

The mask carries the grudge of its previous owner.
Increases physical damage on Small, Medium and Large size targets by 1%.
Increases physical damage on Small, Medium and Large size targets by an additional 1%, if the users base Str is 108 or higher.
Increases physical damage on Small, Medium and Large size targets by an additional 2%, if the users base Str is 120 or higher.
Increases long-ranged damage on targets by 2%.
Increases long-ranged damage on targets by an additional 2%, if the users base Str is 108 or higher.
Increases long-ranged damage on targets by an additional 3%, if the users base Str is 120 or higher.
Set Bonus
Tengu Crow Mask
Tengu Scroll
Increases physical damage on Small, Medium and Large size targets by 1%.
Increases physical damage on Small, Medium and Large size targets by an additional 2%, if the users base Str is 108 or higher.
Increases physical damage on Small, Medium and Large size targets by an additional 3%, if the users base Str is 120 or higher.
Increases long-ranged damage on targets by 1%.
Increases long-ranged damage on targets by an additional 1%, if the users base Str is 108 or higher.
Increases long-ranged damage on targets by an additional 1%, if the users base Str is 120 or higher.
Базовые свойства предмета
- ID: 23235
- Код: CROW_TENGU_MASK
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 80
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 30
Скрипт
bonus2 bAddSize,Size_All,1;
bonus bLongAtkRate,2;
if (readparam(bStr)>=108) {
bonus2 bAddSize,Size_All,1;
bonus bLongAtkRate,2;
}
if (readparam(bStr)>=120) {
bonus2 bAddSize,Size_All,2;
bonus bLongAtkRate,3;
}