Star Cluster of Luck 5Lv, (Renewal)

Star Cluster of Luck 5Lv (STAR_CLUSTER_OF_LUK5) – карта.

 

Increases physical damage against all race monsters (except players) by 25%.
Every 15 base POW, P.Atk + 2, increases melee and long ranged physical damage by 2%.
Every 15 base CRT, Atk + 10. Cri + 2.
When equipped with Token of Life, increases physical damage against normal and boss type enemies by 15%.

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

  • ID: 19433
  • Код: STAR_CLUSTER_OF_LUK5
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@crt = (readparam(bCrt)/15);
.@pow = (readparam(bPow)/15);
bonus2 bAddRace,RC_All,25;
bonus2 bAddRace,RC_Player_Human,-25;
bonus2 bAddRace,RC_Player_Doram,-25;
bonus bShortAtkRate,2*.@pow;
bonus bLongAtkRate,2*.@pow;
bonus bPAtk,2*.@pow;
bonus bCritical,2*.@crt;
bonus bBaseAtk,10*.@crt;