Furious Crown (Night Watch)

Item ID 400696 Name Furious Crown (Night Watch)
A helmet that resonates with a furious weapon to draw out its latent power.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases damage of The Vigilante at Night and Spiral Shooting by 4%.
_______________________
Refine Level +7:
Decreases After Skill Delay by 10%.
_______________________
Refine Level +9:
Increases Critical Damage and Ranged Physical Damage by 10%.
_______________________
Refine Level +11:
ATK +5%
Decreases Fixed Casting Time by 0.3 seconds.
_______________________
When equipped with Furious Night Gatling Gun:
Increases damage of Magazine for One by 15%.
Increases Physical Damage against monsters of every race, except Players, by 10%.
_______________________
When equipped with Furious Rifle:
Increases damage of Only One Bullet by 25%.
_______________________
[Bonus by Grade]
[Grade D]: POW +5, CON +5, P.ATK +3.
[Grade C]: Critical Damage +10%, Ranged Physical Damage +10%.
[Grade B]: ATK +5%, Fixed Casting Time -0.2 seconds.
[Grade A]: P.ATK +5, Critical Damage +15%, Ranged Physical Damage +15%.
_______________________
Type: Headgear
Defense: 30
Weight: 30
Armor Level: 2
_______________________
Requirement:
Base Level 235
Night Watch
Weapon Level 0 Identifier FuriousCirclet_NW
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 30 Equippable Jobs Rebellion
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 235
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",4*(.@r/3);
bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",4*(.@r/3);
if (.@r>=7) {
   bonus bDelayrate,-10;
   if (.@r>=9) {
      bonus bLongAtkRate,10;
      bonus bCritAtkRate,10;
      if (.@r>=11) {
         bonus bFixedCast,-300;
         bonus bAtkRate,5;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,3;
   bonus bPow,5;
   bonus bCon,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bLongAtkRate,10;
      bonus bCritAtkRate,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bFixedCast,-200;
         bonus bAtkRate,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus bLongAtkRate,15;
            bonus bPAtk,5;
         }
      }
   }
}

Set Script
Furious Crown (Night Watch)
Furious Rifle
bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",25;
Furious Crown (Night Watch)
Furious Night Gatling Gun
bonus2 bAddRace,RC_All,10;
bonus2 bAddRace,RC_Player_Human,-10;
bonus2 bAddRace,RC_Player_Doram,-10;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",15;