ID #5899
Armor
Black Ribbon [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
200
Defense
10
Job Requirements
Knight
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
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;
}