
RENEWAL / ITEMS
Helm of Faith (Genetic) [1]
#400233Armor
Viva_Adul_Hat_GN1
TypeArmor
Equipment positionHeadgear (Top)
GenderBoth
Weight10
Buy price0 z
Sell price0 z
DEF10
Slots1
Required level180
Armor level2
Helm of Faith (Genetic) description & effects
A helm containing the power of faith.
Has the effect of amplifying Adulter and Vivatus weapons.
------------------------
If the user base level is 210 or higher, POW +2, P.ATK +1.
If the user base level is 230 or higher, POW +3, P.ATK +2.
ATK +10 per 2 refine rate.
Increases Cart Cannon damage by 15% per 3 refine rate.
Increases ranged physical damage by 7% per 4 refine rate.
If refine rate is 7 or higher, Increases physical damage to all size enemies by 5%.
If refine rate is 9 or higher, reduces fixed casting time by 0.2 seconds.
If refine rate is 11 or higher, ATK + 5%, reduces fixed casting time by additional 0.3 seconds.
------------------------
Set Bonus:
Helm of Faith (Geneticist)
Adulter Fides Rapier
increases ranged physical damage by 10%,
increases Cart Cannon damage by 5% per 3 refine rate of weapon.
------------------------
Set Bonus:
Helm of Faith (Geneticist)
Vivatus Fides Rapier
increases ranged physical damage by 10%,
increases Cart Cannon damage by 5% and Acidified Zone (Water/Wind/Earth/Fire) damage by 7% per 3 refine rate of weapon,
if grade of weapon is C or higher, increases Acidified Zone (Water/Wind/Earth/Fire) damage by additional 15%.
------------------------
Class: Headgear
Defense: 10
Location: Upper
Weight: 10
Armor Lv: 2
Required Lv: 180
Class: Geneticist
Item details
- Gender
- Both
- Equipment position
- Headgear (Top)
- Jobs
- Alchemist
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect 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_CARTCANNON",15*(.@r/3);
bonus bLongAtkRate,7*(.@r/4);
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemEquipment sets
Set 1
Set effect
bonus bLongAtkRate,10;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"GN_CARTCANNON",5*(.@r_weapon/3);
Set 2
Set effect
bonus bLongAtkRate,10;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",7*(.@r_weapon/3);
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",7*(.@r_weapon/3);
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",7*(.@r_weapon/3);
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",7*(.@r_weapon/3);
bonus2 bSkillAtk,"GN_CARTCANNON",5*(.@r_weapon/3);
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",15;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",15;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",15;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",15;
}










