ID #400696
Armor
Furious Crown (Night Watch) [1]
Buy Price: N/A
Sell Price: N/A
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
_______________________
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
Equipment Reform
Available through the reform system Refine_Furious
- HD Etherium × 10
- Enriched Etherium × 20
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
300
Defense
30
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
235
Scripts
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; } } } }
.@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;
}
}
}
}