Skip to content

Commit

Permalink
Fix ability requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyBat committed May 26, 2024
1 parent 5190b1e commit 1955b3c
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions worlds/yooka_laylee/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,17 @@
"id": 625490520,
"name": "Novel Puzzle",
"region": "Hivory Towers Outside (NoFlight)",
"requiresAbilities": "Lizard Lash"
"requiresAbilities": {
"AND": [
"Lizard Lash",
{
"OR": [
"Camo Cloak",
"Flappy Flight"
]
}
]
}
},
{
"id": 625490536,
Expand Down Expand Up @@ -730,6 +740,7 @@
"Flappy Flight"
]
},
"Slurp State",
"Glacier Mollycool"
]
}
Expand Down Expand Up @@ -1731,7 +1742,7 @@
},
{
"id": 625490627,
"name": "Rextro's Arcade (Hurdle Hijinx)",
"name": "Rextro's Hi-Score (Hurdle Hijinx)",
"region": "Capital Cashino",
"requiresAbilities": {
"AND": [
Expand All @@ -1742,7 +1753,7 @@
},
{
"id": 625490628,
"name": "Rextro's Hi-Score (Hurdle Hijinx)",
"name": "Rextro's Arcade (Hurdle Hijinx)",
"region": "Capital Cashino",
"requiresAbilities": {
"AND": [
Expand Down Expand Up @@ -2502,9 +2513,14 @@
"Lizard Leap"
]
},
{
"OR": [
"Sonar 'Splosion",
"Sonar Shot"
]
},
"Reptile Roll",
"Slurp State",
"Sonar Shot"
"Slurp State"
]
},
"Flappy Flight"
Expand Down

0 comments on commit 1955b3c

Please sign in to comment.