Viewing Item

#500040: Slate Sword-LT

Item ID 500040 For Sale No
Identifier Slate_Sword_LT Credit Price Not For Sale
Name Slate Sword-LT Type Weapon - One-Handed Sword
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 205 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Alchemist
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,5;

4 if (BaseLevel>=210) {

5 bonus bPAtk,1;

6 bonus bPow,2;

7 }

8 if (.@r>=7) {

9 bonus2 bSkillAtk,"GN_HELLS_PLANT",30;

10 bonus2 bSkillAtk,"GN_CART_TORNADO",25;

11 if (.@r>=9) {

12 bonus bDelayrate,-10;

13 bonus2 bSkillAtk,"GN_CART_TORNADO",20;

14 if (.@r>=11) {

15 bonus bDelayrate,-5;

16 bonus bMaxHPrate,10;

17 bonus2 bSkillAtk,"GN_CART_TORNADO",20;

18 }

19 }

20 }

21 if (.@g >= ENCHANTGRADE_D) {

22 bonus bAtkRate,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus bShortAtkRate,15;

25 bonus bPAtk,1;

26 if (.@g >= ENCHANTGRADE_B) {

27 bonus bPAtk,2;

28 bonus bPow,3;

29 }

30 }

31 }

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

33 bonus bShortAtkRate,4*(.@r/3);

Equip Script None
Unequip Script None