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

MaxHP + 3%, MaxSP + 3%.
Atk + 1% per 3 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 3%
If refine rate is 10 or higher, has a 2% chance to restore 2% of damage as HP and when 1% chance to restore 2% of damage as SP dealing physical damage.
Базовые свойства предмета
- ID: 27421
- Код: S_ABSORB_WEAPON
- Тип: теневое снаряжение
- Вес: 1
Скрипт
.@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bAtkRate,(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-3; if (.@r>=10) { bonus2 bHPDrainRate,20,2; bonus2 bSPDrainRate,10,2; } }