Star Cluster of Intelligence 4Lv, (Renewal)

Star Cluster of Intelligence 4Lv (STAR_CLUSTER_OF_INT4) – карта.

 

Increases magical damage against all race monsters (except players) by 20%.
Every 15 base SPL, S.Matk + 1, increases all property magical damage by 2%.
Every 15 base CON, Matk + 10, Matk + 1%.
When equipped with Token of Life, increases magical damage against normal and boss type enemies by 12%.

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

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

Скрипт

.@con = (readparam(bCon)/15);
.@spl = (readparam(bSpl)/15);
bonus2 bMagicAddRace,RC_All,20;
bonus2 bMagicAddRace,RC_Player_Human,-20;
bonus2 bMagicAddRace,RC_Player_Doram,-20;
bonus2 bMagicAtkEle,Ele_All,2*.@spl;
bonus bSMatk,.@spl;
bonus bMatkRate,.@con;
bonus bMatk,10*.@con;