Four of a Kind [1], броня (Renewal)

Four of a Kind [1] (AEGIS_450226) – броня.

 

A masterpiece of the magician guild.
The power of fire resides in clovers, water in hearts, wind in spades, and earth in diamonds.
------------------------
MHP + 10% , MSP + 10%
------------------------
When learned Comet lv 5, reduce Tetra Vortex fixed casting time by 100%.
------------------------
For every level of Tetra Vortex learned, increase magic damage against all race monsters (except players) by 7%.
------------------------
For every level of Radius learned, INT + 10, MATK + 50.
------------------------
When refined to +10 or higher, MDEF + 25.
------------------------
When refined to +11 or higher, additional MDEF + 25.
------------------------
When refined to +12 or higher,
Increase fire, water, wind, earth, and neutral property magic damage by 15%.
Armor will be indestructible.
------------------------
Def : 100

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

  • ID: 30305
  • Код: AEGIS_450226
  • Тип: броня
  • Уровень брони: 1
  • Защита: 100
  •  
  • Требуемый уровень: 100
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bInt,10*getskilllv("WL_RADIUS");
bonus bMatk,50*getskilllv("WL_RADIUS");
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bMagicAddRace,RC_All,7*getskilllv("WL_TETRAVORTEX");
if (getskilllv("WL_COMET") == 5) {
   bonus2 bFixedCastrate,"WL_TETRAVORTEX",-100;
   bonus2 bFixedCastrate,"WL_JACKFROST",-100;
}
if (.@r>=5)
   bonus bMdef,25;
if (.@r>=7)
   bonus bMdef,25;
if (.@r>=10) {
   bonus2 bMagicAtkEle,Ele_Earth,15;
   bonus2 bMagicAtkEle,Ele_Fire,15;
   bonus2 bMagicAtkEle,Ele_Water,15;
   bonus2 bMagicAtkEle,Ele_Wind,15;
   bonus bUnbreakableArmor;
}