Skip to content

Commit

Permalink
Merge pull request #1734 from blkerby/ice-beam-acid-shinecharge
Browse files Browse the repository at this point in the history
Ice Beam Acid shinesparks
  • Loading branch information
osse101 authored Nov 11, 2024
2 parents 4ca7047 + b734ff1 commit 6eddbe8
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions region/norfair/west/Ice Beam Acid Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,66 @@
{"heatFrames": 135}
]
},
{
"link": [1, 2],
"name": "Come In Shinecharged, Leave With Spark",
"entranceCondition": {
"comeInShinecharged": {
"framesRequired": 90
}
},
"requires": [
"canShinechargeMovementComplex",
{"heatFrames": 140},
{"shinespark": {"frames": 24, "excessFrames": 0}}
],
"exitCondition": {
"leaveWithSpark": {}
},
"unlocksDoors": [
{
"types": ["super"],
"requires": []
},
{
"types": ["missiles", "powerbomb"],
"requires": [
"never"
]
}
],
"flashSuitChecked": true
},
{
"link": [1, 2],
"name": "Hero Shot Spark",
"entranceCondition": {
"comeInShinecharged": {
"framesRequired": 45
}
},
"requires": [
"canShinechargeMovementTricky",
{"heatFrames": 110},
{"shinespark": {"frames": 34, "excessFrames": 0}}
],
"exitCondition": {
"leaveWithSpark": {}
},
"unlocksDoors": [
{
"types": ["super"],
"requires": []
},
{
"types": ["missiles", "powerbomb"],
"requires": [
"never"
]
}
],
"flashSuitChecked": true
},
{
"id": 9,
"link": [2, 1],
Expand Down Expand Up @@ -312,6 +372,66 @@
{"heatFrames": 135}
]
},
{
"link": [2, 1],
"name": "Come In Shinecharged, Leave With Spark",
"entranceCondition": {
"comeInShinecharged": {
"framesRequired": 100
}
},
"requires": [
"canShinechargeMovementComplex",
{"heatFrames": 155},
{"shinespark": {"frames": 25, "excessFrames": 0}}
],
"exitCondition": {
"leaveWithSpark": {}
},
"unlocksDoors": [
{
"types": ["super"],
"requires": []
},
{
"types": ["missiles", "powerbomb"],
"requires": [
"never"
]
}
],
"flashSuitChecked": true
},
{
"link": [2, 1],
"name": "Hero Shot Spark",
"entranceCondition": {
"comeInShinecharged": {
"framesRequired": 45
}
},
"requires": [
"canShinechargeMovementTricky",
{"heatFrames": 110},
{"shinespark": {"frames": 36, "excessFrames": 0}}
],
"exitCondition": {
"leaveWithSpark": {}
},
"unlocksDoors": [
{
"types": ["super"],
"requires": []
},
{
"types": ["missiles", "powerbomb"],
"requires": [
"never"
]
}
],
"flashSuitChecked": true
},
{
"id": 13,
"link": [2, 1],
Expand Down

0 comments on commit 6eddbe8

Please sign in to comment.