Viewing Item

#400105: Issgard Warrior Crown

Item ID 400105 For Sale No
Identifier Glacier_Helm_1 Credit Price Not For Sale
Name Issgard Warrior Crown Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 80
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bShortAtkRate,10;

4 bonus bAtkRate,3*(.@r/2);

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

6 if (.@r>=7) {

7 bonus bDelayrate,-8;

8 if (.@r>=9) {

9 bonus bShortAtkRate,10;

10 bonus bPAtk,10;

11 }

12 }

13 if (.@g>=ENCHANTGRADE_D) {

14 bonus bPAtk,5;

15 if (.@g>=ENCHANTGRADE_C) {

16 bonus bMdef,30;

17 bonus bDef,150;

18 if (.@g>=ENCHANTGRADE_B) {

19 bonus bPow,5;

20 bonus bCon,5;

21 if (.@g>=ENCHANTGRADE_A) {

22 bonus bMRes,50;

23 bonus bRes,50;

24 }

25 }

26 }

27 }

Equip Script None
Unequip Script None