Skip to content

Commit

Permalink
Bat Card can be accessed with just Gravity Boots
Browse files Browse the repository at this point in the history
  • Loading branch information
DorkmasterFlek committed Mar 13, 2024
1 parent 01562e8 commit ea8135c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generate_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def boss_location(name, code, map, x, y, location_id, **kwargs):
normal.simple_location('Potion', 17, 22, location_id=127140010),
boss_location('Slogra & Gaibon', 'slogragaibon', normal, 8.5, 22.5, location_id=127143140),
normal.simple_location('Skill of Wolf', 13, 28, access_rules=['$canHighJump'], location_id=127143141),
normal.simple_location('Bat Card', 11, 22, access_rules=['$canFly'], location_id=127143142),
normal.simple_location('Bat Card', 11, 22, access_rules=['$canHighJump'], location_id=127143142),
])

# Marble Gallery
Expand Down
2 changes: 1 addition & 1 deletion locations/normal/alchemy_lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
{
"name": "Bat Card",
"access_rules": [
"$canFly"
"$canHighJump"
],
"sections": [
{
Expand Down
4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"package_version": "0.1.5",
"download_url": "https://github.com/DorkmasterFlek/SOTN-AP-MapTracker/releases/download/v0.1.5/SOTN-AP-MapTracker.zip",
"sha256": "677d29018a6317f653c7662e64cbfadae2e4244a0fee943b51c1397d09c7c669",
"changelog": "- Logic fixes for accessing Succubus and DK skeleton in caverns"
"changelog": [
"Logic fixes for accessing Succubus and DK skeleton in caverns"
]
},
{
"package_version": "0.1.4",
Expand Down

0 comments on commit ea8135c

Please sign in to comment.