reference-game-data
Reference Game Data (Items, NPCs) from the Knowledge Base
Reference Game Data
1. Source of Truth
Do NOT guess item IDs, stats, or NPC names. Always look up the official definitions in the Knowledge Base.
2. Lookup Paths
- Items:
loh-website/lib/knowledge-base/items/index.ts - NPCs:
loh-website/lib/knowledge-base/npcs/index.ts - Locations:
loh-website/lib/knowledge-base/locations/ - Types:
loh-website/lib/knowledge-base/types.ts
3. Usage inside Workflows
When a workflow asks you to "Verify Item Stats" or "Add Drop Table":
- Open
items/index.ts. - Search for the item by name.
- Use the
idfrom that file.