Black Ribbon
| Item ID | 5899 | Name | Black Ribbon |
|
A simple black ribbon that promotes focus no matter how intense the battle is.
_______________________ Increases damage of Sonic Wave and Wind Cutter by 50%. _______________________ Refine Level +7: ATK +2 for every 5 base AGI _______________________ Refine Level +9: Increases damage of Ignition Break by 30%. _______________________ Type: Headgear Defense: 10 Position: Upper Weight: 20 Armor Level: 1 _______________________ Requirement: Base Level 100 Rune Knight |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Black_Ribbon_ | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 10 | Equippable Jobs | Knight | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 20 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
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;
}
|
||||