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

Sky Blow Shadow Weapon (S_SKYNETBLOW_WEAPON) – теневое снаряжение.

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

Weapon that brings out potential capabilities of the wearer.

Increase physical damage to all size monsters by 3%.
When refined to +7 or higher, increase physical damage to all size monsters by additional 3%.
When refined to +9 or higher, increase physical damage to all size monsters by additional 4%.

SET BONUS
Skyblow Shadow Weapon
Skyblow Shadow Pendant
Skyblow Shadow Earring
Increase damage of Sky Blow as a percentage that is equivalent to sum of its refine levels.

SET BONUS
Skyblow Shadow Weapon
Sura Shadow Shield
Ignores physical armor of all race except players by 40%. Additionally ignores physical armor as a percentage equivalent to sum of its refine levels.

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

  • Вес: 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;
}