Item ID | 400723 | For Sale | No | |
---|---|---|---|---|
Identifier | Yorscalp_P_Circlet | Credit Price | Not For Sale | |
Name | Yorscalp Crown of Execution | 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 bAddSize,Size_All,5*(.@r/3); 6 bonus bAtkRate,5*(.@r/4); 7 if (.@r>=7) { 8 bonus bLongAtkRate,10; 9 bonus bShortAtkRate,10; 10 if (.@r>=9) { 11 bonus bPAtk,8; 12 if (.@r>=10) { 13 bonus bAspdRate,10; 14 if (.@r>=11) { 15 bonus bFixedCast,-500; 16 bonus bCritical,10; 17 } 18 } 19 } 20 } 21 if (.@g>=ENCHANTGRADE_D) { 22 bonus bPAtk,7; 23 if (.@g>=ENCHANTGRADE_C) { 24 bonus2 bIgnoreResRaceRate,RC_All,5; 25 bonus2 bIgnoreResRaceRate,RC_Player_Human,-5; 26 bonus2 bIgnoreResRaceRate,RC_Player_Doram,-5; 27 if (.@g>=ENCHANTGRADE_B) { 28 bonus2 bAddRace,RC_All,15; 29 bonus2 bAddRace,RC_Player_Human,-15; 30 bonus2 bAddRace,RC_Player_Doram,-15; 31 if (.@g>=ENCHANTGRADE_A) { 32 bonus2 bIgnoreResRaceRate,RC_All,5; 33 bonus2 bIgnoreResRaceRate,RC_Player_Human,-5; 34 bonus2 bIgnoreResRaceRate,RC_Player_Doram,-5; 35 } 36 } 37 } 38 } |
|||
Equip Script | None | |||
Unequip Script | None |