File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939entity .onMobSpawn = function (mob )
4040 mob :setUnkillable (true )
4141 mob :setBaseSpeed (60 )
42+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
4243
4344 -- Reset mob.
4445 xi .combat .behavior .enableAllActions (mob )
Original file line number Diff line number Diff line change 3131entity .onMobSpawn = function (mob )
3232 mob :setUnkillable (true )
3333 mob :setBaseSpeed (60 )
34+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
3435 mob :setMod (xi .mod .SILENCE_RES_RANK , 6 )
3536
3637 -- Reset mob.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ entity.onMobInitialize = function(mob)
2626end
2727
2828entity .onMobSpawn = function (mob )
29- mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 150 )
29+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
3030 mob :setUnkillable (true )
3131 mob :setBaseSpeed (60 )
3232
Original file line number Diff line number Diff line change 3131entity .onMobSpawn = function (mob )
3232 mob :setUnkillable (true )
3333 mob :setBaseSpeed (60 )
34+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
3435
3536 -- Reset mob.
3637 xi .combat .behavior .enableAllActions (mob )
Original file line number Diff line number Diff line change 3030entity .onMobSpawn = function (mob )
3131 mob :setUnkillable (true )
3232 mob :setMod (xi .mod .RATT , 100 )
33+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
3334 mob :setBaseSpeed (60 )
3435
3536 -- Reset mob.
Original file line number Diff line number Diff line change @@ -18,12 +18,16 @@ entity.onMobInitialize = function(mob)
1818 if damage >= 292 then
1919 mobArg :messageText (mobArg , ID .text .THAT_LL_HURT_IN_THE_MORNING )
2020 end
21+
22+ if damage >= 584 then
23+ mobArg :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 200 )
24+ end
2125 end )
2226end
2327
2428entity .onMobSpawn = function (mob )
2529 mob :setUnkillable (true )
26- mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 200 )
30+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
2731 mob :setBaseSpeed (60 )
2832
2933 -- Reset mob.
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ entity.onMobSpawn = function(mob)
3535 mob :setUnkillable (true )
3636 mob :setMod (xi .mod .DMGMAGIC , - 1250 ) -- Observed at 99 and the skillchain damage in under level 71 vods
3737 mob :setMod (xi .mod .UFASTCAST , 70 )
38+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
3839 mob :setMobMod (xi .mobMod .ROAM_COOL , 8 )
3940 mob :setMobMod (xi .mobMod .MAGIC_COOL , 18 )
4041
Original file line number Diff line number Diff line change 3030entity .onMobSpawn = function (mob )
3131 mob :setUnkillable (true )
3232 mob :setBaseSpeed (60 )
33- mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 150 )
33+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
3434
3535 -- Reset mob.
3636 xi .combat .behavior .enableAllActions (mob )
Original file line number Diff line number Diff line change 2727entity .onMobSpawn = function (mob )
2828 mob :setUnkillable (true )
2929 mob :setBaseSpeed (60 )
30- mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 150 )
30+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
3131
3232 -- Reset mob.
3333 xi .combat .behavior .enableAllActions (mob )
Original file line number Diff line number Diff line change 3030
3131entity .onMobSpawn = function (mob )
3232 mob :setUnkillable (true )
33+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 125 )
3334
3435 -- Reset mob.
3536 xi .combat .behavior .enableAllActions (mob )
You can’t perform that action at this time.
0 commit comments