forked from mirror/Archipelago
Some checks failed
Analyze modified files / flake8 (push) Failing after 2m28s
Build / build-win (push) Has been cancelled
Build / build-ubuntu2204 (push) Has been cancelled
ctest / Test C++ ubuntu-latest (push) Has been cancelled
ctest / Test C++ windows-latest (push) Has been cancelled
Analyze modified files / mypy (push) Has been cancelled
Build and Publish Docker Images / Push Docker image to Docker Hub (push) Successful in 5m4s
Native Code Static Analysis / scan-build (push) Failing after 5m2s
type check / pyright (push) Successful in 1m7s
unittests / Test Python 3.11.2 ubuntu-latest (push) Failing after 16m23s
unittests / Test Python 3.12 ubuntu-latest (push) Failing after 28m19s
unittests / Test Python 3.13 ubuntu-latest (push) Failing after 14m49s
unittests / Test hosting with 3.13 on ubuntu-latest (push) Successful in 5m0s
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled
235 lines
4.3 KiB
Python
235 lines
4.3 KiB
Python
items = {
|
|
"Nothing": {
|
|
"class": "filler",
|
|
},
|
|
"Laser Upgrade": {
|
|
"class": "filler",
|
|
},
|
|
"Silver Ring": {
|
|
"class": "filler",
|
|
},
|
|
"Silver Star": {
|
|
"class": "filler",
|
|
},
|
|
"Gold Ring": {
|
|
"class": "filler",
|
|
},
|
|
"Bomb": {
|
|
"class": "filler",
|
|
},
|
|
"Extra Arwing": {
|
|
"class": "filler",
|
|
},
|
|
"Medal": {
|
|
"class": "filler",
|
|
},
|
|
"Corneria - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Meteo - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Sector X - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Titania - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Sector Y - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Aquas - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Zoness - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Area 6 - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Solar - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Macbeth - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Venom 1 - Checkpoint": {
|
|
"type": "Checkpoints",
|
|
"class": "useful",
|
|
},
|
|
"Corneria": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Meteo": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Sector X": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Area 6": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Sector Y": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Venom": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Solar": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Zoness": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Macbeth": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Titania": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Aquas": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Fortuna": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Katina": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Bolse": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Sector Z": {
|
|
"type": "Levels",
|
|
"class": "progression",
|
|
},
|
|
"Aquas - Red Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Area 6 - Red Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Bolse - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Corneria - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Corneria - Red Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Fortuna - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Fortuna - Yellow Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Katina - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Katina - Yellow Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Macbeth - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Macbeth - Red Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Meteo - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Meteo - Warp Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Sector X - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Sector X - Yellow Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Sector X - Warp Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Sector Y - Yellow Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Sector Y - Red Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Sector Z - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Sector Z - Red Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Solar - Yellow Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Titania - Blue Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Zoness - Yellow Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Zoness - Red Path": {
|
|
"type": "Paths",
|
|
"class": "progression",
|
|
},
|
|
"Defeated Robot Andross": {
|
|
"type": "Events",
|
|
"class": "progression",
|
|
},
|
|
"Defeated Andross": {
|
|
"type": "Events",
|
|
"class": "progression",
|
|
},
|
|
}
|