Thanos Shooter Helmet [1]
It has the effect of increasing the performance of ranged physical Thanos weapons.
_______________________
For each 3 Refine Levels:
ATK +4%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +9:
Increases Ranged Physical Damage by 10%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of against enemies of all elements by 15%.
_______________________
When equipped with Thanos Sword-AD:
Increases Physical Damage against enemies of every size by 10%.
For each 2 Refine Levels of Thanos Sword-AD:
Increases damage of Cart Cannon by 10%.
_______________________
When equipped with Thanos Bow-AD:
Increases Physical Damage against enemies of enemies of every race by 10%.
For each 2 Refine Levels of Thanos Bow-AD:
Increases damage of Sharp Shooting by 10%.
_______________________
When equipped with Thanos Violin-AD or Thanos Whip-AD:
Increases Ranged Physical Damage by 10%.
For each 2 Refine Levels of Thanos Violin-AD or Thanos Whip-AD:
Increases damage of Severe Rainstorm by 10%.
_______________________
Go to Special Equipment Researcher to upgrade your helmet.
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
_______________________
Requirement:
Base Level 190
Equipment Reform
Available through the reform system Thanos_Refine_Hammer
- Blacksmith Blessing × 14
Available through the reform system C_Armor_Reform_1
- Armor Upgrade Stone(Lower) × 100
- Gray Shard × 100
Available through the reform system C_Armor_Reform_2
- Armor Upgrade Stone(Intermediate) × 100
- Gray Shard × 300
Available through the reform system Thanos_Upgrade_Box
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Basic Information
Requirements
Scripts
Script .@r = getrefine(); bonus bAtkRate,4*(.@r/3); if (.@r>=7) { bonus bAspdRate,10; if (.@r>=9) { bonus bLongAtkRate,10; if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } }
.@r = getrefine();
bonus bAtkRate,4*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bLongAtkRate,10;
if (.@r>=11) {
bonus2 bAddEle,Ele_All,15;
}
}
}