Bork, броня (Renewal)
Bork (BORK) – броня.
An interesting hat made of felt that comes from a far-away land. Worn by skilled soldiers, this hat brings a sense of confidence to the wearer.
reduced 5% damage from Human. If refined to +7, 5% more damage to Human and if refined to +9, 3% more damage to Human addtionally.
Required Level.: 1
Базовые свойства предмета
- ID: 24770
- Код: BORK
- Тип: броня
- Уровень брони: 1
- Защита: 2
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 10
Скрипт
.@r = getrefine(); bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; if (.@r >= 7) { .@val = 5; if (.@r >= 9) .@val += 3; bonus2 bAddRace,RC_DemiHuman,.@val; bonus2 bAddRace,RC_Player_Human,.@val; bonus2 bAddRace,RC_Player_Doram,.@val; }