Viewing Item

#400724: Yorscalp Crown of Judgment

Item ID 400724 For Sale No
Identifier Yorscalp_M_Circlet Credit Price Not For Sale
Name Yorscalp Crown of Judgment Type Armor
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 50
Slots 1 Refineable Yes
Attack 0 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
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 bMaxHP,300*(.@r/2);

4 bonus bMaxSP,50*(.@r/2);

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

6 bonus bMatkRate,5*(.@r/4);

7 if (.@r>=7) {

8 bonus2 bMagicAtkEle,Ele_All,10;

9 if (.@r>=9) {

10 bonus bSMatk,8;

11 if (.@r>=10) {

12 bonus bAspdRate,10;

13 if (.@r>=11) {

14 bonus bFixedCast,-500;

15 bonus bVariableCastrate,-10;

16 }

17 }

18 }

19 }

20 if (.@g>=ENCHANTGRADE_D) {

21 bonus bSMatk,7;

22 if (.@g>=ENCHANTGRADE_C) {

23 bonus2 bIgnoreMResRaceRate,RC_All,5;

24 bonus2 bIgnoreMResRaceRate,RC_Player_Human,-5;

25 bonus2 bIgnoreMResRaceRate,RC_Player_Doram,-5;

26 if (.@g>=ENCHANTGRADE_B) {

27 bonus2 bMagicAddRace,RC_All,15;

28 bonus2 bMagicAddRace,RC_Player_Human,-15;

29 bonus2 bMagicAddRace,RC_Player_Doram,-15;

30 if (.@g>=ENCHANTGRADE_A) {

31 bonus2 bIgnoreMResRaceRate,RC_All,5;

32 bonus2 bIgnoreMResRaceRate,RC_Player_Human,-5;

33 bonus2 bIgnoreMResRaceRate,RC_Player_Doram,-5;

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None