ID #600024
Weapon
Dragonic Slayer-LT [2]
Buy Price: N/A
Sell Price: N/A
An improved version of the great sword said to have been used by a certain Dragon Slayer in the past.
Resonates with Hero's Boots-LT.
_______________________
MaxHP +5%
_______________________
Base Level at least 210:
MaxHP/MaxSP +5%.
_______________________
For each 2 Refine Levels:
MaxHP/MaxSP +5%
_______________________
For each 3 Refine Levels:
Increases damage of Dragon Breath and Dragon Breath - Water by 7%.
_______________________
Refine Level +7:
Decreases After Skill Delay by 10%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 15%.
Decreases damage taken from enemies of every size by 15%.
_______________________
Refine Level +11:
Decreases After Skill Delay by additional 7%.
MaxSP +5%
_______________________
When equipped with Hero's Boots-LT:
MaxHP +10%, MaxSP +5%.
_______________________
[Bonus by Grade]
[Grade D]: MaxHP/MaxSP +3%
[Grade C]: Ranged Physical Damage +15%. RES +30, MRES +30
[Grade B]: Damage taken from enemies of every element -15%.
_______________________
Type: Two-Handed Sword
Attack: 200
Weight: 200
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Rune Knight classes
Resonates with Hero's Boots-LT.
_______________________
MaxHP +5%
_______________________
Base Level at least 210:
MaxHP/MaxSP +5%.
_______________________
For each 2 Refine Levels:
MaxHP/MaxSP +5%
_______________________
For each 3 Refine Levels:
Increases damage of Dragon Breath and Dragon Breath - Water by 7%.
_______________________
Refine Level +7:
Decreases After Skill Delay by 10%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 15%.
Decreases damage taken from enemies of every size by 15%.
_______________________
Refine Level +11:
Decreases After Skill Delay by additional 7%.
MaxSP +5%
_______________________
When equipped with Hero's Boots-LT:
MaxHP +10%, MaxSP +5%.
_______________________
[Bonus by Grade]
[Grade D]: MaxHP/MaxSP +3%
[Grade C]: Ranged Physical Damage +15%. RES +30, MRES +30
[Grade B]: Damage taken from enemies of every element -15%.
_______________________
Type: Two-Handed Sword
Attack: 200
Weight: 200
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Rune Knight classes
Equipment Reform
Available through the reform system Hero_Weapon_Hammer_5
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Basic Information
Type
Weapon
Weight
2000
Range
1
Acquisition method
Equipment reform
Job Requirements
Knight
Yes
Requirements
Weapon Level
5
Min Level
190
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHPrate,5; if (BaseLevel>=210) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } if (.@r>=7) { bonus bDelayrate,-10; bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSubSize,Size_All,15; bonus bLongAtkRate,15; if (.@r>=11) { bonus bDelayrate,-7; bonus bMaxSPrate,5; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bMRes,30; bonus bRes,30; if (.@g >= ENCHANTGRADE_B) { bonus2 bSubEle,Ele_All,15; } } } bonus bMaxHPrate,5*(.@r/2); bonus bMaxSPrate,5*(.@r/2); bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",7*(.@r/3); bonus2 bSkillAtk,"RK_DRAGONBREATH",7*(.@r/3);
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHPrate,5;
if (BaseLevel>=210) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
}
if (.@r>=7) {
bonus bDelayrate,-10;
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bSubSize,Size_All,15;
bonus bLongAtkRate,15;
if (.@r>=11) {
bonus bDelayrate,-7;
bonus bMaxSPrate,5;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
if (.@g >= ENCHANTGRADE_C) {
bonus bLongAtkRate,15;
bonus bMRes,30;
bonus bRes,30;
if (.@g >= ENCHANTGRADE_B) {
bonus2 bSubEle,Ele_All,15;
}
}
}
bonus bMaxHPrate,5*(.@r/2);
bonus bMaxSPrate,5*(.@r/2);
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",7*(.@r/3);
bonus2 bSkillAtk,"RK_DRAGONBREATH",7*(.@r/3);