Use this as a running checklist. There are 10 Life Upgrades, 6 Extra Sand Tanks, and 48 Sand Clouds total (8 for each tank). The Sand Tank progress below uses the numbering from the GameFAQs walkthrough.
- Nothing missable for this checklist.
Use this as a running checklist. There are 10 Life Upgrades, 6 Extra Sand Tanks, and 48 Sand Clouds total (8 for each tank). The Sand Tank progress below uses the numbering from the GameFAQs walkthrough.
| """ | |
| Application settings / host.yaml interface using type hints. | |
| This is different from player options. | |
| """ | |
| import os | |
| import os.path | |
| import shutil | |
| import sys | |
| import types |
| @echo off | |
| setlocal | |
| echo ================================ | |
| echo CavernOfDreamsAP Build Setup | |
| echo ================================ | |
| echo. | |
| :: ---- CONFIG ---- | |
| :: Change this to your Cavern of Dreams install path |
| name: Build and Release APWorld | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - staging | |
| workflow_dispatch: | |
| inputs: | |
| prerelease: |