Thanos Magic Helmet [1]
It has the effect of increasing the performance of ranged physical Thanos weapons.
_______________________
For each 3 Refine Levels:
MATK +4%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by 10%.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every element by 15%.
_______________________
When equipped with Thanos Two-Handed Staff-AD:
Increases Magical Damage against enemies of every size by 10%.
For each 2 Refine Levels of Thanos Two-Handed Staff-AD:
Increases damage of Crimson Rock by 10%.
_______________________
When equipped with Thanos Staff-AD:
Increases Magical Damage against enemies of every race by 10%.
For each 2 Refine Levels of Thanos Staff-AD:
Increases damage of Varetyr Spear by 10%.
_______________________
When equipped with Thanos Dagger-AD:
Increases all elemental magical damage by 10%.
For each 2 Refine Levels of Thanos Dagger-AD:
Increases damage of Psychic Wave 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 bMatkRate,4*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; } } }
.@r = getrefine();
bonus bMatkRate,4*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-10;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
bonus2 bMagicAddEle,Ele_All,15;
}
}
}