Skip to content

Commit 91dd9a3

Browse files
authored
Merge pull request #2578 from nn357/parlor_slopespark
add slopespark to parlour
2 parents cfa2dce + 484964e commit 91dd9a3

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

region/crateria/central/Parlor and Alcatraz.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,51 @@
13801380
},
13811381
"flashSuitChecked": true
13821382
},
1383+
{
1384+
"link": [4, 4],
1385+
"name": "Gain Flash Suit (Slopespark)",
1386+
"requires": [
1387+
{"canShineCharge": {
1388+
"usedTiles": 17,
1389+
"steepUpTiles": 3,
1390+
"steepDownTiles": 3,
1391+
"openEnd": 2
1392+
}},
1393+
{"or": [
1394+
"canBeVeryPatient",
1395+
{"ammo": {"type": "Super", "count": 1}}
1396+
]},
1397+
{"enemyDamage": {"enemy": "Geemer (blue)", "type": "contact", "hits": 1}},
1398+
"canSlopeSpark",
1399+
{"shinespark": {"frames": 5, "excessFrames": 5}}
1400+
],
1401+
"flashSuitChecked": true
1402+
},
1403+
{
1404+
"link": [4, 4],
1405+
"name": "Gain Flash Suit (Slopespark) - Leave with Shinespark",
1406+
"requires": [
1407+
{"canShineCharge": {
1408+
"usedTiles": 17,
1409+
"steepUpTiles": 3,
1410+
"steepDownTiles": 3,
1411+
"openEnd": 2
1412+
}},
1413+
{"or": [
1414+
"canBeVeryPatient",
1415+
{"ammo": {"type": "Super", "count": 1}}
1416+
]},
1417+
{"enemyDamage": {"enemy": "Geemer (blue)", "type": "contact", "hits": 1}},
1418+
"canSlopeSpark",
1419+
{"shinespark": {"frames": 15}}
1420+
],
1421+
"exitCondition": {
1422+
"leaveWithSpark": {
1423+
"position": "bottom"
1424+
}
1425+
},
1426+
"flashSuitChecked": true
1427+
},
13831428
{
13841429
"id": 45,
13851430
"link": [4, 4],

0 commit comments

Comments
 (0)