Sea Dragon Armor [1], броня (Renewal)
Sea Dragon Armor [1] (ARMOR_OF_SEADRAGON) – броня.
![Sea Dragon Armor [1], броня (Renewal) Sea Dragon Armor [1], броня (Renewal)](/images/db/items/picture/15196.png)
An armor made out of the scales of a powerful dragon that was once feared by the world. It has the power to enhance magical abilities.
Property: Neutral
Required All Stats + 1
Reduces the SP cost of skills by 10%.
If upgrade level is +7 or higher,
Reduces the variable casting time of skills by 5%.
Increases magical damage on Boss targets by 10%.
Reduces the SP cost of skills by an additional 5%.
If upgrade level is +9 or higher,
Reduces the variable casting time of skills by an additional 5%.
Increases magical damage on Boss targets by an additional 10%.
Reduces the SP cost of skills by an additional 5%.
Базовые свойства предмета
- ID: 23940
 - Код: ARMOR_OF_SEADRAGON
 - Тип: броня
 - Уровень брони: 1
 - Защита: 100
 - Требуемый уровень: 90
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 40
 
Скрипт
.@r = getrefine();
bonus bAllStats,1;
bonus bUseSPrate,-10;
if (.@r >= 7) {
   bonus bVariableCastrate,-5;
   bonus2 bMagicAddClass,Class_Boss,10;
   bonus bUseSPrate,-5;
   if (.@r >= 9) {
      bonus bVariableCastrate,-5;
      bonus2 bMagicAddClass,Class_Boss,10;
      bonus bUseSPrate,-5;
   }
}