Spellflow Shadow Armor, теневое снаряжение (Renewal)

Spellflow Shadow Armor (S_SPELL_FLOW_ARMOR) – теневое снаряжение.

Spellflow Shadow Armor, теневое снаряжение (Renewal)

An armor worn to enhance casting.
Max HP + 10 per upgrade level of the item.
Reduces the SP cost of skills by 1%.
If upgrade level is +7 or higher,
Reduces the SP cost of skills by an additional 1%.
If upgrade level is +9 or higher,
Reduces the SP cost of skills by an additional 1%.
Set Bonus
Spellflow Shadow Armor
Spellflow Shadow Shield
Spellflow Shadow Shoes
Reduces the SP cost of skills by 1% per upgrade level of Spellflow Shadow Armor, Spellflow Shadow Shield and Spellflow Shadow Shoes.
Increases the SP cost of skills by 40%.
The users casting cannot be interrupted outside of WoE.

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bUseSPrate,-1;
if (.@r>8) {
   bonus bUseSPrate,-2;
}
else if (.@r>6) {
   bonus bUseSPrate,-1;
}