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

BoTW #3

Open
WillMoff opened this issue Apr 2, 2023 · 1 comment
Open

BoTW #3

WillMoff opened this issue Apr 2, 2023 · 1 comment

Comments

@WillMoff
Copy link

WillMoff commented Apr 2, 2023

Bottom of The Well:
Freestanding key should require Sticks or Fire. at the moment it doesn't
West & East inner rooms GS should be accessable with the access and boomerang
Fire Keese chest should be yellow with access, and normal with bombs and any other child attack
Both the Like Like chest and the Like Like GS should be normal with boomerang and sword, or yellow with sticks

@miketrethewey
Copy link
Owner

I've snipped the irrelevant information for this instance.
Access seems to include required key counts. I'll need those calculated.
Looks like Lens of Truth is factored in.
I added Sticks or Fire to Freestanding Key.
West & East Inner GS do list Boomerang in two paths.
Fire Keese Chest doesn't currently have any combat requirements listed.
Like Like Chest is currently defined as same as Fire Keese Chest.
Like Like GS is currently defined as same as Like Like Chest and Boomerang.

      {
        "name": "GS West Inner Room",
        "short_name": "West Inner",
        "access_rules": [
          "botw_small_keys:1,[botw_small_keys:3],boomerang,[logic_lens_botw]",
          "botw_small_keys:1,[botw_small_keys:3],boomerang,$can_use_lens",
          "{botw_small_keys:1,sling}",
          "{botw_small_keys:1,$has_explosives}"
        ],
        "visibility_rules": [
          "setting_tokens_dungeons"
        ],
      },
      {
        "name": "GS East Inner Room",
        "short_name": "East Inner",
        "access_rules": [
          "botw_small_keys:1,[botw_small_keys:3],boomerang,[logic_lens_botw]",
          "botw_small_keys:1,[botw_small_keys:3],boomerang,$can_use_lens",
          "{botw_small_keys:1,sling}",
          "{botw_small_keys:1,$has_explosives}"
        ],
        "visibility_rules": [
          "setting_tokens_dungeons"
        ],
      },
      {
        "name": "Fire Keese Chest",
        "access_rules": [
          "botw_small_keys:1,[botw_small_keys:3],[logic_lens_botw]",
          "botw_small_keys:1,[botw_small_keys:3],$can_use_lens"
        ],
        "item_count": 1
      },
      {
        "name": "Like Like Chest",
        "short_name": "Like Like",
        "access_rules": [
          "@Bottom of the Well/Fire Keese Chest"
        ],
        "item_count": 1
      },
      {
        "name": "GS Like Like Cage",
        "short_name": "Like Like",
        "access_rules": [
          "@Bottom of the Well/Like Like Chest,boomerang"
        ],
        "visibility_rules": [
          "setting_tokens_dungeons"
        ],
      },
      {
        "name": "Freestanding Key",
        "short_name": "Coffin Key",
        "access_rules": [
          "sticks",
          "$has_fire"
        ],
      },

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