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

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

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

Increases Cluster Bomb damage by 3%.
If refine rate is 7 or higher, increases Cluster Bomb damage by additional 3%.
If refine rate is 9 or higher, increases Cluster Bomb damage by additional 4%.
When Cluster Shadow Armor, Shield and Shoes are equipped together, increases Cluster Bomb damage as percentage equal to the sum of refine rate of set.
When equipped with Ranger Shadow Weapon, ignores defense rate of all race monsters (except players) by 40%, additional defense rate ignoring equal to the sum of refine rate of Cluster Shadow Shield and Ranger Shadow Weapon.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bSkillAtk,"RA_CLUSTERBOMB",3+(.@r>=7?3:0)+(.@r>=9?4:0);