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

Chain Press Shadow Weapon (S_CHAIN_PRESS_WEAPON) – теневое снаряжение.

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

Increases physical damage against all size enemies by 3%.
If refine rate is 7 or higher, increases physical damage against all size enemies by additional 3%.
If refine rate is 9 or higher, increases physical damage against all size enemies by additional 4%.
When Chain Press Shadow Weapon, Pendant and Earring are equipped together, increases Rapid Smiting and Shield Press damage as percentage equal to the sum of refine rate of set.
When equipped with Royal Guard 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 Chain Press Shadow Weapon and Royal Guard Shadow Shield.

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

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