Helm of Faith (Rebellion)

Item ID 400237 Name Helm of Faith (Rebellion)
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 Hammer of God, Fire Dance and Dragon Tail 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 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 Rifle:
Decreases Hammer of God skill cooldown by 10 seconds.

For each 3 Refine Levels of Adulter Fides Rifle:
Increases damage of Hammer of God by 5%.
_______________________
When equipped with Adulter Fides Revolver:
Increases Ranged Physical Damage by 10%.

For each 3 Refine Levels of Adulter Fides Revolver:
Increases damage of Fire Dance by 5%.
_______________________
When equipped with Adulter Fides Launcher:
Decreases Dragon Tail skill cooldown by 2 seconds.

For each 3 Refine Levels of Adulter Fides Launcher:
Increases damage of Dragon Tail by 5%.
_______________________
When equipped with Vivatus Fides Rifle:
Decreases Hammer of God skill cooldown by 10 seconds.

For each 3 Refine Levels of Vivatus Fides Rifle:
Increases damage of Hammer of God 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 Revolver:
Increases Ranged Physical Damage by 10%.

For each 3 Refine Levels of Vivatus Fides Revolver:
Increases damage of Fire Dance by 5%.
Increases damage of Magazine for One by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Magazine for One by additional 15%.
_______________________
When equipped with Vivatus Fides Launcher:
Decreases Dragon Tail skill cooldown by 2 seconds.

For each 3 Refine Levels of Vivatus Fides Launcher:
Increases damage of Dragon Tail by 5%.
Increases damage of Spiral Shooting by 7%.

If the Weapon's Grade is C or higher:
Increases damage of Spiral Shooting by additional 15%.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 180
Rebellion classes
Weapon Level 0 Identifier Viva_Adul_Hat_RL1
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 10 Equippable Jobs Gunslinger, Rebellion
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 10 Min Equip Level 180
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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_FIREDANCE",15*(.@r/3);
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",15*(.@r/3);
bonus2 bSkillAtk,"RL_D_TAIL",15*(.@r/3);
bonus bLongAtkRate,7*(.@r/4);

Set Script
Helm of Faith (Rebellion)
Vivatus Fides Launcher
bonus2 bSkillCooldown,"RL_D_TAIL",-2000;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",7*(.@r_weapon/3);
bonus2 bSkillAtk,"RL_D_TAIL",5*(.@r_weapon/3);
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",15;
}
Helm of Faith (Rebellion)
Adulter Fides Revolver
bonus bLongAtkRate,10;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"RL_FIREDANCE",5*(.@r_weapon/3);
Helm of Faith (Rebellion)
Vivatus Fides Revolver
bonus bLongAtkRate,10;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",7*(.@r_weapon/3);
bonus2 bSkillAtk,"RL_FIREDANCE",5*(.@r_weapon/3);
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",15;
}
Helm of Faith (Rebellion)
Adulter Fides Rifle
bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-10000;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",5*(.@r_weapon/3);
Helm of Faith (Rebellion)
Vivatus Fides Rifle
bonus2 bSkillCooldown,"RL_HAMMER_OF_GOD",-10000;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",7*(.@r_weapon/3);
bonus2 bSkillAtk,"RL_HAMMER_OF_GOD",5*(.@r_weapon/3);
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus2 bSkillAtk,"NW_ONLY_ONE_BULLET",15;
}
Helm of Faith (Rebellion)
Adulter Fides Launcher
bonus2 bSkillCooldown,"RL_D_TAIL",-2000;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"RL_D_TAIL",5*(.@r_weapon/3);