Earth Goddess Flower, броня (Renewal)
Earth Goddess Flower (EARTH_GODDESS_FLOWER_J) – броня.

This flower decoration blessed by the goddess of earth, protects its wearer against Earth damage.
Vit + 2
Enables Level 5 Earth Spike.
Reduces damage taken from Earth property attacks by 15%.
If upgrade level is 8 or higher,
Reduces damage taken from Earth property attacks by an additional 5%.
Базовые свойства предмета
- ID: 24721
 - Код: EARTH_GODDESS_FLOWER_J
 - Тип: броня
 - Уровень брони: 1
 - Защита: 6
 - Требуемый уровень: 1
 
- Цена покупки: 10 з
 - Цена продажи: 5 з
 - Вес: 25
 
Скрипт
bonus bVit,2;
skill "WZ_EARTHSPIKE",5;
bonus2 bSubEle,Ele_Earth,15;
.@r = getrefine();
if (.@r>=8) {
   bonus2 bSubEle,Ele_Earth,5;
}