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
69 lines
3.6 KiB
Lua
69 lines
3.6 KiB
Lua
ITEM_MAPPING = {
|
|
[3141501001] = {"blueemerald(#1)", "toggle"},
|
|
[3141501002] = {"yellowemerald(#2)", "toggle"},
|
|
[3141501003] = {"pinkemerald(#3)", "toggle"},
|
|
[3141501004] = {"greenemerald(#4)", "toggle"},
|
|
[3141501005] = {"redemerald(#5)", "toggle"},
|
|
[3141501006] = {"greyemerald(#6)", "toggle"},
|
|
[3141501009] = {"greenhillkey", "toggle"},
|
|
[3141501010] = {"marblezonekey", "toggle"},
|
|
[3141501011] = {"springyardkey", "toggle"},
|
|
[3141501012] = {"labyrinthkey", "toggle"},
|
|
[3141501013] = {"starlightkey", "toggle"},
|
|
[3141501014] = {"scrapbrainkey", "toggle"},
|
|
[3141501015] = {"finalzonekey", "toggle"},
|
|
[3141501016] = {"specialstagekey", "consumable"},
|
|
[3141501007] = {"disablegoalblocks", "toggle"},
|
|
[3141501008] = {"disablerblocks", "toggle"},
|
|
[3141501023] = {"shinyring", "consumable"},
|
|
[3141501024] = {"goldring", "consumable"},
|
|
[3141501025] = {"invincibility", "consumable"},
|
|
[3141501026] = {"shield", "consumable"},
|
|
[3141501027] = {"greatspeedshoes", "consumable"},
|
|
[3141501028] = {"scaryspeedshoes", "consumable"},
|
|
[3141501100] = {"freshchillidogs(junk)", "toggle"},
|
|
[3141501101] = {"coupleofgrumpyflickies(junk)", "toggle"},
|
|
[3141501102] = {"plasticsouvenirring(junk)", "toggle"},
|
|
[3141501103] = {"genuinesignedpropring(junk)", "toggle"},
|
|
[3141501104] = {"smallgoldringwithflowywriting(junk)", "toggle"},
|
|
[3141501105] = {"boxofpopcorn(junk)", "toggle"},
|
|
[3141501106] = {"probablyimportantplaneparts(junk)", "toggle"},
|
|
[3141501107] = {"nyanazondelivery(junk)", "toggle"},
|
|
[3141501108] = {"chaoplushie(junk)", "toggle"},
|
|
[3141501109] = {"amy'sfavouritesonicplushie(junk)", "toggle"},
|
|
[3141501110] = {"eggman'skitchensink(junk)", "toggle"},
|
|
[3141501111] = {"chaocosplayingasanemerald(junk)", "toggle"},
|
|
[3141501112] = {"tail'stailfloof(junk)", "toggle"},
|
|
[3141501113] = {"companioncube(junk)", "toggle"},
|
|
[3141501114] = {"wornoutsupershoes(junk)", "toggle"},
|
|
[3141501115] = {"missingcarkeys(junk)", "toggle"},
|
|
[3141501116] = {"lostsock(junk)", "toggle"},
|
|
[3141501117] = {"expirediouforunobtainium(junk)", "toggle"},
|
|
[3141501118] = {"pointmass(junk)", "toggle"},
|
|
[3141501119] = {"sphericalcow(junk)", "toggle"},
|
|
[3141501120] = {"squaregoldring(junk)", "toggle"},
|
|
[3141501121] = {"triangulargoldring(junk)", "toggle"},
|
|
[3141501122] = {"eggmobileownermanual(junk)", "toggle"},
|
|
[3141501123] = {"flyingbatteryextendedwarranty(junk)", "toggle"},
|
|
[3141501124] = {"defectiverock(junk)", "toggle"},
|
|
[3141501125] = {"knuckles'sbrassknuckles(junk)", "toggle"},
|
|
[3141501126] = {"fidgetspinner(junk)", "toggle"},
|
|
[3141501127] = {"betamaxtape(junk)", "toggle"},
|
|
[3141501128] = {"massproducedtreasuremap(junk)", "toggle"},
|
|
[3141501129] = {"missingcollisiongeometry(junk)", "toggle"},
|
|
[3141501130] = {"ford'ssparetowel(junk)", "toggle"},
|
|
[3141501131] = {"1:10scalelockpicks(junk)", "toggle"},
|
|
[3141501132] = {"deatheggpurchasereceipt(junk)", "toggle"},
|
|
[3141501133] = {"casinonightzone'sgamblingpermit(junk)", "toggle"},
|
|
[3141501134] = {"10duplicatesonictcgcards(junk)", "toggle"},
|
|
[3141501135] = {"defectivespring(junk)", "toggle"},
|
|
[3141501136] = {"eggman'srefurbishedmissile(junk)", "toggle"},
|
|
[3141501137] = {"morphball(junk)", "toggle"},
|
|
[3141501138] = {"electronicdevicemarkedcritical(junk)", "toggle"},
|
|
[3141501139] = {"dereferencednullpointer(junk)", "toggle"},
|
|
[3141501140] = {"plasticchaosemerald(junk)", "toggle"},
|
|
[3141501141] = {"emptyironbrubottle(junk)", "toggle"},
|
|
[3141501142] = {"additionalpylons(junk)", "toggle"},
|
|
[3141501143] = {"reticulatedsplines(junk)", "toggle"},
|
|
[3141501099] = {"spaceintentionallyleftblank(junk)", "consumable"},
|
|
} |