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: strats.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1011,7 +1011,7 @@ A `comeInStutterShinecharging` entrance condition indicates that Samus must run
1011
1011
-_minTiles_: The minimum amount of effective runway tiles in other room needed for this strat.
1012
1012
1013
1013
A `comeInStutterShinecharging` condition must match with a `leaveWithRunway` condition on the other side of the door, which must have an "air" environment and an effective length of at least `minTiles`. A match comes with the following implicit requirements for actions to be performed in the previous room:
1014
-
- The tech `canStutterWaterShineCharge`, which includes a requirement for the `SpeedBooster` item and loss of any blue suit.
1014
+
- The tech `canStutterWaterShineCharge`, which includes a requirement for the `SpeedBooster` item and loss of any flash suit or blue suit.
1015
1015
- If the previous room is heated, then heat frame requirements are included based on `minTiles`, in the same way as for a `comeInRunning` requirement.
1016
1016
1017
1017
#### Example
@@ -1144,7 +1144,7 @@ A `comeInWithTemporaryBlue` entrance condition must match with one of the follow
1144
1144
- To match with a `leaveWithTemporaryBlue`, its `direction` properties must equal that of `comeInWithTemporaryBlue`, unless one of them is unspecified or "any". It has an implicit tech requirement of `canTemporaryBlue`, including the loss of a flash suit.
1145
1145
- A match with `leaveWithRunway` comes with implicit requirements:
1146
1146
- The tech `canTemporaryBlue`.
1147
-
- A `canShinecharge` requirement based on the runway length (including the `SpeedBooster` item requirement and `canDash` tech requirement, including loss of any blue suit).
1147
+
- A `canShinecharge` requirement based on the runway length (including the `SpeedBooster` item requirement and `canDash` tech requirement, including loss of any flash suit or blue suit).
1148
1148
- If the previous room is heated, then `heatFrames` are included based on the time spent running in that room. The minimally required heat frames are calculated the same way as in `comeInShinecharging`, except here there is no second runway to combine with. An extra `{"heatFrames": 200}` is assumed for gaining temporary blue and leaving the room.
1149
1149
- If the previous door environment is water, then `Gravity` is required.
1150
1150
@@ -1376,6 +1376,7 @@ A `comeInWithRMode` object does not have any properties.
1376
1376
A `comeInWithRMode` entrance condition must match with a `leaveWithGModeSetup` entrance condition on the other side of the door. It comes with the following implicit requirements:
1377
1377
- The tech requirement `canRMode`.
1378
1378
- The `XRayScope` item requirement.
1379
+
- A requirement `{"or": ["canBlueSuitGModeSetup", {"noBlueSuit": {}}]}`.
1379
1380
- A requirement to have at least 1 reserve energy.
1380
1381
- A requirement to damage down to 0 energy, triggering reserves (causing the reserve energy to become zero and the regular energy to become what the reserve energy was).
0 commit comments