## Quick Reference | What you want | Where to put it | |---|---| | A room | `data/rooms/.yaml` | | An item (sword, ore, key) | `data/items/.yaml` | | A mob (NPC, monster) | `data/mobs/.yaml` | | An interactive object (rock, lever, door) | `data/objects/.yaml` | | A behavior (mining, dialog, toggle) | `data/behaviors/.yaml` | | A shared drop table | `data/drops/.yaml` |