Spirit Ears, броня (Renewal)
Spirit Ears (EAR_OF_SPIRIT) – броня.

Disturbed by the entanglement of evil spirits,
The body falls into uncontrollable rage.
------------------------
For every 15 of the sum of base VIT and STR, POW +1.
------------------------
For every 30 of the sum of base VIT and STR, increase melee physical damage by 1%.
------------------------
When total sum of base VIT and STR is 250, increase melee physical damage by additional 15%.
------------------------
Def : 0
Базовые свойства предмета
- ID: 29800
- Код: EAR_OF_SPIRIT
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 1
- Вес: 10
Скрипт
.@a = (readparam(bStr)+readparam(bVit))/15; .@b = (readparam(bStr)+readparam(bVit))/30; .@c = (readparam(bStr)+readparam(bVit))/250; bonus bPow,.@a; bonus bShortAtkRate,.@b+(15*.@c);