Gate of Netherworld, броня (Renewal)

Gate of Netherworld (GATESOFNETHERWORLD) – броня.

Gate of Netherworld, броня (Renewal)

Climbing up the door of the world.
A hat filled with the power of the dark army.
That power destroys and drives the world crazy.

Agi + 5, Int + 5
Def + 3, MDEF + 10.
Increase physical and magical damage against all property monsters by 10%.
When refined to +7 or higher,
increase physical and magical damage against all property type monsters by additional 15%.
reduce fixed casting time by 50%.
When refined to +9 or higher,
ASPD +15%.
reduce fixed casting time by additional 70%.
When equipped with Fenrir Card,
Int + 30, Dex + 30
reduce fixed casting time of Tetra Vortex by 100%.

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

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

Скрипт

.@r = getrefine();
bonus bAgi,5;
bonus bInt,5;
bonus bDef,3;
bonus bMdef,10;
bonus2 bAddRace,RC_All,10;
bonus2 bMagicAddRace,RC_All,10;
if (.@i>=7) {
   bonus2 bAddRace,RC_All,15;
   bonus2 bMagicAddRace,RC_All,15;
   bonus bFixedCastrate,-50;
}
if (.@i>=9) {
   bonus bAspdRate,15;
   bonus bFixedCastrate,-70;
}