Shining Seaweed Card, карта (Renewal)

Shining Seaweed Card (SHINING_SEAWEED_CARD) – карта.

Shining Seaweed Card, карта (Renewal)

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

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

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

Скрипт

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