Patent Fatalist [2]
The experience and knowledge of old travelers began to show their natural abilities.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +7:
Increases damage of Fatal Menace by 25%.
_______________________
Refine Level +9:
Decreases SP Consumption of Fatal Menace by 15%.
Decreases After Skill Delay by 7%.
_______________________
Refine Level +11:
Increases Melee Physical Damage by 10%.
Decreases After Skill Delay by additional 7%.
_______________________
When equipped with Great Hero's Boots:
STR +10, ATK +7%.
_______________________
Type: Dagger
Attack: 205
Weight: 110
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Shadow Chaser
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_1
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus bAspdRate,(.@r*2/3); if (.@r>=7) { bonus2 bSkillAtk,"SC_FATALMENACE",25; } if (.@r>=9) { bonus2 bSkillUseSPrate,"SC_FATALMENACE",15; bonus bDelayrate,-7; } if (.@r>=11) { bonus bShortAtkRate,10; bonus bDelayrate,-7; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus bAspdRate,(.@r*2/3);
if (.@r>=7) {
bonus2 bSkillAtk,"SC_FATALMENACE",25;
}
if (.@r>=9) {
bonus2 bSkillUseSPrate,"SC_FATALMENACE",15;
bonus bDelayrate,-7;
}
if (.@r>=11) {
bonus bShortAtkRate,10;
bonus bDelayrate,-7;
}