The Black [2], (Renewal)
The Black [2] (THE_BLACK_GATLING) – оружие.
![The Black [2], (Renewal) The Black [2], (Renewal)](/images/db/items/picture/28258.png)
Black gatling gun used by those who have reached the master's level.
It seems to resonate with the boots of an ancient hero.
ATK + 10 per 2 refine rate.
Increase ranged physical attack by 2% per 3 refine rate.
When refined to +7 or higher, increase damage of Round Trip damage by 15%, SP consumption of it by 10%.
When refined to +9 or higher, increase ATK by 50, ranged physical damage by 10% when using Platinum Altar.
When refined to +11 or higher, increase damage of Round Trip by 15%.
When equipped with ancient hero boots, adds a chance to DEX+20, ranged physical damage by 10% for 7s when physical attack.
Weapon level : 4
Required level : 100
Базовые свойства предмета
- ID: 27766
- Код: THE_BLACK_GATLING
- Тип: оружие
- Подтип:
- Уровень оружия: 4
- Атака: 205
- Требуемый уровень: 100
- Профессии: rebellion
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 270
Скрипт
.@r = getrefine(); bonus bLongAtkRate,2*(.@r/3); bonus bBaseAtk,10*(.@r/2); if (.@r >= 7) { .@val = 15; bonus2 bSkillUseSPrate,"RL_R_TRIP",-10; if (.@r >= 9) { autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER"; if (.@r >= 11) { .@val += 15; } } bonus2 bSkillAtk,"RL_R_TRIP",.@val; }