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

Barrel Helm [1]

Buy Price: N/A Sell Price: N/A
A large bucket-type helmet.
Since this helmet cover all head parts, the defense of this helmet is quite high.
It's said, only skilled Paladins were allowed to wear this helmet.
_______________________
VIT +5
_______________________
HP Recovery Rate -10%.
_______________________
Refine Level +7:
DEF +100
Enables Level 1 Auto Guard.
_______________________
Refine Level +8:
Decreases damage taken from Demi-Human race by 10%.
For each Refine Level above +8, increases the trigger rate of Auto Guard.
_______________________
When equipped by Super Novice:
Enables Level 5 Auto Guard.
_______________________
Type: Headgear
Defense: 59
Position: Upper, Middle, Lower
Weight: 42
Armor Level: 1
_______________________
Requirement:
Base Level 60

Equipment Slots

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

Basic Information

Armor
420
59

Requirements

1
60

Scripts

bonus bVit,5; bonus bHPrecovRate,-10; .@r = getrefine(); if (.@r >= 7) { bonus bDef,100; skill "CR_AUTOGUARD",1; } if (.@r >= 8) { bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Human,10; if (BaseJob == Job_SuperNovice) { skill "CR_AUTOGUARD",5; } }
bonus bVit,5;
bonus bHPrecovRate,-10;
.@r = getrefine();
if (.@r >= 7) {
   bonus bDef,100;
   skill "CR_AUTOGUARD",1;
}
if (.@r >= 8) {
   bonus2 bSubRace,RC_DemiHuman,10;
   bonus2 bSubRace,RC_Player_Human,10;
   if (BaseJob == Job_SuperNovice) {
      skill "CR_AUTOGUARD",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.