Fishing Insect Net Shadow Armor, теневое снаряжение (Renewal)

Fishing Insect Net Shadow Armor (S_FISHINSECT_ARMOR) – теневое снаряжение.

Fishing Insect Net Shadow Armor, теневое снаряжение (Renewal)

Ignore defense of fish and insect races monster by 5%.
Add an additional ignore defense of fish and insect races monster by 1% per 2 refine rate.
When equipped with Penetration Set (Shoes and Shield), Def + 5.
If the sum of refine rate of set is 25 or higher, ignore defense of fish and insect races monster by 100%.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
.@val = 5 + (.@r/2);
bonus2 bIgnoreDefRaceRate,RC_Fish,.@val;
bonus2 bIgnoreDefRaceRate,RC_Insect,.@val;