Viewing Item

#510139: Dimensions Abyss Knife

Item ID 510139 For Sale No
Identifier Dimen_ABC_Knife Credit Price Not For Sale
Name Dimensions Abyss Knife Type Weapon - Dagger
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 240 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Rogue
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,3+(.@r/2);

4 bonus2 bSkillAtk,"ABC_DEFT_STAB",15+5*(.@r/3);

5 bonus bBaseAtk,25*(.@r/2);

6 if (.@r>=7) {

7 bonus bShortAtkRate,25;

8 if (.@r>=9) {

9 bonus bDelayrate,-10;

10 bonus bPAtk,7;

11 if (.@r>=11) {

12 bonus2 bSkillAtk,"ABC_DEFT_STAB",15;

13 }

14 }

15 }

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bPAtk,5;

18 if (.@g>=ENCHANTGRADE_C) {

19 bonus2 bSkillAtk,"ABC_DEFT_STAB",15;

20 if (.@g>=ENCHANTGRADE_B) {

21 bonus bShortAtkRate,10;

22 if (.@g>=ENCHANTGRADE_A) {

23 bonus bPAtk,3*(.@r/2);

24 }

25 }

26 }

27 }

Equip Script None
Unequip Script None