## 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` | | A crafting recipe | `data/recipes/.yaml` | | A help topic | `data/help/.yaml` | | An agility course | `data/courses/.yaml` | | A player house | `data/rooms/player_housing/.yaml` |