Star Cluster of Luck 4Lv, (Renewal)

Star Cluster of Luck 4Lv (STAR_CLUSTER_OF_LUK4) – карта.

 

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

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

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

Скрипт

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