Black Ribbon [1], броня (Renewal)
Black Ribbon [1] (BLACK_RIBBON_) – броня.
![Black Ribbon [1], броня (Renewal) Black Ribbon [1], броня (Renewal)](/images/db/items/picture/5899.png)
A simple black ribbon that promotes focus no matter how intense the battle is.
Atk + 2 for every 5 base Str.
Reduces the cooldown of Wind Cutter by 1.8 seconds.
Reduces the SP cost of Wind Cutter by 16.
If upgrade level is +9 or higher,
Increases the damage of Sonic Wave and Wind Cutter by 50%.
Increases the damage of Ignition Break by 30%.
Базовые свойства предмета
- ID: 23209
 - Код: BLACK_RIBBON_
 - Тип: броня
 - Уровень брони: 1
 - Защита: 10
 - Требуемый уровень: 100
 - Профессии: knight
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 20
 
Скрипт
bonus bBaseAtk,2*(readparam(bStr)/5);
bonus2 bSkillCooldown,"RK_WINDCUTTER",-1800;
bonus2 bSkillUseSP,"RK_WINDCUTTER",16;
if (getrefine()>=9) {
   bonus2 bSkillAtk,"RK_SONICWAVE",50;
   bonus2 bSkillAtk,"RK_WINDCUTTER",50;
   bonus2 bSkillAtk,"RK_IGNITIONBREAK",30;
}