Информация
Энциклопедия
Поиск предметов в базе данных сервера
Поиск по ID:
Номер в базе: 4538
Sealed White Lady Card

If compounded equipment is refined to +15 and above, increases the effect of the Heal, Santuary and Potion Pitcher skills by 25% when they are cast by the wearer, but also increases SP Comsumption by 20%.
Класс: Карта
Вставляется в : Головной убор
Вес: 1
Цена покупки: 20
Скрипт:
if (getrefine()>14) { bonus bHealPower,25; bonus bUseSPrate,20; } else { bonus bHealPower,15; bonus bUseSPrate,30; }
