ID #400151
Armor
Thanos Fighter Helmet-LT [1]
Buy Price: N/A
Sell Price: N/A
A fighter 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:
ATK +5%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
Increases Melee Physical Damage by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of against enemies of all elements by 15%.
_______________________
When equipped with Thanos Hammer-AD:
Increases Damage against enemies of every size by 15%.
For each 2 Refine Levels of Thanos Hammer-AD:
Increases damage of Duple Light by 12%.
_______________________
When equipped with Thanos Knuckle-AD:
MaxHP +15%
For each 2 Refine Levels of Thanos Knuckle-AD:
Increases damage of Tiger Cannon by 12%.
_______________________
When equipped with Thanos Katar-AD:
Decreases After Skill Delay by 15%.
For each 2 Refine Levels of Thanos Katar-AD:
Increases damage of Rolling Cutter by 12%.
_______________________
[Bonus by Grade]
[Grade D]: Melee physical damage +5%.
[Grade C]: POW +2, P.ATK +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:
ATK +5%
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Refine Level +9:
Increases Melee Physical Damage by 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of against enemies of all elements by 15%.
_______________________
When equipped with Thanos Hammer-AD:
Increases Damage against enemies of every size by 15%.
For each 2 Refine Levels of Thanos Hammer-AD:
Increases damage of Duple Light by 12%.
_______________________
When equipped with Thanos Knuckle-AD:
MaxHP +15%
For each 2 Refine Levels of Thanos Knuckle-AD:
Increases damage of Tiger Cannon by 12%.
_______________________
When equipped with Thanos Katar-AD:
Decreases After Skill Delay by 15%.
For each 2 Refine Levels of Thanos Katar-AD:
Increases damage of Rolling Cutter by 12%.
_______________________
[Bonus by Grade]
[Grade D]: Melee physical damage +5%.
[Grade C]: POW +2, P.ATK +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 bAtkRate,5*(.@r/3); if (.@r>=7) { bonus bAspdRate,15; if (.@r>=9) { bonus bShortAtkRate,15; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddEle,Ele_All,15; } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bPAtk,2; bonus bPow,2; } }
.@r = getrefine();
.@g = getenchantgrade();
bonus bAtkRate,5*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,15;
if (.@r>=9) {
bonus bShortAtkRate,15;
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bAddEle,Ele_All,15;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bPow,2;
}
}