ID #400240
Armor
Helm of Faith II (Soul Reaper) [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:
SPL +2, S.MATK +1.
_______________________
Base Level at least 230:
SPL +3, S.MATK +2.
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Curse Explosion by 15%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with every element by 7%.
_______________________
Refine Level +7:
Increases Magical Damage against enemies of every size by 5%.
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
Refine Level +11:
MATK +5%
Decreases Fixed Casting Time by additional 0.3 seconds.
_______________________
When equipped with Adulter Fides Dark Wand:
Decreases Curse of Wicked Soul skill cooldown by 2 seconds.
For each 3 Refine Levels of Adulter Fides Dark Wand:
Increases damage of Curse Explosion by 5%.
_______________________
When equipped with Vivatus Fides Dark Wand:
Decreases Curse of Wicked Soul skill cooldown by 2 seconds.
For each 3 Refine Levels of Vivatus Fides Dark Wand:
Increases damage of Curse Explosion by 5%.
Increases damage of Exorcism of Malicious Soul by 7%.
If the Weapon's Grade is C or higher:
Increases damage of Exorcism of Malicious Soul by additional 15%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 180
Soul Reaper classes
It has the effect of amplifying the effects of Vivatus and Adulter weapons.
_______________________
Base Level at least 210:
SPL +2, S.MATK +1.
_______________________
Base Level at least 230:
SPL +3, S.MATK +2.
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Curse Explosion by 15%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with every element by 7%.
_______________________
Refine Level +7:
Increases Magical Damage against enemies of every size by 5%.
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
Refine Level +11:
MATK +5%
Decreases Fixed Casting Time by additional 0.3 seconds.
_______________________
When equipped with Adulter Fides Dark Wand:
Decreases Curse of Wicked Soul skill cooldown by 2 seconds.
For each 3 Refine Levels of Adulter Fides Dark Wand:
Increases damage of Curse Explosion by 5%.
_______________________
When equipped with Vivatus Fides Dark Wand:
Decreases Curse of Wicked Soul skill cooldown by 2 seconds.
For each 3 Refine Levels of Vivatus Fides Dark Wand:
Increases damage of Curse Explosion by 5%.
Increases damage of Exorcism of Malicious Soul by 7%.
If the Weapon's Grade is C or higher:
Increases damage of Exorcism of Malicious Soul by additional 15%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 180
Soul Reaper classes
Available from boxes
Equipment Reform
Available through the reform system Helm_Of_Faith_Hammer
- Blacksmith Blessing × 14
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
Type
Armor
Weight
100
Defense
10
Acquisition method
Equipment reform
Job Requirements
Soul Linker
Yes
Requirements
Armor Level
2
Min Level
180
Scripts
Script .@r = getrefine(); if (BaseLevel>=210) { bonus bSMatk,1; bonus bSpl,2; } if (BaseLevel>=230) { bonus bSMatk,2; bonus bSpl,3; } if (.@r>=7) { bonus2 bMagicAddSize,Size_All,5; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bMatkRate,5; } } } bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15*(.@r/3); bonus2 bMagicAtkEle,Ele_All,7*(.@r/4);
.@r = getrefine();
if (BaseLevel>=210) {
bonus bSMatk,1;
bonus bSpl,2;
}
if (BaseLevel>=230) {
bonus bSMatk,2;
bonus bSpl,3;
}
if (.@r>=7) {
bonus2 bMagicAddSize,Size_All,5;
if (.@r>=9) {
bonus bFixedCast,-200;
if (.@r>=11) {
bonus bFixedCast,-300;
bonus bMatkRate,5;
}
}
}
bonus bMatk,10*(.@r/2);
bonus2 bSkillAtk,"SP_CURSEEXPLOSION",15*(.@r/3);
bonus2 bMagicAtkEle,Ele_All,7*(.@r/4);