Viewing Item

#400110: Crown of Beelzebub

Item ID 400110 For Sale No
Identifier Fletus_Tiara_ABC Credit Price Not For Sale
Name Crown of Beelzebub Type Armor
NPC Buy 0 Weight 40
NPC Sell 0 Weapon Level 0
Range 0 Defense 45
Slots 1 Refineable Yes
Attack 0 Min Equip Level 240
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 bCritical,-15;

4 bonus bPow,5;

5 bonus bCon,5;

6 bonus bAspdRate,10;

7 bonus bBaseAtk,25*(.@r/2);

8 bonus bDef,15*(.@r/2);

9 if (.@r>=7) {

10 bonus bShortAtkRate,25;

11 bonus bLongAtkRate,25;

12 if (.@r>=9) {

13 bonus bAtkRate,10;

14 bonus bBaseAtk,40;

15 if (.@r>=11) {

16 bonus2 bAddEle,Ele_All,12;

17 bonus bPAtk,12;

18 }

19 }

20 }

21 if (.@g>=ENCHANTGRADE_D) {

22 bonus bAtkRate,5;

23 bonus bPow,5;

24 if (.@g>=ENCHANTGRADE_C) {

25 bonus2 bAddSize,Size_All,12;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus bFixedCast,-300;

28 bonus bPAtk,5;

29 if (.@g>=ENCHANTGRADE_A) {

30 bonus2 bAddRace,RC_All,3*(.@r/3);

31 bonus2 bAddRace,RC_Player_Human,-3*(.@r/3);

32 bonus2 bAddRace,RC_Player_Doram,-3*(.@r/3);

33 bonus bPAtk,2*(.@r/3);

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None