Candy Pouch Bag (Range) [1], броня (Renewal)
Candy Pouch Bag (Range) [1] (BAG_OF_ANTONIO_RANGE) – броня.
![Candy Pouch Bag (Range) [1], броня (Renewal) Candy Pouch Bag (Range) [1], броня (Renewal)](/images/db/items/picture/20843.png)
Increases long ranged physical damage by 1% per 2 refine rate.
If refine rate is 9 or higher, reduces delay after attack by 10%.
If refine rate is 12 or higher, reduces global cooldown by 7%.
If base level is lower than 100, increases EXP gained from killing monsters by 10%.
If base level is 100 or higher, increases EXP gained from killing monsters by 4%.
Базовые свойства предмета
- ID: 26378
- Код: BAG_OF_ANTONIO_RANGE
- Тип: броня
- Уровень брони: 1
- Защита: 30
- Требуемый уровень: 1
- Вес: 20
Скрипт
.@r = getrefine(); if (.@r >= 2) bonus bLongAtkRate,.@r/2; if (.@r >= 9) bonus bAspdRate,10; if (.@r >= 12) bonus bDelayrate,-7; if (BaseLevel < 100) { bonus2 bExpAddRace,RC_All,10; } else { bonus2 bExpAddRace,RC_All,4; }