Full Rate Shadow Armor, теневое снаряжение (Renewal)
Full Rate Shadow Armor (S_FULL_RATE_ARMOR) – теневое снаряжение.
Cri + 3.
Every 2 refine rate, increases critical damage by 1%.
If refine rate is 10, C.Rate + 2.
When equipped with Full Rate Shadow Shoes, Atk + 2%, C.Rate + 2,
if the sum of refine rate is 18 or higher, increases critical damage by 5%,
increases physical damage against all size enemies by 10%.
When equipped with Creative Shadow Weapon, Atk + 3%,
if the sum of refine rate is 18 or higher, CRT + 3, C.Rate + 3.
Базовые свойства предмета
- ID: 27581
 - Код: S_FULL_RATE_ARMOR
 - Тип: теневое снаряжение
 - Требуемый уровень: 200
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus bCritical,3;
bonus bCritAtkRate,(.@r/2);
if (.@r>=10) {
   bonus bCRate,2;
}