Viewing Item

#400551: Potential to Inspire Adventure Cap-LT

Item ID 400551 For Sale No
Identifier 2023Seppay_06 Credit Price Not For Sale
Name Potential to Inspire Adventure Cap-LT Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 130
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs Novice / Super novice
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@g = getenchantgrade();

3 bonus bBaseAtk,20*(.@r/2);

4 bonus bMatk,20*(.@r/2);

5 bonus bMaxHP,2000*(.@r/2);

6 bonus2 bAddClass,Class_Normal,7*(.@r/3);

7 bonus2 bMagicAddClass,Class_Normal,7*(.@r/3);

8 bonus2 bIgnoreDefClassRate,Class_Normal,5*(.@r/3);

9 bonus2 bIgnoreMdefClassRate,Class_Normal,5*(.@r/3);

10 if (.@r>=7) {

11 bonus bAtkRate,10;

12 bonus bMatkRate,10;

13 bonus bAspdRate,10;

14 if (.@r>=9) {

15 bonus2 bAddSize,Size_All,10;

16 bonus2 bMagicAddSize,Size_All,10;

17 if (.@r>=11) {

18 bonus bShortAtkRate,15;

19 bonus bLongAtkRate,15;

20 bonus2 bMagicAtkEle,Ele_All,15;

21 bonus2 bSkillCooldown,"WZ_VERMILION",-4000;

22 bonus2 bSkillCooldown,"WZ_STORMGUST",-5000;

23 bonus3 bAutoSpell,"RK_STORMBLAST",1,20;

24 if (.@r>=12) {

25 skill "WL_RECOGNIZEDSPELL",3;

26 skill "BS_MAXIMIZE",5;

27 bonus bDelayrate,-20;

28 }

29 }

30 }

31 }

32 if (.@g>=ENCHANTGRADE_D) {

33 bonus2 bAddClass,Class_Normal,4*(.@r/3);

34 bonus2 bMagicAddClass,Class_Normal,4*(.@r/3);

35 if (.@g>=ENCHANTGRADE_C) {

36 skill "RK_IGNITIONBREAK",5;

37 skill "WL_CRIMSONROCK",5;

38 bonus2 bSkillAtk,"RK_IGNITIONBREAK",15*(.@r/2);

39 bonus2 bSkillAtk,"WL_CRIMSONROCK",15*(.@r/2);

40 if (.@g>=ENCHANTGRADE_B) {

41 bonus bPAtk,7;

42 bonus bSMatk,7;

43 if (.@g>=ENCHANTGRADE_A) {

44 bonus2 bAddRace,RC_All,10;

45 bonus2 bMagicAddRace,RC_All,10;

46 bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1000;

47 bonus2 bSkillCooldown,"WL_CRIMSONROCK",-3000;

48 }

49 }

50 }

51 }

Equip Script None
Unequip Script None