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

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 Tiger Cannon Shadow Weapon, Pendant and Earring are equipped together, increases MaxHP/MaxSP as percentage equal to the half of the sum of refine rate of set.
When equipped with Sura Shadow Shield, ignores defense rate of all race monsters (except players) by 40%, increases Tiger Cannon damage as percentage equal to the sum of refine rate of Tiger Cannon Shadow Weapon and Sura Shadow Shield.
Базовые свойства предмета
- ID: 27220
- Код: S_TIGERCANNON_WEAPON
- Тип: теневое снаряжение
- Требуемый уровень: 99
- Профессии: monk
- Вес: 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; }