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

Super Power Shadow Weapon (S_SUPER_POWER_WEAPON) – теневое снаряжение.

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

Increases melee and long ranged physical damage by 5%.
If refine rate is 7 or higher, increases melee and long ranged physical damage by additional 5%.
If refine rate is 9 or higher, enables to use Shattering Strike which has the same skill level as Weaponry Research user learned.
When Super Power Shadow Weapon, Earring and Pendant are equipped together, enables to use Rapid Smiting level 5, increases Back Stab, Sightless Mind, Shield Boomerang and Rapid Smiting damage as percentage equal to 2 times of the sum of refine rate of set.
When equipped with Super Novice 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 Super Power Shadow Weapon and Super Novice Shadow Shield.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
if (.@r>=7) {
   bonus bLongAtkRate,5;
   bonus bShortAtkRate,5;
}
if (.@r>=9) {
   skill "BS_WEAPONRESEARCH",getskilllv("WS_MELTDOWN");
}