Viewing Item

#600023: Oriental Sword-LT

Item ID 600023 For Sale No
Identifier Oriental_Sword_LT Credit Price Not For Sale
Name Oriental Sword-LT Type Weapon - Two-Handed Sword
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 240 Min Equip Level 190
MATK 0 Max Equip Level None
Description An improved version of an ancient treasured sword that is said to cut even evil spirits from the East.
Resonates with Hero's Boots-LT.
_______________________
Indestructible in battle
_______________________
ATK +5%
_______________________
Base Level at least 210:
POW +2, P.ATK +1.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Critical Damage by 5%.
_______________________
Refine Level +7:
Increases damage of Sonic Wave and Storm Blast by 20%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Melee physical attacks have high chance to auto cast Level 2 Sonic Wave.
(If you learned a higher Level, it will auto cast that Level instead.)
Increases damage of Sonic Wave and Storm Blast by additional 20%.
_______________________
Refine Level +11:
Critical +25
Increases Melee and Ranged Physical Damage by 15%.
_______________________
When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.
_______________________
[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: Melee and Ranged Physical Damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
_______________________
Type: Two-Handed Sword
Attack: 240
Weight: 200
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Rune Knight classes
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Knight
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bUnbreakableWeapon;

9 bonus

10 bAtkRate,5;

11 if

12 (BaseLevel

13 =210)

14 {

15 bonus

16 bPAtk,1;

17 bonus

18 bPow,2;

19 }

20 if

21 (.@r

22 =7)

23 {

24 bonus

25 bAspdRate,10;

26 bonus2

27 bSkillAtk,"RK_STORMBLAST",20;

28 bonus2

29 bSkillAtk,"RK_SONICWAVE",20;

30 if

31 (.@r

32 =9)

33 {

34 bonus2

35 bSkillAtk,"RK_STORMBLAST",20;

36 bonus2

37 bSkillAtk,"RK_SONICWAVE",20;

38 if

39 (.@r

40 =11)

41 {

42 bonus

43 bLongAtkRate,15;

44 bonus

45 bShortAtkRate,15;

46 bonus

47 bCritical,25;

48 }

49 }

50 }

51 if

52 (.@g

53 =

54 ENCHANTGRADE_D)

55 {

56 bonus

57 bAtkRate,3;

58 if

59 (.@g

60 =

61 ENCHANTGRADE_C)

62 {

63 bonus

64 bLongAtkRate,15;

65 bonus

66 bShortAtkRate,15;

67 bonus

68 bPAtk,1;

69 if

70 (.@g

71 =

72 ENCHANTGRADE_B)

73 {

74 bonus

75 bPAtk,2;

76 bonus

77 bPow,3;

78 }

79 }

80 }

81 bonus

82 bBaseAtk,15*(.@r/2);

83 bonus

84 bCritAtkRate,5*(.@r/3);

Equip Script None
Unequip Script None