Patent Slate Sword [2]
He recovered the power of the slate and began to show its natural ability.
It resonates with Great Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases damage of Cart Tornado by 10%.
Increases damage of Hell's Plant by 5%.
_______________________
Refine Level +7:
Increases damage of Cart Tornado damage by additional 20%
Increases damage of Hell's Plant damage by additional 10%.
_______________________
Refine Level +9:
Decreases After Skill Delay by 10%.
_______________________
Refine Level +11:
Decreases After Skill Delay by additional 5%.
MaxHP +10%
_______________________
When equipped with Great Hero's Boots:
VIT +10
Increases Melee Physical Damage by 5%.
_______________________
Type: Sword
Attack: 205
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Genetic
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_3
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus2 bSkillAtk,"GN_CART_TORNADO",.@r/3*10; bonus2 bSkillAtk,"GN_HELLS_PLANT",.@r/3*5; if (.@r>=7) { bonus2 bSkillAtk,"GN_CART_TORNADO",20; bonus2 bSkillAtk,"GN_HELLS_PLANT",10; } if (.@r>=9) { bonus bDelayrate,-10; } if (.@r>=11) { bonus bDelayrate,-5; bonus bMaxHPrate,10; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"GN_CART_TORNADO",.@r/3*10;
bonus2 bSkillAtk,"GN_HELLS_PLANT",.@r/3*5;
if (.@r>=7) {
bonus2 bSkillAtk,"GN_CART_TORNADO",20;
bonus2 bSkillAtk,"GN_HELLS_PLANT",10;
}
if (.@r>=9) {
bonus bDelayrate,-10;
}
if (.@r>=11) {
bonus bDelayrate,-5;
bonus bMaxHPrate,10;
}