Viewing Item

#510072: Blessed Knife-LT

Item ID 510072 For Sale No
Identifier Blessed_Knife_LT Credit Price Not For Sale
Name Blessed Knife-LT Type Weapon - Dagger
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 220 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Novice / Super novice
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,5;

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

5 bonus2 bSkillAtk,"RG_BACKSTAP",25*(.@r/3);

6 if (BaseLevel>=210) {

7 bonus bPAtk,1;

8 bonus bPow,2;

9 }

10 if (.@r>=7) {

11 skill "SC_FATALMENACE",10;

12 bonus2 bAddEle,Ele_All,15;

13 if (.@r>=9) {

14 bonus bAspdRate,10;

15 bonus2 bSkillAtk,"SC_FATALMENACE",15;

16 if (.@r>=11) {

17 bonus bShortAtkRate,20;

18 bonus bDelayrate,-10;

19 }

20 }

21 }

22 if (.@g>=ENCHANTGRADE_D) {

23 bonus bAtkRate,3;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus bShortAtkRate,15;

26 bonus bPAtk,1;

27 if (.@g>=ENCHANTGRADE_B) {

28 bonus bPAtk,2;

29 bonus bPow,3;

30 }

31 }

32 }

Equip Script None
Unequip Script None