Skip to content

Commit

Permalink
Merge pull request vg-json-data#1628 from kjbranch/bombway-temp-blue
Browse files Browse the repository at this point in the history
Bombway temp blue
  • Loading branch information
osse101 authored Sep 5, 2024
2 parents 058d7f5 + 5bc82ce commit 933ea7e
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 1 deletion.
124 changes: 124 additions & 0 deletions region/crateria/central/Final Missile Bombway.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,68 @@
"note": "Tight movement is needed to enter with a shinecharge, carry it through the morph tunnel, and spark out the right door in time.",
"devNote": "There doesn't appear to be enough time to spark out in a 'top' position."
},
{
"link": [1, 2],
"name": "Come in Speedballing, Leave With Temporary Blue",
"entranceCondition": {
"comeInSpeedballing": {
"runway": {
"length": 3,
"openEnd": 0
},
"maxExtraRunSpeed": "$3.8"
}
},
"requires": [
"canChainTemporaryBlue"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
],
"devNote": [
"Higher speeds could work, up to at least about $4.4, but with greater difficulty."
]
},
{
"link": [1, 2],
"name": "Come in Shinecharging, Leave With Temporary Blue (Spring Ball Bounce)",
"entranceCondition": {
"comeInShinecharging": {
"length": 2,
"openEnd": 0
}
},
"requires": [
"canChainTemporaryBlue",
"canSpringBallBounce",
"canInsaneJump"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
],
"note": [
"Unmorph immediately after exiting the tunnel while still descending, to continue chaining temporary blue.",
"The frame window for the unmorph depends on the alignment of Samus' bounces;",
"in the worst case where Samus bounces upward while exiting, this method will unavoidably fail."
],
"devNote": [
"FIXME: The canInsaneJump is for difficulty placement for the unmorph while exiting the tunnel;",
"it may be better to introduce a specific tech for this?",
"Doing a 'canPauseRemorphTemporaryBlue' is technically an alternative, but it seems to be significantly harder."
]
},
{
"id": 5,
"link": [2, 1],
Expand All @@ -136,6 +198,34 @@
},
"requires": []
},
{
"link": [2, 1],
"name": "Come in Speedballing, Leave With Temporary Blue",
"entranceCondition": {
"comeInSpeedballing": {
"runway": {
"length": 3,
"openEnd": 0
},
"maxExtraRunSpeed": "$3.8"
}
},
"requires": [
"canChainTemporaryBlue"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
],
"devNote": [
"Higher speeds could work, up to at least about $4.4, but with greater difficulty."
]
},
{
"id": 7,
"link": [2, 1],
Expand Down Expand Up @@ -179,6 +269,40 @@
],
"flashSuitChecked": true
},
{
"link": [2, 1],
"name": "Come in Shinecharging, Leave With Temporary Blue (Spring Ball Bounce)",
"entranceCondition": {
"comeInShinecharging": {
"length": 2,
"openEnd": 0
}
},
"requires": [
"canChainTemporaryBlue",
"canSpringBallBounce",
"canInsaneJump"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
],
"note": [
"Unmorph immediately after exiting the tunnel while still descending, to continue chaining temporary blue.",
"The frame window for the unmorph depends on the alignment of Samus' bounces;",
"in the worst case where Samus bounces upward while exiting, this method will unavoidably fail."
],
"devNote": [
"FIXME: The canInsaneJump is for difficulty placement for the unmorph while exiting the tunnel;",
"it may be better to introduce a specific tech for this?",
"Doing a 'canPauseRemorphTemporaryBlue' is technically an alternative, but it seems to be significantly harder."
]
},
{
"id": 10,
"link": [2, 1],
Expand Down
12 changes: 12 additions & 0 deletions schema/m3-room.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,18 @@
"$id": "#/definitions/strat/properties/entranceCondition/properties/comeInSpeedballing/properties/runway",
"$ref": "#/definitions/runway",
"description": "Runway in the current room that is available to complete the speedball."
},
"minExtraRunSpeed": {
"$id": "#/definitions/strat/properties/entranceCondition/properties/comeInSpeedballing/properties/minExtraRunSpeed",
"type": "string",
"pattern": "^\\$[0-9|A-F]\\.[0-9|A-F]+$",
"description": "Minimum extra run speed (in hexadecimal) while morphed which will satisfy this condition."
},
"maxExtraRunSpeed": {
"$id": "#/definitions/strat/properties/entranceCondition/properties/comeInSpeedballing/properties/maxExtraRunSpeed",
"type": "string",
"pattern": "^\\$[0-9|A-F]\\.[0-9|A-F]+$",
"description": "Maximum extra run speed (in hexadecimal) while morphed which will satisfy this condition."
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion strats.md
Original file line number Diff line number Diff line change
Expand Up @@ -948,9 +948,12 @@ A `comeInWithDoorStuckSetup` condition must match with a `leaveWithRunway` condi

### Come In Speedballing

A `comeInSpeedballing` entrance condition indicates that Samus must enter the room either in a speedball from the previous room, or in a process of running, jumping, or falling into a speedball. It has the following property:
A `comeInSpeedballing` entrance condition indicates that Samus must enter the room either in a speedball from the previous room, or in a process of running, jumping, or falling into a speedball. It has the following properties:

- _runway_: A [runway geometry](#runway-geometry) object describing the tiles available in the current room to complete the speedball. The end of this runway represents the point by which the speedball must be complete (i.e. when Samus must be morphed and on the ground with blue speed). A runway length of 0 would represent that the speedball must be completed before the transition.
- _minExtraRunSpeed_: The minimum extra run speed (as a hexadecimal string) needed while in speedball. This can be specified if something would prevent the strat from working at too low of a speed.
- _maxExtraRunSpeed_: The maximum extra run speed (as a hexadecimal string) needed while in speedball. This can be specified if something would prevent the strat from working at too high of a speed.


It is assumed that the runway in the current room is level or sloping up; adjustments would be needed to handle a case where it sloped down.

Expand Down

0 comments on commit 933ea7e

Please sign in to comment.