Browse Source
Add location-restricted monster spawning system
Add location-restricted monster spawning system
- Add spawn_location column to monster_types table (database.js) - Add tags array to geocaches for location tagging (geocaches.json) - Add spawn location dropdown in admin panel monster editor (admin.html) - Update spawn logic to filter monsters by location restriction (index.html) - Update name prefix logic to use tags instead of icons - Add grocery tag to Walmart and H-E-B geocaches Monsters can now be configured to only spawn near specific location types (grocery, bank, park, restaurant). The "George the Moop" monster can be set to spawn_location="grocery" to only appear near grocery stores. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>master
5 changed files with 62 additions and 11 deletions
-
13admin.html
-
18database.js
-
2geocaches.json
-
32index.html
-
8server.js
Write
Preview
Loading…
Cancel
Save
Reference in new issue