Spell Circuit [1], броня (Renewal)
Spell Circuit [1] (SPELL_CIRCUIT) – броня.
![Spell Circuit [1], броня (Renewal) Spell Circuit [1], броня (Renewal)](/images/db/items/picture/19249.png)
This circle of magic outlines the properties, it feels like you can use powerful magic by wearing it.
Matk + 20 per 2 upgrade levels of the item.
If upgrade level is +7 or higher, reduces the variable casting time of skills by 10%.
If upgrade level is +9 or higher, increases the damage of Neutral and Shadow property magical attacks on targets by 10%.
If upgrade level is +11 or higher, increases the damage of Water, Earth, Fire, and Wind property magical attacks on targets by 10%.
Reduces the fixed casting time of skills by 0.1 second per upgrade level of the item past the upgrade level of 10 to a maximum upgrade level of 15.
Set Bonus
Spell Circuit [1]
Mental Stick [1]
Increases the damage of Psychic Wave by 5% per 2 upgrade levels of the weapon.
Set Bonus
Spell Circuit [1]
Kronos
Increases the damage of Hell Inferno by 10% per 2 upgrade levels of the weapon.
Set Bonus
Spell Circuit [1]
Mikatsuki [1]
Raksasa Dagger [1]
Reduces the variable casting time of skills per combined sum of upgrade levels of the weapons.
Increases the damage of Flaming Petals, Freezing Spear, and Wind Blade by 5% per 2 upgrade levels of the weapon.
Базовые свойства предмета
- ID: 24991
 - Код: SPELL_CIRCUIT
 - Тип: броня
 - Уровень брони: 1
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 10
 
Скрипт
.@r = getrefine();
bonus bMatk,(.@r/2)*20;
if (.@r>6) {
   bonus bVariableCastrate,-10;
}
if (.@r>8) {
   bonus2 bMagicAtkEle,Ele_Dark,10;
   bonus2 bMagicAtkEle,Ele_Neutral,10;
}
if (.@r>10) {
   bonus2 bMagicAtkEle,Ele_Water,10;
   bonus2 bMagicAtkEle,Ele_Wind,10;
   bonus2 bMagicAtkEle,Ele_Earth,10;
   bonus2 bMagicAtkEle,Ele_Fire,10;
}
.@val = max(min(.@r-15,5),0);
bonus bFixedCast,-.@val*100;