Cadi Shield (Shadow), теневое снаряжение (Renewal)
Cadi Shield (Shadow) (S_CADI_SHIELD) – теневое снаряжение.

A shield worn to enhance plant resistance.
Max HP + 10 per upgrade level of the item.
Reduces damage taken from Plant race enemies by 1%.
If upgrade level is +7 or higher,
Reduces damage taken from Plant race enemies by an additional 1%.
If upgrade level is +9 or higher,
Reduces damage taken from Plant race enemies by an additional 1%.
Set Bonus
Cadi Shadow Shield
Chemical Shadow Shoes
Increases the experience given from Plant race monsters by 3%.
Базовые свойства предмета
- ID: 26797
 - Код: S_CADI_SHIELD
 - Тип: теневое снаряжение
 - Требуемый уровень: 1
 
- Вес: 1
 
Скрипт
bonus2 bSubRace,RC_Plant,1;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
   bonus2 bSubRace,RC_Plant,1;
}
if (.@r>=9) {
   bonus2 bSubRace,RC_Plant,1;
}