ID #19285
Armor
Siegfried's Helmet [1]
Buy Price: N/A
Sell Price: N/A
A helmet worn by a certain hero.
The hero has an immortal body that does not accept any weapons.
_______________________
Decreases damage taken from Boss class by 5%.
_______________________
Refine Level +6:
Perfect Dodge +5
Decreases damage taken from Boss class by an additional 5%.
_______________________
Refine Level +8:
Perfect Dodge +5
Decreases damage taken from Boss class by an additional 10%.
Prevents the user from being knocked back.
_______________________
Indestructible in battle
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
The hero has an immortal body that does not accept any weapons.
_______________________
Decreases damage taken from Boss class by 5%.
_______________________
Refine Level +6:
Perfect Dodge +5
Decreases damage taken from Boss class by an additional 5%.
_______________________
Refine Level +8:
Perfect Dodge +5
Decreases damage taken from Boss class by an additional 10%.
Prevents the user from being knocked back.
_______________________
Indestructible in battle
_______________________
Type: Headgear
Defense: 0
Position: Upper
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
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
500
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus2 bSubClass,Class_Boss,5; bonus bUnbreakableHelm; if (.@r>=6) { bonus bFlee2,5; bonus2 bSubClass,Class_Boss,5; } if (.@r>=8) { bonus bFlee2,5; bonus2 bSubClass,Class_Boss,10; bonus bNoKnockback; }
.@r = getrefine();
bonus2 bSubClass,Class_Boss,5;
bonus bUnbreakableHelm;
if (.@r>=6) {
bonus bFlee2,5;
bonus2 bSubClass,Class_Boss,5;
}
if (.@r>=8) {
bonus bFlee2,5;
bonus2 bSubClass,Class_Boss,10;
bonus bNoKnockback;
}