Viewing Item

#640028: Blue Crystal Staff-LT

Item ID 640028 For Sale No
Identifier Blue_Crystal_Staff_LT Credit Price Not For Sale
Name Blue Crystal Staff-LT Type Weapon - Two-Handed Staff
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 100 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Wizard
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus bMatkRate,5;

5 bonus bMatk,235;

6 if (BaseLevel>=210) {

7 bonus bSmatk,1;

8 bonus bSpl,2;

9 }

10 if (.@r>=7) {

11 bonus2 bMagicAtkEle,Ele_Ghost,15;

12 bonus2 bMagicAtkEle,Ele_Water,15;

13 bonus2 bMagicAtkEle,Ele_Wind,15;

14 bonus bVariableCastrate,-10;

15 if (.@r>=9) {

16 bonus bDelayrate,-5;

17 bonus2 bSkillCooldown,"WL_JACKFROST",-1000;

18 bonus2 bSkillAtk,"WL_SOULEXPANSION",30;

19 bonus2 bSkillAtk,"WL_JACKFROST",30;

20 if (.@r>=11) {

21 bonus2 bMagicAddSize,Size_All,15;

22 bonus2 bSkillAtk,"WL_CHAINLIGHTNING",30;

23 }

24 }

25 }

26 if (.@g >= ENCHANTGRADE_D) {

27 bonus bMatkRate,3;

28 if (.@g >= ENCHANTGRADE_C) {

29 bonus2 bMagicAtkEle,Ele_Ghost,15;

30 bonus2 bMagicAtkEle,Ele_Water,15;

31 bonus2 bMagicAtkEle,Ele_Wind,15;

32 bonus bSmatk,1;

33 if (.@g >= ENCHANTGRADE_B) {

34 bonus bSmatk,2;

35 bonus bSpl,3;

36 }

37 }

38 }

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

40 bonus2 bSkillAtk,"WL_JACKFROST",12*(.@r/3);

Equip Script None
Unequip Script None