Auto Spell Shadow Shield, теневое снаряжение (Renewal)

Auto Spell Shadow Shield (S_AUTOSPELL_SHIELD) – теневое снаряжение.

Auto Spell Shadow Shield, теневое снаряжение (Renewal)

Matk + 15.
Additional Matk + 1 per 2 refine rate.
If refine rate is 9 or higher, has a 7% chance to auto-cast Napalm Beat level 7 when dealing normal melee physical damage.
If refine rate is 10 or higher, has a 10% chance to auto-cast Napalm Beat level 10 when dealing normal melee physical damage.
When Auto Spell shadow set (Armor, Shoes, Shield) are equipped together, Matk + 1%,
if the sum of refine rate of set is 21 or higher, has a 4% chance to auto-cast Napalm Vulcan level 3 when dealing normal melee physical damage,
if the sum of refine rate of set is 27 or higher, has a 8% chance to auto-cast Napalm Vulcan level 5 when dealing normal melee physical damage.

Базовые свойства предмета

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMatk,15+(.@r/2);
if (.@r==9)
   bonus3 bAutoSpell,"MG_NAPALMBEAT",7,70;
else if (.@r>9)
   bonus3 bAutoSpell,"MG_NAPALMBEAT",10,100;