Adulter Fides Two-Handed Sword [2]
_______________________
Increases damage of Wind Cutter by 10%.
_______________________
For each 3 Refine Levels:
ATK +18
_______________________
Refine Level +7:
Increases damage of Wind Cutter by additional 20%.
_______________________
Refine Level +9:
Decreases After Skill Delay by 10%.
_______________________
Refine Level +11:
Increases damage of Wind Cutter by additional 25%.
_______________________
Refine Level +12:
Increases Melee Physical Damage by 15%.
_______________________
Type: Two-Handed Sword
Attack: 300
Weight: 400
Weapon Level: 4
_______________________
Requirement:
Base Level 180
Rune Knight
Equipment Reform
Available through the reform system Consecrate_Weapon_1
Available through the reform system Consecrate_Weapon_2
- Fides Two-Handed Sword Blueprint × 30
- Holy Oil of Purification × 200
- Holy Water of Purification × 200
- Sabbatical Handkerchief × 200
- Amethyst Fragment × 400
Available through the reform system Adulter_Weapon_Up_Box
- Amethyst Fragment × 400
Available through the reform system R_Ep17_Box
- Imperfect Rune × 10
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"RK_WINDCUTTER",10; bonus bBaseAtk,18*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RK_WINDCUTTER",20; if (.@r>=9) { bonus bDelayrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"RK_WINDCUTTER",25; if (.@r>=12) { bonus bShortAtkRate,15; } } } }
.@r = getrefine();
bonus2 bSkillAtk,"RK_WINDCUTTER",10;
bonus bBaseAtk,18*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"RK_WINDCUTTER",20;
if (.@r>=9) {
bonus bDelayrate,-10;
if (.@r>=11) {
bonus2 bSkillAtk,"RK_WINDCUTTER",25;
if (.@r>=12) {
bonus bShortAtkRate,15;
}
}
}
}