Skip to content

Commit afa6915

Browse files
authored
Merge pull request LandSandBoat#10392 from Xaver-DaRed/empty
[Chore] Remove all cases of empty mob functions inside scripts/zones folder
2 parents 7fd08e9 + 88dc1b6 commit afa6915

1,475 files changed

Lines changed: 4 additions & 4642 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/zones/Abyssea-Attohwa/mobs/Funnel_Antlion.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ mixins = { require('scripts/mixins/families/antlion_ambush') }
77
---@type TMobEntity
88
local entity = {}
99

10-
entity.onMobDeath = function(mob, player, optParams)
11-
end
12-
1310
return entity

scripts/zones/Abyssea-Attohwa/mobs/Murrain_Chigoe.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@ entity.onAdditionalEffect = function(mob, target, damage)
1414
return xi.mob.onAddEffect(mob, target, damage, xi.mob.ae.PLAGUE, { chance = 10 })
1515
end
1616

17-
entity.onMobDeath = function(mob, player, optParams)
18-
end
19-
2017
return entity

scripts/zones/Abyssea-Attohwa/mobs/Tunga.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ entity.onAdditionalEffect = function(mob, target, damage)
1515
return xi.mob.onAddEffect(mob, target, damage, xi.mob.ae.POISON, { chance = 10, power = 130 })
1616
end
1717

18-
entity.onMobDeath = function(mob, player, optParams)
19-
end
20-
2118
return entity

scripts/zones/Abyssea-Konschtat/mobs/Bakka.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ mixins = { require('scripts/mixins/families/imp') }
77
---@type TMobEntity
88
local entity = {}
99

10-
entity.onMobDeath = function(mob, player, optParams)
11-
end
12-
1310
return entity

scripts/zones/Abyssea-Konschtat/mobs/Balaur.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ entity.onMobFight = function(mob, target)
1818
end
1919
end
2020

21-
entity.onMobDeath = function(mob, player, optParams)
22-
end
23-
2421
return entity

scripts/zones/Abyssea-Konschtat/mobs/Dapifer_Imp.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ mixins = { require('scripts/mixins/families/imp') }
77
---@type TMobEntity
88
local entity = {}
99

10-
entity.onMobDeath = function(mob, player, optParams)
11-
end
12-
1310
return entity

scripts/zones/Abyssea-Konschtat/mobs/Lachrymater.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ entity.onMobSpawn = function(mob)
1111
mob:setSpellList(188 + DayOfTheWeek)
1212
end
1313

14-
entity.onMobDeath = function(mob, player, optParams)
15-
end
16-
1714
return entity

scripts/zones/Abyssea-La_Theine/mobs/Luison.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ mixins = { require('scripts/mixins/families/gnole') }
77
---@type TMobEntity
88
local entity = {}
99

10-
entity.onMobDeath = function(mob, player, optParams)
11-
end
12-
1310
return entity

scripts/zones/Abyssea-La_Theine/mobs/Piasa.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,4 @@ entity.onAdditionalEffect = function(mob, target, damage)
2222
return xi.combat.action.executeAddEffectDamage(mob, target, pTable)
2323
end
2424

25-
entity.onMobDeath = function(mob, player, optParams)
26-
end
27-
2825
return entity

scripts/zones/Abyssea-Tahrongi/mobs/Bog_Body.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ mixins = { require('scripts/mixins/families/qutrub') }
77
---@type TMobEntity
88
local entity = {}
99

10-
entity.onMobDeath = function(mob, player, optParams)
11-
end
12-
1310
return entity

0 commit comments

Comments
 (0)