Gray Icewind Card, карта (Renewal)

Gray Icewind Card (GREY_ICEWIND_CARD) – карта.

Gray Icewind Card, карта (Renewal)

Atk + 5%, reduces variable casting time by 5%, increases SP consumption of skills by 7%.
If level of compounded equipment is 2, POW + 3, CON + 3, reduces variable casting time by additional 3%.
When equipped with Copo Card, increases physical damage against large size monsters by 10%,
every 2 refine rate, increases physical damage against large size monsters by additional 3%.

Compound on: Shoes

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

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

Скрипт

bonus bVariableCastrate,-5;
bonus bUseSPrate,7;
bonus bAtkRate,5;
if (getequiparmorlv()==2) {
   bonus bVariableCastrate,-3;
   bonus bPow,3;
   bonus bCon,3;
}