Skip to content

Commit adac595

Browse files
committed
refine top pirate avoid/tank strats from right door
1 parent c9f0e05 commit adac595

1 file changed

Lines changed: 34 additions & 7 deletions

File tree

region/lowernorfair/east/The Worst Room In The Game.json

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,11 +1332,12 @@
13321332
]
13331333
},
13341334
{
1335-
"id": 27,
13361335
"link": [3, 1],
1337-
"name": "Base",
1336+
"name": "Tank a Pirate Hit",
13381337
"requires": [
1339-
"h_heatProof"
1338+
"canDash",
1339+
{"enemyDamage": {"enemy": "Yellow Space Pirate (standing)", "type": "contact", "hits": 1}},
1340+
{"heatFrames": 300}
13401341
],
13411342
"flashSuitChecked": true,
13421343
"blueSuitChecked": true
@@ -1849,7 +1850,7 @@
18491850
{
18501851
"id": 35,
18511852
"link": [3, 5],
1852-
"name": "Base",
1853+
"name": "Kill the Pirate",
18531854
"requires": [
18541855
"canDash",
18551856
{"or": [
@@ -1872,17 +1873,43 @@
18721873
"Plasma",
18731874
"Wave",
18741875
{"heatFrames": 200}
1875-
]},
1876-
{"heatFrames": 330}
1876+
]}
18771877
]}
18781878
],
18791879
"flashSuitChecked": true,
18801880
"blueSuitChecked": true
18811881
},
1882+
{
1883+
"link": [3, 5],
1884+
"name": "Tank a Pirate Hit",
1885+
"requires": [
1886+
"canDash",
1887+
{"enemyDamage": {"enemy": "Yellow Space Pirate (standing)", "type": "contact", "hits": 1}},
1888+
{"heatFrames": 120}
1889+
],
1890+
"flashSuitChecked": true,
1891+
"blueSuitChecked": true
1892+
},
1893+
{
1894+
"link": [3, 5],
1895+
"name": "Carefully Avoid the Pirate",
1896+
"requires": [
1897+
"canDash",
1898+
"canDodgeWhileShooting",
1899+
{"heatFrames": 330}
1900+
],
1901+
"flashSuitChecked": true,
1902+
"blueSuitChecked": true,
1903+
"note": [
1904+
"Press against the ledge and fire up to clear out some of the shot blocks.",
1905+
"Wait for the Pirate to reach its far left position when it begins looking around.",
1906+
"Jump up onto the remaining shot blocks to get past the Pirate, then shoot the shot blocks below to go down."
1907+
]
1908+
},
18821909
{
18831910
"id": 36,
18841911
"link": [3, 5],
1885-
"name": "Pirate Jump",
1912+
"name": "Tricky Pirate Jump",
18861913
"requires": [
18871914
"canDash",
18881915
"canTrickyJump",

0 commit comments

Comments
 (0)