Viewing Item

#530019: Aquatic Spear-LT

Item ID 530019 For Sale No
Identifier Undine_Spear_K_LT Credit Price Not For Sale
Name Aquatic Spear-LT Type Weapon - One-Handed Spear
NPC Buy 0 Weight 140
NPC Sell 0 Weapon Level 5
Range 3 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 Crusader
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 bonus bAspdRate,10;

10 bonus2 bSkillAtk,"LG_BANISHINGPOINT",15;

11 bonus2 bSkillAtk,"LG_CANNONSPEAR",15;

12 if (.@r>=9) {

13 bonus2 bSkillAtk,"LG_BANISHINGPOINT",35;

14 bonus2 bSkillAtk,"LG_CANNONSPEAR",35;

15 if (.@r>=11) {

16 bonus2 bAddSize,Size_All,15;

17 bonus bPerfectHitAddRate,15;

18 }

19 }

20 }

21 if (.@g >= ENCHANTGRADE_D) {

22 bonus bAtkRate,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus2 bAddEle,Ele_All,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 bLongAtkRate,4*(.@r/3);

Equip Script None
Unequip Script None