Skip to content

Commit

Permalink
return unlocks doors in blue hoppers
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbranch committed Sep 30, 2024
1 parent 8f9f2f3 commit 4888b35
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions region/tourian/main/Blue Hopper Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,12 @@
"openEnd": 1
}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
],
"devNote": "FIXME: An alternative strat may be possible where the enemies are lured off-camera to the right instead of killed."
},
{
Expand All @@ -741,7 +747,13 @@
"openEnd": 1
}
}
}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
]
},
{
"id": 13,
Expand All @@ -761,7 +773,13 @@
"openEnd": 1
}
}
}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
]
},
{
"id": 14,
Expand All @@ -782,7 +800,13 @@
},
"movementType": "uncontrolled"
}
}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
]
},
{
"id": 15,
Expand All @@ -799,6 +823,12 @@
}
}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
],
"note": "For higher speed, use the farther-away runway in the middle of the room."
},
{
Expand Down

0 comments on commit 4888b35

Please sign in to comment.