Viewing Item

#450298: Vulcanus Armor-LT

Item ID 450298 For Sale No
Identifier Vulcan_Armor_TW_LT Credit Price Not For Sale
Name Vulcanus Armor-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,150+(15*(.@r/2));

4 bonus2 bSkillAtk,"NC_ARMSCANNON",20*(.@r/3);

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

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

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

8 if (.@r>=9) {

9 bonus bLongAtkRate,10;

10 bonus bShortAtkRate,10;

11 }

12 if (.@r>=11)

13 bonus2 bAddRace,RC_All,15;

14 if (.@r>=13)

15 bonus bDelayrate,-15;

16 if (.@g>=ENCHANTGRADE_D) {

17 bonus bBaseAtk,8*(.@r/2);

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

19 }

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus2 bSkillAtk,"MT_AXE_STOMP",5*(.@r/3);

22 bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",5*(.@r/3);

23 }

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bPAtk,.@r/2;

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

27 }

28 if (.@g>=ENCHANTGRADE_A) {

29 bonus2 bSkillAtk,"MT_AXE_STOMP",8*(.@r/3);

30 bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",8*(.@r/3);

31 if (.@r>=13) {

32 bonus bLongAtkRate,25;

33 bonus bShortAtkRate,25;

34 }

35 }

Equip Script None
Unequip Script None