Star Cluster of Strength 2Lv, (Renewal)
Star Cluster of Strength 2Lv (STAR_CLUSTER_OF_STR2) – карта.
Increases physical damage against all race monsters (except players) by 10%.
Every 20 base POW, P.Atk + 1, increases melee and long ranged physical damage by 1%.
Every 20 base CON, Atk + 5. Atk + 1%.
When equipped with Token of Life, increases physical damage against normal and boss type enemies by 6%.
Базовые свойства предмета
- ID: 19425
- Код: STAR_CLUSTER_OF_STR2
- Тип: карта
- Подтип:
- Вес: 1
Скрипт
.@con = (readparam(bCon)/20); .@pow = (readparam(bPow)/20); bonus2 bAddRace,RC_All,10; bonus2 bAddRace,RC_Player_Human,-10; bonus2 bAddRace,RC_Player_Doram,-10; bonus bShortAtkRate,.@pow; bonus bLongAtkRate,.@pow; bonus bPAtk,.@pow; bonus bAtkRate,.@con; bonus bBaseAtk,5*.@con;