ID #5900
Armor
Divine Guard Hat [1]
Buy Price: N/A
Sell Price: N/A
A majestic hat that displays the divine authority that has been invested in the wearer.
_______________________
Decreases damage taken from Small, Medium and Large size monsters by 5%.
_______________________
Refine Level +7:
Random chance to auto-cast Level 5 Heal on yourself when wearer receive physical attack. (Or activate based on learned skill Level)
Refine Level +9:
Increases damage of Genesis Ray by 20%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Royal Guard
_______________________
Decreases damage taken from Small, Medium and Large size monsters by 5%.
_______________________
Refine Level +7:
Random chance to auto-cast Level 5 Heal on yourself when wearer receive physical attack. (Or activate based on learned skill Level)
Refine Level +9:
Increases damage of Genesis Ray by 20%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 20
Armor Level: 1
_______________________
Requirement:
Base Level 100
Royal Guard
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
200
Defense
10
Job Requirements
Crusader
Yes
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus2 bSubSize,Size_All,5; if (.@r>=7) { .@level = getskilllv("AL_HEAL"); bonus3 bAutoSpellWhenHit,"AL_HEAL",(.@level ? .@level : 5),10; } if (.@r>=9) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",20; }
.@r = getrefine();
bonus2 bSubSize,Size_All,5;
if (.@r>=7) {
.@level = getskilllv("AL_HEAL");
bonus3 bAutoSpellWhenHit,"AL_HEAL",(.@level ? .@level : 5),10;
}
if (.@r>=9) {
bonus2 bSkillAtk,"LG_RAYOFGENESIS",20;
}