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

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

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

Gloves that bring 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 3%,
When refined to +9 or higher, increase physical damage to all size monsters by 4%,

SET BONUS
Feint Shadow Weapon
Feint Shadow Pendant
Feint Shadow Earrings,
Increase damage of Feint Bomb by 1% for every 2 refine levels

SET BONUS
Shadowchaser Shadow Shield,
Feint Shadow Weapon
Reduce variable casting time by 1% for every 2 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;
}