Maximum Mammoth Shadow Armor, теневое снаряжение (Renewal)

Maximum Mammoth Shadow Armor (S_M_MAMMOTH_ARMOR) – теневое снаряжение.

Maximum Mammoth Shadow Armor, теневое снаряжение (Renewal)

ATK + 3%.
------------------------
For every 2 refine level, increases melee/ranged physical damage by 1%.
------------------------
When refined to 10 or higher, MHP + 3%.
------------------------
Set Bonus
Maximum Mammoth Shadow Armor
Maximum Mammoth Shadow Shoes

If the sum of refine rates is 18 or higher, there is no knockback.
If the sum of refine rate is 20 or higher, increases physical damage
against all property enemies by 12%.
------------------------

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bLongAtkRate,(.@r/2);
bonus bShortAtkRate,(.@r/2);
if (.@r>=10) {
   bonus bMaxHPrate,3;
}