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 195 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 if (BaseLevel>=210) {

5 bonus bSMatk,1;

6 bonus bSpl,2;

7 }

8 if (.@r>=7) {

9 bonus bVariableCastrate,-10;

10 if (.@r>=9) {

11 bonus2 bMagicAtkEle,Ele_Holy,15;

12 bonus2 bMagicAtkEle,Ele_Neutral,15;

13 if (.@r>=11) {

14 bonus2 bMagicAddSize,Size_All,15;

15 bonus2 bSkillAtk,"LG_RAYOFGENESIS",30;

16 bonus2 bSkillAtk,"PA_PRESSURE",30;

17 }

18 }

19 }

20 if (.@g >= ENCHANTGRADE_D) {

21 bonus bMatkRate,3;

22 if (.@g >= ENCHANTGRADE_C) {

23 bonus2 bMagicAtkEle,Ele_Holy,15;

24 bonus2 bMagicAtkEle,Ele_Neutral,15;

25 bonus bSMatk,1;

26 if (.@g >= ENCHANTGRADE_B) {

27 bonus bSMatk,2;

28 bonus bSpl,3;

29 }

30 }

31 }

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

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

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

Equip Script None
Unequip Script None