Garden of Eden [1], броня (Renewal)

Garden of Eden [1] (GARDEN_OF_EDEN) – броня.

 

A hat modeled after the Garden of Eden.
Colorful magic energy flows from it.
------------------------
INT + 5, DEX + 5.
------------------------
Increase magic damage against all property monsters by 10%.
------------------------
Ignore 20% MDEF of all race monsters (except players).
------------------------
When refined to +7 or higher,
Increase magic damage against all property monsters by additional 15%.
Ignore additional 30% MDEF of all race monsters (except players).
------------------------
When refined to +9 or higher,
Ignore additional 50% MDEF of all race monsters (except players).
Reduce Variable Casting Time by 15%.
------------------------
Set Bonus:
Garden of Eden [1]
High Wizard Card

Reduce Variable Casting Time by 100%.
Reduce cooldown of Intensification by 120 seconds.
Intensification effect will be removed when unequipped.
------------------------
Def : 5

Базовые свойства предмета

  • ID: 25002
  • Код: GARDEN_OF_EDEN
  • Тип: броня
  • Уровень брони: 1
  • Защита: 5
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 40

Скрипт

.@r = getrefine();
bonus bInt,5;
bonus bDex,5;
bonus2 bIgnoreMdefRaceRate,RC_All,20;
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=7) {
   bonus2 bIgnoreMdefRaceRate,RC_All,30;
   bonus2 bMagicAtkEle,Ele_All,15;
}
if (.@r>=9) {
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
   bonus bVariableCastrate,-15;
}

Скрипт при снятии

sc_end SC_TELEKINESIS_INTENSE;