File tree Expand file tree Collapse file tree
scripts/zones/Jade_Sepulcher/mobs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ mixins = { require('scripts/mixins/families/colibri_mimic') }
88local entity = {}
99
1010entity .onMobInitialize = function (mob )
11- end
12-
13- entity .onMobSpawn = function (mob )
1411 mob :addImmunity (xi .immunity .SILENCE )
1512 mob :addImmunity (xi .immunity .DARK_SLEEP )
1613 mob :addImmunity (xi .immunity .LIGHT_SLEEP )
1714end
1815
16+ entity .onMobSpawn = function (mob )
17+ mob :setMobMod (xi .mobMod .BASE_DAMAGE_MULTIPLIER , 150 )
18+ end
19+
1920entity .onMobDisengage = function (mob )
2021 -- Remove dots when the mob disengages such as when charming everyone
2122 mob :delStatusEffect (xi .effect .POISON )
@@ -29,7 +30,4 @@ entity.onMobDisengage = function(mob)
2930 mob :delStatusEffect (xi .effect .BIO )
3031end
3132
32- entity .onMobDeath = function (mob , player , optParams )
33- end
34-
3533return entity
You can’t perform that action at this time.
0 commit comments