Tae Goo Lyeon [2]
ID: 1181
Type |
Weapon |
Subtype |
2hsword |
Attack |
250 |
Defense |
0 |
Weight |
200.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
90 |
Slots |
2 |
Applicable Jobs:
job_crusader,
job_knight,
job_swordman
Description:
This is known as the sword of a brave man from the orient.
Perfect Dodge +10.
If Job Level is 70:
Randomly increases Atk by 50 for 10 seconds when dealing physical attack.
Refine Level +9:
Reduces cast time by 20%.
Reduces after cast delay by 20%.
Class: Two-Handed Sword
Attack: 250
Weight: 200
Weapon Level: 4
Level Requirement: 90
Jobs: Transcendent Swordman
Item Script:
bonus bFlee2,10;
if (JobLevel>=70)
autobonus '{ bonus bBaseAtk,50; }',10,10000,BF_WEAPON,'{ specialeffect2 EF_POTION_BERSERK; }';
if (getrefine()>8) {
bonus bCastrate,-20;
bonus bDelayRate,-20;
}