Star Cluster of Intelligence 3Lv, (Renewal)
Star Cluster of Intelligence 3Lv (STAR_CLUSTER_OF_INT3) – карта.
Increases magical damage against all race monsters (except players) by 15%.
Every 15 base SPL, S.Matk + 1, increases all property magical damage by 1%.
Every 15 base CON, Matk + 5, Matk + 1%.
When equipped with Token of Life, increases magical damage against normal and boss type enemies by 9%.
Базовые свойства предмета
- ID: 19436
- Код: STAR_CLUSTER_OF_INT3
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@con = (readparam(bCon)/15); .@spl = (readparam(bSpl)/15); bonus2 bMagicAddRace,RC_All,15; bonus2 bMagicAddRace,RC_Player_Human,-15; bonus2 bMagicAddRace,RC_Player_Doram,-15; bonus2 bMagicAtkEle,Ele_All,.@spl; bonus bSMatk,.@spl; bonus bMatkRate,.@con; bonus bMatk,5*.@con;