Red Lotus Stole [1], броня (Renewal)
Red Lotus Stole [1] (REDLOTUS_STOLE) – броня.
![Red Lotus Stole [1], броня (Renewal) Red Lotus Stole [1], броня (Renewal)](/images/db/items/picture/20778.png)
A reddish cloak invented by the Magician's Guild to extend the magical power of the wearer.
Max SP + 10%
Mdef + 3
Reduces the SP cost of skills by 1%.
Reduces the SP cost of skills by an additional 2% per 3 upgrade levels of the item.
If upgrade level is +10 or higher,
Restores 20 SP to the user when a monster is killed by a short-ranged attack.
Set Bonus
Red Lotus Stole [1]
Undead Knight of Grudge Card
Disables the following effects of Undead Knight of Grudge Card, Restores 20 SP to the user when a monster is killed by a short-ranged attack.
Базовые свойства предмета
- ID: 26324
 - Код: REDLOTUS_STOLE
 - Тип: броня
 - Уровень брони: 1
 - Защита: 8
 - Требуемый уровень: 1
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 70
 
Скрипт
.@r = getrefine();
bonus bMaxSPrate,10;
bonus bMdef,3;
bonus bUseSPrate,-1*(1+(2*.@r/3));
if (.@r>=10) {
   bonus bSPGainValue,20;
}