Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 7 additions & 186 deletions helpers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1077,198 +1077,19 @@
{"ammo": {"type": "Super", "count": 1}}
]}
]
}
]
},
{
"name": "Artificial Morph",
"description": "Helpers used in G-Mode Artificial Morph Strats.",
"helpers": [
{
"name": "h_artificialMorphSpringBall",
"requires": [
"SpringBall"
]
},
{
"name": "h_artificialMorphSpringFling",
"requires": [
{"tech": "canSpringFling"},
"SpringBall"
]
},
{
"name": "h_artificialMorphDoubleSpringBallJump",
"requires": [
{"tech": "canDoubleSpringBallJumpMidAir"},
"HiJump",
"SpringBall"
]
},
{
"name": "h_artificialMorphBombThings",
"name": "h_killGreenGeron",
"requires": [
{"or": [
"Bombs",
{"ammo": { "type": "PowerBomb", "count": 1}}
]}
]
},
{
"name": "h_artificialMorphBombs",
"requires": [
"Bombs"
]
},
{
"name": "h_artificialMorphPowerBomb",
"requires": [
{"ammo": { "type": "PowerBomb", "count": 1}}
]
},
{
"name": "h_artificialMorphIBJ",
"requires": [
{"tech": "canIBJ"},
"Bombs"
]
},
{
"name": "h_artificialMorphLongIBJ",
"requires": [
{"tech": "canLongIBJ"},
"Bombs"
]
},
{
"name": "h_artificialMorphJumpIntoIBJ",
"requires": [
{"tech": "canJumpIntoIBJ"},
"Bombs",
"SpringBall"
]
},
{
"name": "h_artificialMorphBombAboveIBJ",
"requires": [
{"tech": "canBombAboveIBJ"},
"Bombs"
]
},
{
"name": "h_artificialMorphCeilingBombJump",
"requires": [
{"tech": "canCeilingBombJump"},
"Bombs"
]
},
{
"name": "h_artificialMorphLongCeilingBombJump",
"requires": [
{"tech": "canLongCeilingBombJump"},
"Bombs"
]
},
{
"name": "h_artificialMorphDiagonalBombJump",
"requires": [
{"tech": "canDiagonalBombJump"},
"Bombs"
]
},
{
"name": "h_artificialMorphDoubleBombJump",
"requires": [
{"tech": "canDoubleBombJump"},
"Bombs"
]
},
{
"name": "h_artificialMorphStaggeredIBJ",
"requires": [
{"tech": "canStaggeredIBJ"},
"Bombs"
]
},
{
"name": "h_artificialMorphBombHorizontally",
"requires": [
{"tech": "canBombHorizontally"},
{"or": [
"Bombs",
{"ammo": {"type": "PowerBomb", "count": 1}}
]}
]
},
{
"name": "h_artificialMorphHBJ",
"requires": [
{"tech": "canHBJ"},
"Bombs"
]
},
{
"name": "h_artificialMorphResetFallSpeed",
"requires": [{"tech": "canResetFallSpeed"}]
},
{
"name": "h_artificialMorphSpringBallBombJump",
"requires": [
{"tech": "canSpringBallBombJump"},
"SpringBall",
{"or": [
"Bombs",
{"ammo": {"type": "PowerBomb", "count": 1}}
]}
]
},
{
"name": "h_artificialMorphUnderwaterBombIntoSpringBallJump",
"requires": [
{"tech": "canUnderwaterBombIntoSpringBallJump"},
"SpringBall",
"Bombs"
]
},
{
"name": "h_artificialMorphCrystalFlash",
"requires": [
{"tech": "canCrystalFlash"},
{"ammo": {"type": "PowerBomb", "count": 1}},
{"ammo": {"type": "Missile", "count": 10}},
{"ammo": {"type": "Super", "count": 10}},
{"ammo": {"type": "PowerBomb", "count": 10}},
{"partialRefill": {"type": "Energy", "limit": 1500}},
{"noFlashSuit": {}}
],
"devNote": "FIXME: Samus may not get a full refill, depending on the number of tanks and environment."
},
{
"name": "h_artificialMorphBombIntoCrystalFlashClip",
"requires": [
{"tech": "canBombIntoCrystalFlashClip"},
"Bombs",
"h_artificialMorphCrystalFlash",
"h_bombIntoCrystalFlashClipLeniency"
]
},
{
"name": "h_artificialMorphMovement",
"requires": [
{"or": [
"h_artificialMorphSpringBall",
"h_artificialMorphIBJ",
"Morph"
"ScrewAttack",
"h_usePowerBomb",
{"ammo": {"type": "Super", "count": 3}},
{"ammo": {"type": "Ice Missile", "count": 2}},
{"ammo": {"type": "Diffusion", "count": 1}}
]}
],
"note": [
"These are ways to navigate stairs and small platforms for strats assuming G-mode artificial morph.",
"Having Morph means we can unmorph, jump, and remorph, as using artificial morph is not needed in that case."
],
"devNote": [
"Morph will not be a usable alternative to get up very constrained ledges, such as in a morph tunnel.",
"IBJ is not usable for underwater rooms without Gravity."
]
"note": "Includes standard ways to kill Green Geron, excludes room specific strats like SpeedBooster."
}
]
}
Expand Down
Loading