Katar Shadow Weapon, теневое снаряжение (Renewal)
Katar Shadow Weapon (S_KATAR_WEAPON) – теневое снаряжение.

Has a chance to gain bonus critical damage by 10% and bonus physical damage against all size enemies by 10% for 5 seconds when dealing physical damage.
If refine rate is 7 or higher, additional bonus critical damage by 5% and bonus physical damage against all size enemies by 5% when buff triggers.
If refine rate is 9 or higher, increases the duration of buff by 5 seconds.
When Katar Shadow Weapon, Pendant and Earring are equipped together, increases Atk equal to the sum of refine rate of set.
When equipped with Guillotine Cross 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 Katar Shadow Weapon and Guillotine Cross Shadow Shield.
Базовые свойства предмета
- ID: 27274
- Код: S_KATAR_WEAPON
- Тип: теневое снаряжение
- Требуемый уровень: 99
- Профессии: assassin
- Вес: 1
Скрипт
.@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; if (.@r>=9) { autobonus "{ bonus2 bAddSize,Size_All,15; bonus bCritAtkRate,15; }",1,10000,BF_WEAPON; } else if (.@r>=7) { autobonus "{ bonus2 bAddSize,Size_All,15; bonus bCritAtkRate,15; }",1,5000,BF_WEAPON; } else { autobonus "{ bonus2 bAddSize,Size_All,10; bonus bCritAtkRate,10; }",1,5000,BF_WEAPON; }