You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helpers.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,21 @@
33
33
"requires": [ "Gravity" ],
34
34
"devNote": "In the original game Gravity provides full immunity, but some randomizers also require Varia."
35
35
},
36
+
{
37
+
"name": "h_partialEnemyDamageReduction",
38
+
"requires": [
39
+
{"or": [
40
+
"Varia",
41
+
"Gravity"
42
+
]}
43
+
],
44
+
"note": [
45
+
"Suit requirements in order to have at least 50% damage reduction from enemies."
46
+
],
47
+
"devNote": [
48
+
"In the vanilla game, Varia provides 50% damage reduction and Gravity with or without Varia provides 75% damage reduction, but some randomizer may change this."
"The ability to get into the safe spot in the Golden Torizo fight, where Samus can attack while being safe from GT's standard attacks.",
2059
2096
"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.",
2060
2097
"Shoot Golden Torizo by facing right and firing up. Farm drops by turning around to face left and firing up with no wide beams equipped."
2061
-
]
2098
+
],
2099
+
"devNote": "There is a 5 px window where Samus is safe from all of GT's attacks, including the thrown Super attack and the attack that only occurs when Samus has too many Missiles."
2062
2100
},
2063
2101
{
2064
2102
"id": 3,
@@ -2099,8 +2137,21 @@
2099
2137
"This can be done with Space Jump, a mid-air Spring Ball jump with HiJump, a spring wall, or a speedy jump with HiJump.",
2100
2138
"All of these cases can be done with Golden Torizo either alive or dead."
2101
2139
]
2140
+
},
2141
+
{
2142
+
"id": 8,
2143
+
"name": "Safe Spot Kill (Lenient)",
2144
+
"note": [
2145
+
"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.",
2146
+
"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.",
2147
+
"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.",
2148
+
"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.",
2149
+
"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.",
2150
+
"This attack is unlikley to occur with a strong beam. It is possible to jump over all the birds without one jump moving horizontally."
2151
+
],
2152
+
"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."
0 commit comments