0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #400724 Armor

Yorscalp Crown of Judgment [1]

Buy Price: N/A Sell Price: N/A
A circlet of a judge who worships the snake god Jormungand.
_______________________
For each 2 Refine Levels:
MaxHP +300, MaxSP +50.
_______________________
For each 3 Refine Levels:
Increases Magical Damage against enemies of every size by 5%.
_______________________
For each 4 Refine Levels:
MATK +5%
_______________________
Refine Level +7:
Increases Magical Damage with every element by 10%.
_______________________
Refine Level +9:
S.MATK +8
_______________________
Refine Level +10:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Decreases Variable Casting Time by 10%.
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
When equipped with Yorscalp Robe:
MaxHP +10%
_______________________
When equipped with Yorscalp Muffler:
Decreases After Skill Delay by 10%.
_______________________
When equipped with Yorscalp Shoes:
Increases Magical Damage with every element by additional 10%.
_______________________
When equipped with Yorscalp Earring:
S.MATK +10
_______________________
When equipped with Yorscalp Necklace:
MATK +10%
_______________________
[Bonus by Grade]
[Grade D]: S.MATK +7.
[Grade C]: Ignores 5% magical resistance of monsters of every race, except Players.
[Grade B]: Magical Damage against monsters of every race, except Players, +15%.
[Grade A]: Ignores additional 5% magical resistance of monsters of every race, except Players.
_______________________
Type: Headgear
Defense: 50
Weight: 0
Armor Level: 2
_______________________
Requirement:
Base Level 250

Equipment Reform

Available through the reform system Yorscalp_Refin_Hammer

Equipment Slots

Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2

Basic Information

Armor
50
Equipment reform

Requirements

2
250

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,300*(.@r/2); bonus bMaxSP,50*(.@r/2); bonus2 bMagicAddSize,Size_All,5*(.@r/3); bonus bMatkRate,5*(.@r/4); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=9) { bonus bSMatk,8; if (.@r>=10) { bonus bAspdRate,10; if (.@r>=11) { bonus bFixedCast,-500; bonus bVariableCastrate,-10; } } } } if (.@g>=ENCHANTGRADE_D) { bonus bSMatk,7; if (.@g>=ENCHANTGRADE_C) { bonus2 bIgnoreMResRaceRate,RC_All,5; bonus2 bIgnoreMResRaceRate,RC_Player_Human,-5; bonus2 bIgnoreMResRaceRate,RC_Player_Doram,-5; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; if (.@g>=ENCHANTGRADE_A) { bonus2 bIgnoreMResRaceRate,RC_All,5; bonus2 bIgnoreMResRaceRate,RC_Player_Human,-5; bonus2 bIgnoreMResRaceRate,RC_Player_Doram,-5; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bMaxHP,300*(.@r/2);
bonus bMaxSP,50*(.@r/2);
bonus2 bMagicAddSize,Size_All,5*(.@r/3);
bonus bMatkRate,5*(.@r/4);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_All,10;
   if (.@r>=9) {
      bonus bSMatk,8;
      if (.@r>=10) {
         bonus bAspdRate,10;
         if (.@r>=11) {
            bonus bFixedCast,-500;
            bonus bVariableCastrate,-10;
         }
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bSMatk,7;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bIgnoreMResRaceRate,RC_All,5;
      bonus2 bIgnoreMResRaceRate,RC_Player_Human,-5;
      bonus2 bIgnoreMResRaceRate,RC_Player_Doram,-5;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bMagicAddRace,RC_All,15;
         bonus2 bMagicAddRace,RC_Player_Human,-15;
         bonus2 bMagicAddRace,RC_Player_Doram,-15;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bIgnoreMResRaceRate,RC_All,5;
            bonus2 bIgnoreMResRaceRate,RC_Player_Human,-5;
            bonus2 bIgnoreMResRaceRate,RC_Player_Doram,-5;
         }
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.