Barrel Helm
| Item ID | 19159 | Name | Barrel Helm |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Barrel_Helm | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper/Mid/Lower Headgear | ||
| Defense | 59 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 42 | Min Equip Level | 60 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
|
||||