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

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

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

Atk + 15.
Additional Atk + 1 per 2 refine rate.
If refine rate is 9 or higher, has a 7% chance to auto-cast Bash level 7 when dealing normal melee physical damage.
If refine rate is 10 or higher, has a 10% chance to auto-cast Bash level 10 when dealing normal melee physical damage.
When Auto Spell shadow set (Weapon, Earring, Pendant) are equipped together, Atk + 1%,
if the sum of refine rate of set is 21 or higher, has a 4% chance to auto-cast Sonic Blow level 7 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 Sonic Blow level 10 when dealing normal melee physical damage.

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

  • Вес: 1

Скрипт

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