Crown of Deceit [1], броня (Renewal)

Crown of Deceit [1] (CROWN_OF_DECEIT) – броня.

Crown of Deceit [1], броня (Renewal)

A deceptive crown that was once used to summon monsters.
Int + 4
Mdef + 10
Reduces the variable casting time of skills by 10%.
If upgrade level is +7 or higher,
Def + 2
Matk + 5%
Reduces the variable casting time of skills by an additional 5%.
If upgrade level is +9 or higher,
Additional Matk + 5%
Additional Mdef + 5
Reduces the variable casting time of skills by an additional 5%.
Concept by Areitus.

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

  • ID: 22882
  • Код: CROWN_OF_DECEIT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 3
  •  
  • Требуемый уровень: 85
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

.@r = getrefine();
bonus bInt,4;
bonus bMdef,10;
bonus bVariableCastrate,-10;
if (.@r >= 7) {
   bonus bDef,2;
   bonus bMatkRate,5;
   bonus bVariableCastrate,-5;
}
if (.@r>=9) {
   bonus bMdef,5;
   bonus bMatkRate,5;
   bonus bVariableCastrate,-5;
   bonus bDelayrate,-5;
}