Viewing Item

#510041: Fatalist-LT

Item ID 510041 For Sale No
Identifier Fatalist_LT Credit Price Not For Sale
Name Fatalist-LT Type Weapon - Dagger
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 215 Min Equip Level 190
MATK 0 Max Equip Level None
Description An improved version of the old traveler's sword that specialized in stabbing rather than cutting.
Resonates with Hero's Boots-LT.
_______________________
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 Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +7:
Increases damage of Fatal Menace by 25%.
_______________________
Refine Level +9:
Increases damage of Fatal Menace by additional 20%.
Decreases After Skill Delay by 7%.
_______________________
Refine Level +11:
Increases Melee Physical Damage by 15%.
Decreases After Skill Delay by additional 7%.
_______________________
When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.
_______________________
[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: Melee Physical Damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
_______________________
Type: Dagger
Attack: 215
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Shadow Chaser classes
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Rogue
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 bAtkRate,5;

9 if

10 (BaseLevel

11 =210)

12 {

13 bonus

14 bPAtk,1;

15 bonus

16 bPow,2;

17 }

18 bonus

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

20 bonus

21 bAspdRate,2*(.@r/3);

22 if

23 (.@r

24 =7)

25 {

26 bonus2

27 bSkillAtk,"SC_FATALMENACE",25;

28 if

29 (.@r

30 =9)

31 {

32 bonus

33 bDelayrate,-7;

34 bonus2

35 bSkillAtk,"SC_FATALMENACE",20;

36 if

37 (.@r

38 =11)

39 {

40 bonus

41 bShortAtkRate,15;

42 bonus

43 bDelayrate,-7;

44 }

45 }

46 }

47 if

48 (.@g

49 =

50 ENCHANTGRADE_D)

51 {

52 bonus

53 bAtkRate,3;

54 if

55 (.@g

56 =

57 ENCHANTGRADE_C)

58 {

59 bonus

60 bShortAtkRate,15;

61 bonus

62 bPAtk,1;

63 if

64 (.@g

65 =

66 ENCHANTGRADE_B)

67 {

68 bonus

69 bPAtk,2;

70 bonus

71 bPow,3;

72 }

73 }

74 }

Equip Script None
Unequip Script None