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
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
Type
Armor
Weight
420
Defense
59
Requirements
Armor Level
1
Min Level
60
Scripts
Script 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;
}
}