ID #400145
Armor
Thanos Magic Helmet-LT [1]
Buy Price: N/A
Sell Price: N/A
A magic helmet made with Thanos' weapon and set.
It has the effect of increasing the performance of ranged physical Thanos weapons.
_______________________
For each 3 Refine Levels:
MATK +5%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by 15%.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every element by 15%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Thanos Two-Handed Staff-AD:
Increases Magical Damage against enemies of every size by 15%.
For each 2 Refine Levels of Thanos Two-Handed Staff-AD:
Increases damage of Crimson Rock by 12%.
_______________________
When equipped with Thanos Staff-AD:
Increases Magical Damage against enemies of every race by 15%.
For each 2 Refine Levels of Thanos Staff-AD:
Increases damage of Varetyr Spear by 12%.
_______________________
When equipped with Thanos Dagger-AD:
Increases all elemental magical damage by 15%.
For each 2 Refine Levels of Thanos Dagger-AD:
Increases damage of Psychic Wave by 12%.
_______________________
[Bonus by Grade]
[Grade D]: All elemental magical damage +5%.
[Grade C]: SPL +2, S.MATK +2
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 190
It has the effect of increasing the performance of ranged physical Thanos weapons.
_______________________
For each 3 Refine Levels:
MATK +5%
_______________________
Refine Level +7:
Decreases Variable Casting Time by 15%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by 15%.
_______________________
Refine Level +11:
Increases Magical Damage against enemies of every element by 15%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Thanos Two-Handed Staff-AD:
Increases Magical Damage against enemies of every size by 15%.
For each 2 Refine Levels of Thanos Two-Handed Staff-AD:
Increases damage of Crimson Rock by 12%.
_______________________
When equipped with Thanos Staff-AD:
Increases Magical Damage against enemies of every race by 15%.
For each 2 Refine Levels of Thanos Staff-AD:
Increases damage of Varetyr Spear by 12%.
_______________________
When equipped with Thanos Dagger-AD:
Increases all elemental magical damage by 15%.
For each 2 Refine Levels of Thanos Dagger-AD:
Increases damage of Psychic Wave by 12%.
_______________________
[Bonus by Grade]
[Grade D]: All elemental magical damage +5%.
[Grade C]: SPL +2, S.MATK +2
_______________________
Type: Headgear
Defense: 10
Position: Upper
Weight: 10
Armor Level: 2
_______________________
Requirement:
Base Level 190
Equipment Reform
Available through the reform system Thanos_Refine_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
100
Defense
10
Acquisition method
Equipment reform
Requirements
Armor Level
2
Min Level
190
Scripts
Script .@r = getrefine(); .@g = getenchantgrade(); bonus bMatkRate,5*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bMagicAddEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,5; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,2; bonus bSpl,2; } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bMatkRate,5*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-15;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,15;
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bMagicAddEle,Ele_All,15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus2 bMagicAtkEle,Ele_All,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bSMatk,2;
bonus bSpl,2;
}
}