Skip to content

Commit 2a61297

Browse files
committed
feedback update
1 parent 0d5507b commit 2a61297

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

region/lowernorfair/west/Golden Torizo's Room.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,9 @@
21232123
"The ability to get into the safe spot in the Golden Torizo fight, where Samus can attack while being safe from most of GT's attacks.",
21242124
"Samus is not able to shoot GT with Supers in this lenient safe spot and she must have fewer than 32 Missiles at all times.",
21252125
"To get into the safe spot near the door: Stand on the left side of the floor pillar for GT to jump back. Then stand to the right of the nearby background pillar.",
2126-
"This safe spot expects getting hit by GT before it jumps back. The space includes the less lenient spot, and also extends left 9 extra pixels."
2126+
"This safe spot expects getting hit by GT before it jumps back. The space includes the less lenient spot, and also extends left 9 extra pixels.",
2127+
"If Samus is in the far end of the safe spot away from Golden Torizo near the end of the fight, it is possible to get hit by his bird spawner attack.",
2128+
"This attack is unlikley to occur with a strong beam. It is possible to jump over all the birds without one jump moving horizontally."
21272129
],
21282130
"devNote": "There is a 14 px window where Samus is safe from all of GT's attacks except the thrown Super attack and the attack that only occurs when Samus has too many Missiles."
21292131
}

region/norfair/crocomire/Crocomire's Room.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,12 +792,12 @@
792792
{"or": [
793793
{"and": [
794794
"canDodgeWhileShooting",
795-
{"ammo": {"type": "Missile", "count": 20}},
795+
{"ammo": {"type": "Missile", "count": 25}},
796796
{"resourceMissingAtMost": [{"type": "Energy", "count": 50}]}
797797
]},
798798
{"and": [
799799
"canDodgeWhileShooting",
800-
{"ammo": {"type": "Missile", "count": 25}}
800+
{"ammo": {"type": "Missile", "count": 30}}
801801
]},
802802
{"ammo": {"type": "Missile", "count": 50}}
803803
]}

0 commit comments

Comments
 (0)