Thanatos Great Sword-AD [2], двуручный меч (Renewal)
Thanatos Great Sword-AD [2] (THANOS_TSWORD_AD) – оружие.
![Thanatos Great Sword-AD [2], двуручный меч (Renewal) Thanatos Great Sword-AD [2], двуручный меч (Renewal)](/images/db/items/picture/600016.png)
When dealing physical damage, has a chance to recovers 2500 HP and 50 SP every 1 second for 4 times.
Atk + 10 per 2 refine rate.
Increases Wind Cutter damage by 10% per 3 refine rate.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 10%), increases Wind Cutter damage by additional 20%.
If refine rate is 9 or higher, Atk + 5%, when dealing normal melee physical damage, has a high chance to auto-cast Wind Cutter level 2 (If user has higher level, that level will be cast instead).
If refine rate is 11 or higher, increases physical damage against all size enemies by 15%, increases melee physical damage by 15%.
[Bonus by grade]
[Grade D] Atk + 2%, increases Servant Weapon damage by 10%.
[Grade C] Additional Atk + 3%, P.Atk + 1.
[Grade B] Increases Servant Weapon damage by additional 10%.
Базовые свойства предмета
- ID: 31702
 - Код: THANOS_TSWORD_AD
 - Тип: оружие
 - Подтип: двуручный меч
 - Уровень оружия: 5
 - Атака: 240
 - Требуемый уровень: 190
 - Профессии: knight
 
- Вес: 250
 
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON;
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"RK_WINDCUTTER",10*(.@r/3);
if (.@r>=7) {
   bonus bAspdRate,10;
   bonus2 bSkillAtk,"RK_WINDCUTTER",20;
   if (.@r>=9) {
      bonus bAtkRate,5;
      if (.@r>=11) {
         bonus2 bAddSize,Size_All,15;
         bonus bShortAtkRate,15;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,2;
   bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bPAtk,1;
      bonus bAtkRate,3;
      if (.@g >= ENCHANTGRADE_B) {
         bonus2 bSkillAtk,"DK_SERVANTWEAPON_ATK",10;
      }
   }
}