Viewing Item

#450387: Neptune Uniform-LT

Item ID 450387 For Sale No
Identifier Neptune_Uniform_LT Credit Price Not For Sale
Name Neptune Uniform-LT Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 30
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bBaseAtk,120+(10*(.@r/2));

4 bonus bMatk,120+(10*(.@r/2));

5 bonus2 bSkillAtk,"SJ_SOLARBURST",20*(.@r/3);

6 bonus2 bSkillAtk,"SJ_FULLMOONKICK",20*(.@r/3);

7 bonus2 bSkillAtk,"SL_SWOO",20*(.@r/3);

8 bonus2 bSkillAtk,"SP_CURSEEXPLOSION",20*(.@r/3);

9 if (.@r>=9) {

10 bonus bAtkRate,12;

11 bonus bMatkRate,12;

12 if (.@r>=11) {

13 bonus2 bAddRace,RC_All,15;

14 bonus2 bMagicAddRace,RC_All,15;

15 if (.@r>=13) {

16 bonus bDelayrate,-15;

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bNoCastCancel;

22 bonus bMaxHPrate,.@r/2;

23 bonus bMaxSPrate,.@r/2;

24 bonus bAtkRate,.@r/2;

25 bonus bMatkRate,.@r/2;

26 bonus2 bAddSize,Size_All,4*(.@r/3);

27 bonus2 bMagicAddSize,Size_All,4*(.@r/3);

28 }

29 if (.@g>=ENCHANTGRADE_C) {

30 bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5*(.@r/3);

31 bonus2 bSkillAtk,"SKE_STAR_BURST",5*(.@r/3);

32 bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",5*(.@r/3);

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

34 }

35 if (.@g>=ENCHANTGRADE_B) {

36 bonus bPAtk,.@r/2;

37 bonus bSMatk,.@r/2;

38 bonus2 bAddSize,Size_All,5*(.@r/3);

39 bonus2 bMagicAddSize,Size_All,5*(.@r/3);

40 }

41 if (.@g>=ENCHANTGRADE_A) {

42 bonus2 bSkillAtk,"SKE_MIDNIGHT_KICK",5*(.@r/3);

43 bonus2 bSkillAtk,"SKE_STAR_BURST",5*(.@r/3);

44 bonus2 bSkillAtk,"SOA_TALISMAN_OF_WHITE_TIGER",5*(.@r/3);

45 bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",5*(.@r/3);

46 if (.@r>=13) {

47 bonus bShortAtkRate,25;

48 bonus2 bMagicAtkEle,Ele_All,25;

49 }

50 }

Equip Script None
Unequip Script None