Skip to content

Commit

Permalink
Right clock and Faerie Scroll logic corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
DorkmasterFlek committed Mar 6, 2024
1 parent e16415c commit 1047ede
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
5 changes: 3 additions & 2 deletions generate_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ def boss_location(name, code, map, x, y, location_id, **kwargs):
# Marble Gallery
marble_gallery = Area('Marble Gallery', children=[
normal.simple_location('Life Vessel (Left Clock)', 29, 20, access_rules=['$canJump', 'opened_are,jewelofopen'], location_id=127080000),
Location('Right Clock', map_locations=[normal.location(31.5, 20)], access_rules=['$canJump'], sections=[
# Need Cube of Zoe to get stop watch from candles!
Location('Right Clock', map_locations=[normal.location(31.5, 20)], access_rules=['cubeofzoe,$canJump'], sections=[
Section('Heart Vessel', location_id=127080002),
Section('Alucart shield', location_id=127080001),
Section('Alucart mail', location_id=127080006),
Expand Down Expand Up @@ -164,7 +165,7 @@ def boss_location(name, code, map, x, y, location_id, **kwargs):
Section('Antivenom', location_id=127070009),
Section('Faerie Card', location_id=127073075),
]),
normal.simple_location('Faerie Scroll', 57, 13, access_rules=['$canJump'], location_id=127073073),
normal.simple_location('Faerie Scroll', 57, 13, location_id=127073073),
normal.simple_location('Jewel of Open', 47, 15, location_id=127073074),
Area('Back of Library', access_rules=['$canJump'], children=[
normal.simple_location('Stone Mask', 47, 13, location_id=127070001),
Expand Down
3 changes: 2 additions & 1 deletion layouts/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"leapstone",
"gravityboots",
"holysymbol",
"mermanstatue"
"mermanstatue",
""
]
]
},
Expand Down
3 changes: 0 additions & 3 deletions locations/normal/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
},
{
"name": "Faerie Scroll",
"access_rules": [
"$canJump"
],
"sections": [
{
"name": "Faerie Scroll",
Expand Down
2 changes: 1 addition & 1 deletion locations/normal/marble_gallery.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"name": "Right Clock",
"access_rules": [
"$canJump"
"cubeofzoe,$canJump"
],
"sections": [
{
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Symphony of the Night Randomizer Map Tracker",
"game_name": "Symphony of the Night",
"package_version": "0.1.1",
"package_version": "0.1.2",
"package_uid": "sotn_ap_maptracker",
"platform": "PC",
"author": "Dorkmaster Flek",
Expand Down

0 comments on commit 1047ede

Please sign in to comment.