Diving Goggles, броня (Renewal)

Diving Goggles (DIVING_GOGGLES) – броня.

Diving Goggles, броня (Renewal)

Goggles that Doram uses when catching fish in Malangdo Island. The wearer turns into a hunter of the sea.

MaxHP + 15%, reduce incoming damage from players by 5%, Heals + 25%.
When Spirit of Sea Lv. 1 is learned, can cast Safety Wall Lv. 10.
When Grooming Lv. 5 is learned, reduce fixed casting time by 70%.
-

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

  • ID: 29676
  • Код: DIVING_GOGGLES
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

bonus bMaxHPrate,15;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus bHealPower,25;
if (getskilllv("SU_SPIRITOFSEA") == 1)
   skill "MG_SAFETYWALL",10;
if (getskilllv("SU_GROOMING") == 5)
   bonus bFixedCastrate,-70;