Agenda Robe [1], броня (Renewal)

Agenda Robe [1] (AGENDA_ROBE) – броня.

Agenda Robe [1], броня (Renewal)

A high class robe worn by ranking officials.
Property: Neutral
Matk + 5%
Enables Level 1 Spell Breaker.
If the users base level is 120 or higher,
Additional Matk + 4%.
If the users base level is 140 or higher,
Additional Matk + 5%.

Set Bonus
Agenda Robe [1]
Ancient Cape
Reduces the variable casting time of skills by 2% per upgrade level of Agenda Robe.
The users casting cannot be interrupted outside of WoE.

Set Bonus
Agenda Robe [1]
Survivor's Manteau
Adds a 1% chance of casting Level 1 Heal on the user when performing a magical attack per upgrade level of Agenda Robe.

Set Bonus
Agenda Robe [1]
Rental Survivor's Manteau
Adds a 1% chance of casting Level 1 Heal on the user when performing a magical attack per upgrade level of Agenda Robe.

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

  • ID: 23913
  • Код: AGENDA_ROBE
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

skill "SA_SPELLBREAKER",1;
if (BaseLevel >= 140) {
   .@val = 14;
} else if (BaseLevel >= 120) {
   .@val = 9;
}
else {
   .@val = 5;
}
bonus bMatkRate,.@val;