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 #19263 Armor

General's Helm [1]

Buy Price: N/A Sell Price: N/A
A helmet said to be used by a brave general.
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
ATK +5%
ASPD +1
_______________________
Refine Level +11:
Increases Critical Damage by 15%.
_______________________
For each Refine Level above +10:
Decreases Fixed Casting Time by 0.1 second (up to +15).
_______________________
When equipped with Gungnir or Gungnir[2]:
For each 2 Refine Level of Gungnir:
Increases damage of Banishing Point by 7%.
_______________________
When equipped with Zweihander or Zweihander[2]
For each 2 Refine Level of Zweihander:
ATK +20
_______________________
When equipped with Quadrille or Quadrille[2]:
For each 2 Refine Level of Quadrille:
Increases damage of Tiger Cannon by 7%.
_______________________
Type: Headgear
Defense: 12
Position: Upper
Weight: 80
Armor Level: 1
_______________________
Requirement: None

Equipment Slots

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

Basic Information

Armor
800
12

Requirements

1

Scripts

.@r = getrefine(); bonus bBaseAtk,(.@r/2)*15; if (.@r>6) { bonus bAspdRate,10; } if (.@r>8) { bonus bAspd,1; bonus bAtkRate,5; } if (.@r>10) { bonus bCritAtkRate,15; } .@val = max(min(.@r-15,5),0); bonus bFixedCast,-.@val*100;
.@r = getrefine();
bonus bBaseAtk,(.@r/2)*15;
if (.@r>6) {
   bonus bAspdRate,10;
}
if (.@r>8) {
   bonus bAspd,1;
   bonus bAtkRate,5;
}
if (.@r>10) {
   bonus bCritAtkRate,15;
}
.@val = max(min(.@r-15,5),0);
bonus bFixedCast,-.@val*100;
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.