ID #600059
Weapon
Furious Slayer [2]
Buy Price: N/A
Sell Price: N/A
A Slayer imbued with the power of rage.
_______________________
Increases damage of Servant Weapon by 10%.
_______________________
Base Level at least 210:
ATK +7%, ATK +70.
_______________________
Base Level at least 220:
Increases damage of Servant Weapon by additional 5%.
_______________________
Base Level at least 230:
Increases Physical Damage against enemies of every size by 10%.
_______________________
Refine Level +7:
Increases Critical Damage by 10%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +10:
Critical +10
_______________________
Refine Level +11:
Increases damage of Servant Weapon by additional 10%.
_______________________
When equipped with Furious Boots:
Increases damage of Hack and Slasher by 15%.
Physical attacks have a 5% chance to auto-cast Level 5 Hack and Slasher.
(Must have learned Level 5 Hack and Slasher or higher for auto-casting.)
_______________________
[Bonus by Grade]
[Grade D]: Critical Damage +10%.
[Grade C]: Damage of Servant Weapon +5%.
[Grade B]: Damage of Servant Weapon +10%.
[Grade A]: ATK +4%, P.ATK +4 per 2 Refine Levels.
_______________________
Type: Two-Handed Sword
Attack: 260
Weight: 350
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Dragon Knight
_______________________
Increases damage of Servant Weapon by 10%.
_______________________
Base Level at least 210:
ATK +7%, ATK +70.
_______________________
Base Level at least 220:
Increases damage of Servant Weapon by additional 5%.
_______________________
Base Level at least 230:
Increases Physical Damage against enemies of every size by 10%.
_______________________
Refine Level +7:
Increases Critical Damage by 10%.
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +10:
Critical +10
_______________________
Refine Level +11:
Increases damage of Servant Weapon by additional 10%.
_______________________
When equipped with Furious Boots:
Increases damage of Hack and Slasher by 15%.
Physical attacks have a 5% chance to auto-cast Level 5 Hack and Slasher.
(Must have learned Level 5 Hack and Slasher or higher for auto-casting.)
_______________________
[Bonus by Grade]
[Grade D]: Critical Damage +10%.
[Grade C]: Damage of Servant Weapon +5%.
[Grade B]: Damage of Servant Weapon +10%.
[Grade A]: ATK +4%, P.ATK +4 per 2 Refine Levels.
_______________________
Type: Two-Handed Sword
Attack: 260
Weight: 350
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Dragon Knight
Equipment Reform
Available through the reform system Refine_Furious
- HD Etherdeocon × 10
- Enriched Etherdeocon × 20
Basic Information
Type
Weapon
Weight
3500
Range
1
Acquisition method
Equipment reform
Job Requirements
Knight
Yes
Requirements
Weapon Level
5
Min Level
205
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10; if (BaseLevel>=210) { bonus bAtkRate,7; bonus bBaseAtk,70; } if (BaseLevel>=220) { bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",5; } if (BaseLevel>=230) { bonus2 bAddSize,Size_All,10; } if (.@r>=7) { bonus bCritAtkRate,10; if (.@r>=9) { bonus bAspdRate,15; if (.@r>=10) { bonus bCritical,10; if (.@r>=11) { bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bCritAtkRate,15; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",5; if (.@g>=ENCHANTGRADE_B) { bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10; if (.@g>=ENCHANTGRADE_A) { bonus bPAtk,4*(.@r/2); bonus bAtkRate,4*(.@r/2); } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10;
if (BaseLevel>=210) {
bonus bAtkRate,7;
bonus bBaseAtk,70;
}
if (BaseLevel>=220) {
bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",5;
}
if (BaseLevel>=230) {
bonus2 bAddSize,Size_All,10;
}
if (.@r>=7) {
bonus bCritAtkRate,10;
if (.@r>=9) {
bonus bAspdRate,15;
if (.@r>=10) {
bonus bCritical,10;
if (.@r>=11) {
bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10;
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bCritAtkRate,15;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",5;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10;
if (.@g>=ENCHANTGRADE_A) {
bonus bPAtk,4*(.@r/2);
bonus bAtkRate,4*(.@r/2);
}
}
}
}