Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not really an issue, but more just for analysis sake #3

Open
keyofdminer opened this issue Dec 31, 2023 · 1 comment
Open

Not really an issue, but more just for analysis sake #3

keyofdminer opened this issue Dec 31, 2023 · 1 comment

Comments

@keyofdminer
Copy link

Here is a comprehensive JSON with all the droppers, quantities, and contents. If analyzed, it could show what droppers are missing contents
Droppers.json

@Noxitu
Copy link
Owner

Noxitu commented Jan 13, 2024

Thanks. This definetly will be useful if I get back to upgrading this.

I wrote a script comparing coords I have with your json, and I can share these as something you didn't have in your list (although there are 2 non-droppers here - one waste chest and one backlog barrel):

[
  {
    "description": "Card shop dropper for keeping door open for 5 minutes.",
    "pos": [-631, -15, 1987]
  },
  {
    "description": "Dungeon reset dropper after player death.",
    "pos": [-607, 122, 1948]
  },
  {
    "description": "Dungeon reset waste chest after player death.",
    "tags": ["waste"],
    "pos": [-605, 37, 1948]
  },
  {
    "pos": [-510, 37, 1992],
    "description": "Jump Boost Key in Library - uses dropper to do a 5m cooldown for that button"
  },
  {
    "pos": [-521, 11, 2043],
    "description": "Halloween Hut 5m cooldown for enterance sound."
  },
  {
    "pos": [-520, 11, 2043],
    "description": "Halloween Hut 5m cooldown for enterance sound. (Backlog barrel)"
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants