Viewing Item

#400106: Issgard Magician Crown

Item ID 400106 For Sale No
Identifier Glacier_Helm_2 Credit Price Not For Sale
Name Issgard Magician Crown 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 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 bonus2 bMagicAtkEle,Ele_All,10;

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

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

6 if (.@r>=7) {

7 bonus bDelayrate,-8;

8 if (.@r>=9) {

9 bonus2 bMagicAtkEle,Ele_All,10;

10 bonus bSMatk,10;

11 }

12 }

13 if (.@g>=ENCHANTGRADE_D) {

14 bonus bSMatk,5;

15 if (.@g>=ENCHANTGRADE_C) {

16 bonus bMdef,30;

17 bonus bDef,150;

18 if (.@g>=ENCHANTGRADE_B) {

19 bonus bSpl,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