Renewal
.:Renewal Item Database:.
Armor - All Headgears

Helm of Faith II (Guillotine Cross) [1]   [Upper Head]   Item ID# 400217 (Viva_Adul_Hat_GC2)
Helm of Faith II(Guillotine Cross)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Guillotine Cross
Description
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 Rolling Cutter by 15%.

For each 4 Refine Levels:
Increases melee physical damage by 7%.

Refine Level +7:
Critical +15

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Chakram:
Increases melee physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Chakram:
Increases damage of Rolling Cutter by 5%.

When equipped with Vivatus Fides Chakram:
Increases melee physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Chakram:
Increases damage of Rolling Cutter by 5%.
Increases damage of Impact Crater by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Impact Crater by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (BaseLevel>=230) { bonus bPAtk,2; bonus bPow,3; } if (.@r>=7) { bonus bCritical,15; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bAtkRate,5; } } } bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15*(.@r/3); bonus bShortAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Kagerou & Oboro) [1]   [Upper Head]   Item ID# 400236 (Viva_Adul_Hat_KO2)
Helm of Faith II(Kagerou&Oboro)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Kagerou / Oboro
Description
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 Cross Slash by 15%.

For each 4 Refine Levels:
Increases ranged physical damage by 7%.

Refine Level +7:
Increases physical damage against enemies of every size by 5%.

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Cross Huuma Shuriken:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Cross Huuma Shuriken:
Increases damage of Cross Slash by 5%.

When equipped with Vivatus Fides Cross Huuma Shuriken:
Increases ranged physical damage by additional 10%.

For each 3 Refine Levels of Vivatus Fides Cross Huuma Shuriken:
Increases damage of Swirling Petal by 5%.
Increases damage of Kunai - Distortion by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Kunai - Distortion by additional 15%.
Item Script
expand to view script
{ .@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,"KO_JYUMONJIKIRI",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Mechanic) [1]   [Upper Head]   Item ID# 400231 (Viva_Adul_Hat_NC2)
Helm of Faith II(Mechanic)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Mechanic
Description
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 Vulcan Arm by 15%.

For each 4 Refine Levels:
Increases ranged physical damage by 7%.

Refine Level +7:
Increases physical damage against enemies of every size by 5%.

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Mace:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Mace:
Increases damage of Vulcan Arm by 5%.

When equipped with Vivatus Fides Mace:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Mace:
Increases damage of Vulcan Arm by 5%.
Increases damage of Activation Attack Machine by 7% (only applies to yourself).

If the Weapon's Grade is C or higher:
Increases damage of Activation Attack Machine by additional 15% (only applies to yourself).
Item Script
expand to view script
{ .@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,"NC_VULCANARM",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Minstrel & Wanderer) [1]   [Upper Head]   Item ID# 400229 (Viva_Adul_Hat_WM2)
Helm of Faith II(Minstrel&Wanderer)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Minstrel / Wanderer
Description
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 Severe Rainstorm by 15%.

For each 4 Refine Levels:
Increases ranged physical damage by 7%.

Refine Level +7:
Critical +15

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Violin or Adulter Fides Chain Rope:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Violin or Adulter Fides Chain Rope:
Increases damage of Severe Rainstorm by 5%.

When equipped with Vivatus Fides Violin or Vivatus Fides Chain Rope:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Violin or Vivatus Fides Chain Rope:
Increases damage of Severe Rainstorm by 5%.
Increases damage of Rythm Shooting by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Rythm Shooting by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (BaseLevel>=230) { bonus bPAtk,2; bonus bPow,3; } if (.@r>=7) { bonus bCritical,15; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bAtkRate,5; } } } bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Ranger) [1]   [Upper Head]   Item ID# 400199 (Viva_Adul_Hat_RA2)
Helm of Faith II(Ranger)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Ranger
Description
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 Aimed Bolt by 15%.

For each 4 Refine Levels:
Increases ranged physical damage by 7%.

Refine Level +7:
Critical +15

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Aiming Bow:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Aiming Bow:
Increases damage of Aimed Bolt by 5%.

When equipped with Vivatus Fides Aiming Bow:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Aiming Bow:
Increases damage of Aimed Bolt by 5%.
Increases damage of Crescive Bolt by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Crescive Bolt by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (BaseLevel>=230) { bonus bPAtk,2; bonus bPow,3; } if (.@r>=7) { bonus bCritical,15; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bAtkRate,5; } } } bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"RA_AIMEDBOLT",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Rebellion) [1]   [Upper Head]   Item ID# 400238 (Viva_Adul_Hat_RL2)
Helm of Faith II(Rebellion)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Rebellion
Description
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 Shattering Storm and Round Trip by 15%.

For each 4 Refine Levels:
Increases ranged physical damage by 7%.

Refine Level +7:
Increases physical damage against enemies of every size by 5%.

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Shotgun:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Shotgun:
Increases damage of Shattering Storm by 5%.

When equipped with Adulter Fides Gatling Gun:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Gatling Gun:
Increases damage of Round Trip by 5%.

When equipped with Vivatus Fides Shotgun:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Shotgun:
Increases damage of Shattering Storm by 5%.
Increases damage of Only One Bullet by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Only One Bullet by additional 15%.

When equipped with Vivatus Fides Gatling Gun:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Gatling Gun:
Increases damage of Round Trip by 5%.
Increases damage of The Vigilante at Night by 7%.

If the Weapon's Grade is C or higher:
Increases damage of The Vigilante at Night by additional 15%.
Item Script
expand to view script
{ .@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,"RL_R_TRIP",15*(.@r/3); bonus2 bSkillAtk,"RL_S_STORM",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Royal Guard) [1]   [Upper Head]   Item ID# 400201 (Viva_Adul_Hat_LG2)
Helm of Faith II(Royal Guard)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Royal Guard
Description
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 cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast 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%.
Item Script
expand to view script
{ .@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); },{},{}
Dropped By No Result

Helm of Faith II (Rune Knight) [1]   [Upper Head]   Item ID# 400227 (Viva_Adul_Hat_RK2)
Helm of Faith II(Rune Knight)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Rune Knight
Description
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 Hundred Spear by 15%.

For each 4 Refine Levels:
Increases ranged physical damage by 7%.

Refine Level +7:
Increases physical damage against enemies of every size by 5%.

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Lance:
Decreases Hundred Spear skill cooldown by 0.2 seconds.

For each 3 Refine Levels of Adulter Fides Lance:
Increases damage of Hundred Spear by 5%.

When equipped with Vivatus Fides Lance:
Decreases Hundred Spear skill cooldown by 0.5 seconds.

For each 3 Refine Levels of Vivatus Fides Lance:
Increases damage of Hundred Spear by 5%.
Increases damage of Madness Crusher by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Madness Crusher by additional 15%.
Item Script
expand to view script
{ .@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,"RK_HUNDREDSPEAR",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Shadow Chaser) [1]   [Upper Head]   Item ID# 400192 (Viva_Adul_Hat_SC2)
Helm of Faith II(Shadow Chaser)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Shadow Chaser
Description
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 Triangle Shot by 15%.

For each 4 Refine Levels:
Increases ranged physical damage by 7%.

Refine Level +7:
Critical +15

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Crossbow:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Crossbow:
Increases damage of Triangle Shot by 5%.

When equipped with Vivatus Fides Crossbow:
Increases ranged physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Crossbow:
Increases damage of Triangle Shot by 5%.
Increases damage of Frenzy Shot by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Frenzy Shot by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (BaseLevel>=230) { bonus bPAtk,2; bonus bPow,3; } if (.@r>=7) { bonus bCritical,15; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bAtkRate,5; } } } bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"SC_TRIANGLESHOT",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Sorcerer) [1]   [Upper Head]   Item ID# 400219 (Viva_Adul_Hat_SO2)
Helm of Faith II(Sorcerer)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Sorcerer
Description
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 Psychic Wave by 15%.

For each 4 Refine Levels:
Increases magical damage with Neutral, Wind and Earth element by 7%.

Refine Level +7:
Decreases variable cast time by 5%.

Refine Level +9:
Decreases fixed cast time by 0.2 seconds.

Refine Level +11:
MATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Magic Book:
Increases magical damage with Neutral element by 10%.

For each 3 Refine Levels of Adulter Fides Magic Book:
Increases damage of Psychic Wave by 5%.

When equipped with Vivatus Fides Magic Book:
Increases magical damage with Neutral, Wind and Earth element by 10%.

For each 3 Refine Levels of Vivatus Fides Magic Book:
Increases damage of Psychic Wave by 5%.
Increases damage of Lightning Land and Terra Drive by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Lightning Land and Terra Drive by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (BaseLevel>=230) { bonus bSmatk,2; bonus bSpl,3; } if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-300; bonus bMatkRate,5; } } } bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15*(.@r/3); bonus2 bMagicAtkEle,Ele_Earth,7*(.@r/4); bonus2 bMagicAtkEle,Ele_Neutral,7*(.@r/4); bonus2 bMagicAtkEle,Ele_Wind,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Soul Reaper) [1]   [Upper Head]   Item ID# 400240 (Viva_Adul_Hat_SP2)
Helm of Faith II(Soul Reaper)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Soul Linker
Description
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 cast time by 0.2 seconds.

Refine Level +11:
MATK +5%
Decreases fixed cast 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%.
Item Script
expand to view 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); },{},{}
Dropped By No Result

Helm of Faith II (Star Emperor) [1]   [Upper Head]   Item ID# 400242 (Viva_Adul_Hat_SJ2)
Helm of Faith II(Star Emperor)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
10
Required Lvl
180
Armor Lvl
2
Slot
1
Applicable Jobs
Star Gladiator
Description
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 Falling Star 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 cast time by 0.2 seconds.

Refine Level +11:
ATK +5%
Decreases fixed cast time by additional 0.3 seconds.

When equipped with Adulter Fides Stardust Book:
Increases melee physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Stardust Book:
Increases damage of Falling Star by 5%.

When equipped with Vivatus Fides Stardust Book:
Increases melee physical damage by 10%.

For each 3 Refine Levels of Vivatus Fides Stardust Book:
Increases damage of Falling Star by 5%.
Increases damage of Star Cannon by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Star Cannon by additional 15%.
Item Script
expand to view script
{ .@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,"SJ_FALLINGSTAR_ATK",15*(.@r/3); bonus bShortAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

< 123456789 >
back to top