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

Crazy Shadow Weapon (S_CRAZY_WEAPON) – теневое снаряжение.

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

Increases physical damage against all size enemies by 3%.
If refine rate is 7 or higher, increases physical damage against all size enemies by additional 3%.
If refine rate is 9 or higher, increases physical damage against all size enemies by additional 4%.
When Crazy Shadow Weapon, Pendant and Earring are equipped together, increases Crazy Vines damage as percentage equal to the sum of refine rate of set.
When equipped with Genetic Shadow Shield, ignores defense rate of all race monsters (except players) by 40%, additional defense rate ignoring equal to the sum of refine rate of Crazy Shadow Weapon and Genetic Shadow Shield.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r>=9) {
   bonus2 bAddSize,Size_All,10;
}
else if (.@r>=7) {
   bonus2 bAddSize,Size_All,6;
}
else {
   bonus2 bAddSize,Size_All,3;
}