From 1f2321a83d56ceeb271df01c31a3ce3c884ac443 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sat, 11 Jan 2025 23:31:41 +0100 Subject: Deduplicate remaining duplicate spawners I could find Utilities: cat npc/*/_mobs.txt | grep monster | sort | uniq -c | grep -v ' 1 ' cat maps/031-3.tmx | grep 'object id=' | cut -d' ' -f 5- | sort | uniq -c | grep -v ' 1' NB: 016-1 has another overlapping MauvePlant spawner that has unconfigured delay (thus is not a direct duplicate). As changing it would change game mechanis, it is out of scope for this commit. NB: One of the 031-1 Bat dupe was probably added in ff1acc14dcc3683aad70907c3748f. I could not extract a reason, and did not look into who/what/why added the other duplicates. --- maps/011-1.tmx | 9 +-------- maps/016-1.tmx | 10 +--------- maps/031-3.tmx | 60 ++++++---------------------------------------------------- 3 files changed, 8 insertions(+), 71 deletions(-) diff --git a/maps/011-1.tmx b/maps/011-1.tmx index 58fc4fc2..6966de4d 100644 --- a/maps/011-1.tmx +++ b/maps/011-1.tmx @@ -721,7 +721,7 @@ - + @@ -779,13 +779,6 @@ - - - - - - - diff --git a/maps/016-1.tmx b/maps/016-1.tmx index b2cb0802..4c006e56 100644 --- a/maps/016-1.tmx +++ b/maps/016-1.tmx @@ -694,7 +694,7 @@ - + @@ -707,14 +707,6 @@ - - - - - - - - diff --git a/maps/031-3.tmx b/maps/031-3.tmx index 3dd45859..2714b469 100644 --- a/maps/031-3.tmx +++ b/maps/031-3.tmx @@ -1651,7 +1651,7 @@ - + @@ -1691,7 +1691,7 @@ - + @@ -1731,7 +1731,7 @@ - + @@ -1752,14 +1752,6 @@ - - - - - - - - @@ -1768,14 +1760,6 @@ - - - - - - - - @@ -1803,7 +1787,7 @@ - + @@ -1824,14 +1808,6 @@ - - - - - - - - @@ -1872,26 +1848,10 @@ - - - - - - - - - - - - - - - - - + @@ -1912,18 +1872,10 @@ - - - - - - - - - + -- cgit v1.2.3-70-g09d2