Skip to content

Commit 211527a

Browse files
authored
Add canFlashSuitDoubleSpark (#2317)
1 parent bf0ee35 commit 211527a

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

region/brinstar/pink/Spore Spawn Farming Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"link": [2, 2],
400400
"name": "Gain Flash Suit (Slopespark) - Leave With Shinespark",
401401
"requires": [
402-
"canComplexCarryFlashSuit",
402+
"canFlashSuitDoubleSpark",
403403
{"canShineCharge": {"usedTiles": 21, "steepDownTiles": 2, "openEnd": 0}},
404404
{"shineChargeFrames": 150},
405405
{"enemyDamage": {"enemy": "Zeb", "type": "contact", "hits": 1}},

region/crateria/west/Terminator Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"link": [2, 2],
363363
"name": "Gain Flash Suit (Slopespark) - Leave With Shinespark",
364364
"requires": [
365-
"canComplexCarryFlashSuit",
365+
"canFlashSuitDoubleSpark",
366366
"h_shinechargeMaxRunway",
367367
{"shineChargeFrames": 125},
368368
{"enemyDamage": {"enemy": "Geemer (blue)", "type": "contact", "hits": 1}},

tech.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,17 @@
23512351
]
23522352
}
23532353
]
2354+
},
2355+
{
2356+
"name": "canFlashSuitDoubleSpark",
2357+
"techRequires": [
2358+
"canCarryFlashSuit"
2359+
],
2360+
"otherRequires": [],
2361+
"note": [
2362+
"The ability to utilize the initial spark while obtaining a flash suit through a spike suit or slope spark.",
2363+
"This will typically be used to spark through a door while maintaining a flash suit."
2364+
]
23542365
}
23552366
]
23562367
},

0 commit comments

Comments
 (0)