Type |
Weapon |
Subtype |
2hsword |
Attack |
200 |
Defense |
0 |
Weight |
380.0 |
Weapon Level |
2 |
Buy |
20z |
Sell |
10z |
Required Level |
50 |
Slots |
3 |
Applicable Jobs:
job_crusader,
job_knight,
job_swordman
Description:
A strong-looking sword which resembles the shape of a Claymore. Its handgrip is decorated with red colors from the High Class Knights.
When base Str is 95 or higher: ATK +20.
Class: Two-Handed Sword
Attack: 200
Weight: 380
Weapon Level: 2
Level Requirement: 50
Jobs: Transcendent Swordman
Item Script:
if (readparam(bStr)>=95) {
bonus bBaseAtk,20;
}