Ultra Limacina Card, карта (Renewal)
Ultra Limacina Card (ULTRA_LIMACINA_CARD) – карта.

Atk + 5%, Matk + 5%.
P.Atk + 2 and S.Matk + 2 per 3 refine rate.
If refine rate is 11 or higher, reduces fixed casting time by 0.5 seconds.
Compound on: Headgear
Базовые свойства предмета
- ID: 16982
- Код: ULTRA_LIMACINA_CARD
- Тип: карта
- Вес: 1
Скрипт
bonus bAtkRate,5;
bonus bMatkRate,5;
.@r = getrefine();
bonus bPAtk,2*(.@r/3);
bonus bSMatk,2*(.@r/3);
if (.@r >= 11) {
bonus bFixedCast,-500;
}