Renewal
.:Renewal Item Database:.
Armor

Helm of Faith (Warlock) [1]   [Upper Head]   Item ID# 400178 (Viva_Adul_Hat_WL1)
Helm of Faith(Warlock)
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
Warlock
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 Soul Expansion by 15%.

For each 4 Refine Levels:
Increases magical damage with Ghost element by 7%.

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

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 Rod:
Increases magical damage with Ghost element by 10%.

For each 3 Refine Levels of Adulter Fides Rod:
Increases damage of Soul Expansion by 5%.

When equipped with Vivatus Fides Rod:
Increases magical damage with Ghost element by 10%.

For each 3 Refine Levels of Vivatus Fides Rod:
Increases damage of Soul Expansion by 5%.
Increases damage of Soul Vulcan Strike by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Soul Vulcan Strike 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,"WL_SOULEXPANSION",15*(.@r/3); bonus2 bMagicAtkEle,Ele_Ghost,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Archbishop) [1]   [Upper Head]   Item ID# 400190 (Viva_Adul_Hat_AB2)
Helm of Faith II(Archbishop)
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
Arch Bishop
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 Duple Light by 15%.

For each 4 Refine Levels:
Increases melee and 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 Bible:
Increases melee physical damage by 10%.

For each 3 Refine Levels of Adulter Fides Bible:
Increases damage of Duple Light by 5%.

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

For each 3 Refine Levels of Vivatus Fides Bible:
Increases damage of Duple Light by 5%.
Increases damage of Petitio by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Petitio 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,"AB_DUPLELIGHT",15*(.@r/3); bonus bLongAtkRate,7*(.@r/4); bonus bShortAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

Helm of Faith II (Genetic) [1]   [Upper Head]   Item ID# 400234 (Viva_Adul_Hat_GN2)
Helm of Faith II(Genetic)
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
Genetic
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 Cart Tornado 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 Scepter:
Decreases Cart Tornado skill cooldown by 0.15 seconds.

For each 3 Refine Levels of Adulter Fides Scepter:
Increases damage of Cart Tornado by 5%.

When equipped with Vivatus Fides Scepter:
Decreases Cart Tornado skill cooldown by 0.3 seconds.

For each 3 Refine Levels of Vivatus Fides Scepter:
Increases damage of Cart Tornado by 5%.
Increases damage of Hell's Plant by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Hell's Plant 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,"GN_CART_TORNADO",15*(.@r/3); bonus bShortAtkRate,7*(.@r/4); },{},{}
Dropped By No Result

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

« First < 23456789101112 > Last »
back to top