Thanos Sword-AD [2], одноручный меч (Renewal)
Thanos Sword-AD [2] (THANOS_SWORD_AD) – оружие.
![Thanos Sword-AD [2], одноручный меч (Renewal) Thanos Sword-AD [2], одноручный меч (Renewal)](/images/db/items/picture/500024.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 long ranged physical damage by 4% per 3 refine rate.
If refine rate is 7 or higher, Atk + 5%, reduces variable casting time by 15%.
If refine rate is 9 or higher, increases Cart Cannon damage by 15%, increases attack speed (reduces delay after attack by 10%).
If refine rate is 11 or higher, increases physical damage against all size enemies by 15%, increases Cart Cannon damage by additional 15%.
[Bonus by grade]
[Grade D] Atk + 2%, increases Acidified Zone (Fire/Water/Wind/Earth) damage by 10%.
[Grade C] Additional Atk + 3%, P.Atk + 1.
[Grade B] Increases Acidified Zone (Fire/Water/Wind/Earth) damage by additional 10%.
Базовые свойства предмета
- ID: 31165
- Код: THANOS_SWORD_AD
- Тип: оружие
- Подтип: одноручный меч
- Уровень оружия: 5
- Атака: 190
- Требуемый уровень: 190
- Профессии: alchemist
- Вес: 100
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON;
bonus bBaseAtk,10*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-15;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bAspdRate,10;
bonus2 bSkillAtk,"GN_CARTCANNON",15;
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
bonus2 bSkillAtk,"GN_CARTCANNON",15;
}
}
}
if (.@g >= ENCHANTGRADE_D) {
bonus bAtkRate,2;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10;
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,1;
bonus bAtkRate,3;
if (.@g >= ENCHANTGRADE_B) {
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10;
bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10;
}
}
}