miketrethewey / ootmm_pack_mm1

Ocarina of Time/Majora's Mask Combination Randomizer EmoTracker Pack
1 stars 1 forks source link

BoTW #3

Open WillMoff opened 1 year ago

WillMoff commented 1 year ago

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 commented 1 year ago

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"
        ],
      },