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