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

Helm of Faith II (Royal Guard) [1]

Buy Price: N/A Sell Price: N/A
A helm with the power of faith.
It has the effect of amplifying the effects of Vivatus and Adulter weapons.
_______________________
Base Level at least 210:
POW +2, P.ATK +1.
_______________________
Base Level at least 230:
POW +3, P.ATK +2.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Overbrand by 15%.
_______________________
For each 4 Refine Levels:
Increases Melee Physical Damage by 7%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of every size by 5%.
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
Refine Level +11:
ATK +5%
Decreases Fixed Casting Time by additional 0.3 seconds.
_______________________
When equipped with Adulter Fides Guardian Spear:
Increases Melee Physical Damage by 10%.

For each 3 Refine Levels of Adulter Fides Guardian Spear:
Increases damage of Overbrand by 5%.
_______________________
When equipped with Vivatus Fides Guardian Spear:
Increases Melee Physical Damage by 10%.

For each 3 Refine Levels of Vivatus Fides Guardian Spear:
Increases damage of Overbrand by 5%.
Increases damage of Overslash by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Overslash by additional 15%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 180
Royal Guard

Available from boxes

Equipment Reform

Available through the reform system Helm_Of_Faith_Hammer

Available through the reform system Plus7_Refine_NPC

Equipment Slots

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

Basic Information

Armor
100
10
Equipment reform

Job Requirements

Yes

Requirements

2
180

Scripts

.@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (BaseLevel>=230) { bonus bPAtk,2; bonus bPow,3; } if (.@r>=7) { bonus2 bAddSize,Size_All,5; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bAtkRate,5; } } } bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"LG_OVERBRAND",15*(.@r/3); bonus bShortAtkRate,7*(.@r/4);
.@r = getrefine();
if (BaseLevel>=210) {
   bonus bPAtk,1;
   bonus bPow,2;
}
if (BaseLevel>=230) {
   bonus bPAtk,2;
   bonus bPow,3;
}
if (.@r>=7) {
   bonus2 bAddSize,Size_All,5;
   if (.@r>=9) {
      bonus bFixedCast,-200;
      if (.@r>=11) {
         bonus bFixedCast,-300;
         bonus bAtkRate,5;
      }
   }
}
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"LG_OVERBRAND",15*(.@r/3);
bonus bShortAtkRate,7*(.@r/4);
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.