Patent Dragonic Slayer [2]
He regained the glory of the past and began to show his abilities.
It seems to resonate with the Great Hero's Boots.
_______________________
For each 2 Refine Levels:
MaxHP/MaxSP +5%
_______________________
For each 3 Refine Levels:
Increases damage of Dragon Breath and Dragon Breath - Water by 5%.
_______________________
Refine Level +7:
Decreases After Skill Delay and Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +11:
Decreases After Skill Delay by 7%.
MaxSP +5%
_______________________
When equipped with Great Hero's Boots:
VIT +10
Increases Ranged Physical Damage by 5%.
_______________________
Type: Two-Handed Sword
Attack: 200
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Rune Knight
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_5
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,.@r/2*5; bonus bMaxSPrate,.@r/2*5; bonus2 bSkillAtk,"RK_DRAGONBREATH",.@r/3*5; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",.@r/3*5; if (.@r>=7) { bonus bDelayrate,-10; bonus bVariableCastrate,-10; } if (.@r>=9) { bonus bLongAtkRate,10; } if (.@r>=11) { bonus bDelayrate,-7; bonus bMaxSPrate,5; }
.@r = getrefine();
bonus bMaxHPrate,.@r/2*5;
bonus bMaxSPrate,.@r/2*5;
bonus2 bSkillAtk,"RK_DRAGONBREATH",.@r/3*5;
bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",.@r/3*5;
if (.@r>=7) {
bonus bDelayrate,-10;
bonus bVariableCastrate,-10;
}
if (.@r>=9) {
bonus bLongAtkRate,10;
}
if (.@r>=11) {
bonus bDelayrate,-7;
bonus bMaxSPrate,5;
}