Thanos Hammer-AD [2], булава (Renewal)
Thanos Hammer-AD [2] (THANOS_HAMMER_AD) – оружие.
![Thanos Hammer-AD [2], булава (Renewal) Thanos Hammer-AD [2], булава (Renewal)](/images/db/items/picture/590020.png)
Can't be destroyed.
Matk + 190.
When dealing physical damage, has a chance to recovers 2500 HP and 50 SP every 1 second for 4 times.
Atk + 10 and Matk + 10 per 2 refine rate.
Increases Duple Light damage by 18% per 3 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 10%), increases holy property magical damage by 15%.
If refine rate is 9 or higher, Atk + 5%, Matk + 5%, increases Duple Light damage by additional 30%.
If refine rate is 11 or higher, increases physical and magical damage against all size enemies by 15%, increases melee physical damage by 15%.
[Bonus by grade]
[Grade D] Atk + 2%, increases Petitio damage by 10%.
[Grade C] Increases long ranged physical damage by 15%, P.Atk + 1.
[Grade B] Increases Petitio damage by additional 10%.
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON; bonus bMatk,10*(.@r/2); bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",18*(.@r/3); bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",18*(.@r/3); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus bAspdRate,10; if (.@r>=9) { bonus bMatkRate,5; bonus bAtkRate,5; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bMagicAddSize,Size_All,15; bonus bShortAtkRate,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; bonus2 bSkillAtk,"CD_PETITIO",10; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"CD_PETITIO",10; } } }