Limacina Card, карта (Renewal)

Limacina Card (LIMACINA_CARD) – карта.

Limacina Card, карта (Renewal)

ATK + 10, P.Atk + 1.
Increases long ranged physical damage by 3%, increases SP consumption of skills by 7%.
If refine rate is 9 or higher, increases long ranged physical damage by additional 2%.
If refine rate is 11 or higher, reduces variable casting time by 5%.
Compound on: Headgear

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

  • ID: 16968
  • Код: LIMACINA_CARD
  • Тип: карта
  •  
  • Вес: 1

Скрипт

bonus bBaseAtk,10;
bonus bPAtk,1;
bonus bLongAtkRate,3;
bonus bUseSPrate,7;
.@r = getrefine();
if (.@r >= 9) {
  bonus bLongAtkRate,2;
}
if (.@r >= 11) {
  bonus bVariableCastrate,-5;
}