0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #620009 Weapon

Thanatos Axe-AD [2]

Buy Price: N/A Sell Price: N/A
Thanos' two-handed axe remodeled with the addition of Tim Artnard's technology.
_______________________
Physical attacks have a random chance to recover 2500 HP and 50 SP every second for 4 seconds.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Axe Tornado by 7%.
_______________________
Refine Level +7:
Decreases After Skill Delay by 10%.
Decreases Axe Tornado skill cooldown by 1 second.
_______________________
Refine Level +9:
Increases damage of Axe Boomerang by 15%.
Increases damage of Axe Tornado by additional 15%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by 15%.
Increases Melee Physical Damage by 15%.
_______________________
[Bonus by Grade]
[Grade D]: ATK +2%, Damage of Axe Stomp +10%.
[Grade C]: ATK +3%, P.ATK +1.
[Grade B]: Damage of Axe Stomp +10%.
_______________________
Type: Two-Handed Axe
Attack: 350
Weight: 600
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Mechanic

Equipment Reform

Available through the reform system Thanos_Refine_Hammer

Available through the reform system Plus7_Refine_NPC

Basic Information

Weapon
6000
1
Equipment reform

Job Requirements

Yes

Requirements

5
190

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON; bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"NC_AXETORNADO",7*(.@r/3); if (.@r>=7) { bonus bDelayrate,-10; bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; if (.@r>=9) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",45; bonus2 bSkillAtk,"NC_AXETORNADO",15; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bShortAtkRate,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,2; bonus2 bSkillAtk,"MT_AXE_STOMP",10; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"MT_AXE_STOMP",10; } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON;
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"NC_AXETORNADO",7*(.@r/3);
if (.@r>=7) {
   bonus bDelayrate,-10;
   bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
   if (.@r>=9) {
      bonus2 bSkillAtk,"NC_AXEBOOMERANG",45;
      bonus2 bSkillAtk,"NC_AXETORNADO",15;
      if (.@r>=11) {
         bonus2 bAddSize,Size_All,15;
         bonus bShortAtkRate,15;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,2;
   bonus2 bSkillAtk,"MT_AXE_STOMP",10;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,1;
      bonus bAtkRate,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bSkillAtk,"MT_AXE_STOMP",10;
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.