Geffen Magic Muffler [1], броня (Renewal)

Geffen Magic Muffler [1] (GEFFEN_MAGIC_MUFFLER) – броня.

Geffen Magic Muffler [1], броня (Renewal)

One of the collection lists of rare equipment collector Kachua.
It's said that the wizard of Geffen used it in the past, but it's known to have disappeared.
It seems to be matched with the equipment provided by the Geffen Magic Tournament in the past.
Reduces variable casting time by 10%.
Matk + 10 per 2 refine rate.
Matk + 1% per 3 refine rate.
If refine rate is 7 or higher, increases all property magical damage by 5%.
If refine rate is 9 or higher, reduces variable casting time by 10%.
When equipped with Geffen Magic Robe,
MATK + 30.
If refine rate of Geffen Magic Robe is 11 or higher,
additional Matk + 40, reduces variable casting time by 20%.
When equipped with Magic Intensifier Ring,
reduces SP comsumption of skills by 5%.

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

  • ID: 26442
  • Код: GEFFEN_MAGIC_MUFFLER
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 99
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 55

Скрипт

.@r = getrefine();
.@val = -10;
 bonus bMatk,(10*(.@r/2));
bonus bMatkRate,(.@r/3);
if (.@r >= 7) {
   bonus2 bMagicAtkEle,Ele_All,5;
}
if (.@r >= 9) {
   .@val -= 10;
}
bonus bVariableCastrate,.@val;