feat: add initial ammo chart, update dbs, and update docs.
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user