Thanos Fighter Helmet
| Item ID | 400150 | Name | Thanos Fighter Helmet |
|
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 +4% _______________________ Refine Level +7: Increases Attack Speed (decreases After Attack Delay by 10%). _______________________ Refine Level +9: Increases Melee Physical Damage by 10%. _______________________ 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 10%. For each 2 Refine Levels of Thanos Hammer-AD: Increases damage of Duple Light by 10%. _______________________ When equipped with Thanos Knuckle-AD: MaxHP +10% For each 2 Refine Levels of Thanos Knuckle-AD: Increases damage of Tiger Cannon by 10%. _______________________ When equipped with Thanos Katar-AD: Decreases After Skill Delay by 10%. For each 2 Refine Levels of Thanos Katar-AD: Increases damage of Rolling Cutter by 10%. _______________________ Go to [Special Equipment Researcher]rgsr_in,136,171,0,100,0,0 to upgrade your helmet. _______________________ Type: Headgear Defense: 10 Position: Upper Weight: 10 _______________________ Requirement: Base Level 190 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Thanos_Helm_4 | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 10 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 190 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bAtkRate,4*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,10;
if (.@r>=9) {
bonus bShortAtkRate,10;
if (.@r>=11) {
bonus2 bAddEle,Ele_All,15;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bDelayrate,-10; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",10*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bMaxHPrate,10; bonus2 bSkillAtk,"SR_TIGERCANNON",10*(.@r_weapon/2); |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus2 bAddSize,Size_All,10; bonus2 bMagicAddSize,Size_All,10; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",10*(.@r_weapon/2); bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",10*(.@r_weapon/2); |