Star Cluster of Strength 3Lv, (Renewal)

Star Cluster of Strength 3Lv (STAR_CLUSTER_OF_STR3) – карта.

 

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

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

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

Скрипт

.@con = (readparam(bCon)/15);
.@pow = (readparam(bPow)/15);
bonus2 bAddRace,RC_All,15;
bonus2 bAddRace,RC_Player_Human,-15;
bonus2 bAddRace,RC_Player_Doram,-15;
bonus bShortAtkRate,.@pow;
bonus bLongAtkRate,.@pow;
bonus bPAtk,.@pow;
bonus bAtkRate,.@con;
bonus bBaseAtk,5*.@con;