Illusion Hot-blooded Headband [1], броня (Renewal)
Illusion Hot-blooded Headband [1] (HEADBAND_OF_POWER_IL) – броня.
![Illusion Hot-blooded Headband [1], броня (Renewal) Illusion Hot-blooded Headband [1], броня (Renewal)](/images/db/items/picture/19344.png)
A headband that embodies burning determination and will. Wearing it gives one the sudden urge to clamp their jaw shut and clench their fist with determination.
STR +2.
Atk + 10 per 2 refine rate.
If refine rate is 7 or higher, increases physical damage against water, wind, earth and neutral property monsters by 10%.
If refine rate is 9 or higher, increases physical damage against small and large size monsters by 15%.
Базовые свойства предмета
- ID: 25048
- Код: HEADBAND_OF_POWER_IL
- Тип: броня
- Уровень брони: 1
- Защита: 3
- Требуемый уровень: 120
- Вес: 10
Скрипт
.@r = getrefine(); bonus bStr,2; bonus bBaseAtk,(10*(.@r/2)); if (.@r >= 7) { bonus2 bAddEle,Ele_Water,10; bonus2 bAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Neutral,10; if (.@r >= 9) { bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Large,15; } }