Viewing Item

#500038: Light Blade-LT

Item ID 500038 For Sale No
Identifier Light_Blade_LT Credit Price Not For Sale
Name Light Blade-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 130 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMatkRate,5;

4 bonus bMatk,195;

5 if (BaseLevel>=210) {

6 bonus bSmatk,1;

7 bonus bSpl,2;

8 }

9 if (.@r>=7) {

10 bonus bVariableCastrate,-10;

11 if (.@r>=9) {

12 bonus2 bMagicAtkEle,Ele_Holy,15;

13 bonus2 bMagicAtkEle,Ele_Neutral,15;

14 if (.@r>=11) {

15 bonus2 bMagicAddSize,Size_All,15;

16 bonus2 bSkillAtk,"LG_RAYOFGENESIS",30;

17 bonus2 bSkillAtk,"PA_PRESSURE",30;

18 }

19 }

20 }

21 if (.@g >= ENCHANTGRADE_D) {

22 bonus bMatkRate,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus2 bMagicAtkEle,Ele_Holy,15;

25 bonus2 bMagicAtkEle,Ele_Neutral,15;

26 bonus bSmatk,1;

27 if (.@g >= ENCHANTGRADE_B) {

28 bonus bSmatk,2;

29 bonus bSpl,3;

30 }

31 }

32 }

33 bonus bMatk,15*(.@r/2);

34 bonus2 bSkillAtk,"LG_RAYOFGENESIS",5*(.@r/3);

35 bonus2 bSkillAtk,"PA_PRESSURE",5*(.@r/3);

Equip Script None
Unequip Script None