Star Cluster of Strength 5Lv, (Renewal)

Star Cluster of Strength 5Lv (STAR_CLUSTER_OF_STR5) – карта.

 

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 CON, Atk + 10. Atk + 2%.
When equipped with Token of Life, increases physical damage against normal and boss type enemies by 15%.

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

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

Скрипт

.@con = (readparam(bCon)/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 bAtkRate,2*.@con;
bonus bBaseAtk,10*.@con;