feat: add initial ammo chart, update dbs, and update docs.

This commit is contained in:
2026-04-10 22:30:47 +00:00
parent 41c09b9252
commit b45b03b737
7 changed files with 875 additions and 0 deletions
+1
View File
@@ -454,5 +454,6 @@ craftUnlock[] craft objects
|---|---|---|
| [import_keys.py](import_keys.py) | `items(types: [keys])` | Fetches all key items into `keys` table |
| [import_quests.py](import_quests.py) | `tasks { id name wikiLink trader taskRequirements }` | Fetches all tasks and their dependencies into `quests` + `quest_deps` tables |
| [import_ammo.py](import_ammo.py) | `ammo { item { id name } caliber damage penetrationPower ... }` | Fetches all ammo rounds into `ammo` table |
The Collector prerequisite tree is computed from `quest_deps` using a recursive SQL CTE in [app.py](app.py) at `/collector`.