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

Rolling Shadow Shield (S_ROLLING_SHIELD) – теневое снаряжение.

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

Shadow equipment that can be worn on top of a shield.

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%.
MaxHP +10 per 1 refine rate.

SET BONUS
Rolling Shadow Armor
Rolling Shadow Shield
Rolling Shadow Shoes
Increase damage of Rolling Cutter as a percentage equivalent to sum of its refine rates.

SET BONUS
Guillotine Cross Shadow Weapon
Rolling Shadow Shield
40% armor penetration to all race except players, additional armor penetration as a percentage equivalent sum of refine rates of Guillotine Cross Shadow Weapon/Rolling Shadow Shield.

Required level : 99

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

  • Вес: 1

Скрипт

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