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