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

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