Oceanus Blessing [1], броня (Renewal)
Oceanus Blessing [1] (OCEANUS_BLESSING) – броня.
Flowing and swaying seaweeds, become one with the sea.
Increase exp gain from fish type monsters by 10%.
When refined to +5 or higher,
increase physical and magical damage to fish type monsters by 20%,
increase physical and magical damage to water property monsters by 20%,
exp gain from fish type monsters increased by 10%.
When refined to +7 or higher,
increase physical and magical damage to fish type monsters by 20%,
increase physical and magical damage to water property monsters by 20%,
prevents confusion.
Required level : 100
Базовые свойства предмета
- ID: 30278
 - Код: OCEANUS_BLESSING
 - Тип: броня
 - Уровень брони: 1
 - Защита: 100
 - Требуемый уровень: 100
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 60
 
Скрипт
.@r = getrefine();
bonus bUnbreakableArmor;
bonus2 bExpAddRace,RC_Fish,10;
if (.@r>=5) {
   bonus2 bAddRace,RC_Fish,20;
   bonus2 bMagicAddRace,RC_Fish,20;
   bonus2 bExpAddRace,RC_Fish,10;
}
if (.@r>=7) {
   bonus2 bAddRace,RC_Fish,20;
   bonus2 bMagicAddRace,RC_Fish,20;
   bonus2 bResEff,Eff_Confusion,10000;
}