Viewing Item

#450200: Varmundt Fire Rune Armor

Item ID 450200 For Sale No
Identifier Barmund_Flame_Armor Credit Price Not For Sale
Name Varmundt Fire Rune Armor Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 45
Slots 1 Refineable Yes
Attack 0 Min Equip Level 210
MATK 0 Max Equip Level None
Equip Locations Armor
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bPow,(readparam(bStr)/25);

4 if (.@r>=7) {

5 bonus bAtkRate,5;

6 if (.@r>=9) {

7 bonus bCritAtkRate,10;

8 if (.@r>=11) {

9 bonus bShortAtkRate,10;

10 }

11 }

12 }

13 if (.@g >= ENCHANTGRADE_D) {

14 bonus bAtkRate,3;

15 if (.@g >= ENCHANTGRADE_C) {

16 bonus bAtkRate,3;

17 bonus bPow,3;

18 if (.@g >= ENCHANTGRADE_B) {

19 bonus bShortAtkRate,10;

20 if (.@g >= ENCHANTGRADE_A) {

21 bonus bDelayrate,-10;

22 }

23 }

24 }

25 }

Equip Script None
Unequip Script None