Skip to content

Commit a36fb54

Browse files
committed
Reduce difficulty of upper FastPillarsSetupRoom; reduce heat frames.
1 parent 6ab38fc commit a36fb54

1 file changed

Lines changed: 42 additions & 3 deletions

File tree

region/lowernorfair/east/Fast Pillars Setup Room.json

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,15 @@
239239
"requires": [
240240
"h_canNavigateHeatRooms",
241241
"HiJump",
242-
{"heatFrames": 130}
242+
{"or": [
243+
"canDodgeWhileShooting",
244+
{"enemyDamage": {
245+
"enemy": "Yellow Space Pirate (wall)",
246+
"type": "contact",
247+
"hits": 1
248+
}}
249+
]},
250+
{"heatFrames": 120}
243251
]
244252
},
245253
{
@@ -248,7 +256,15 @@
248256
"requires": [
249257
"h_canNavigateHeatRooms",
250258
"canPreciseWalljump",
251-
{"heatFrames": 150}
259+
{"or": [
260+
"canTrickyJump",
261+
{"enemyDamage": {
262+
"enemy": "Yellow Space Pirate (wall)",
263+
"type": "contact",
264+
"hits": 1
265+
}}
266+
]},
267+
{"heatFrames": 120}
252268
],
253269
"note": "Walljump from directly above the door to avoid the left wall pirate."
254270
},
@@ -262,6 +278,14 @@
262278
"canWalljump",
263279
"SpaceJump"
264280
]},
281+
{"or": [
282+
"canDodgeWhileShooting",
283+
{"enemyDamage": {
284+
"enemy": "Yellow Space Pirate (standing)",
285+
"type": "contact",
286+
"hits": 1
287+
}}
288+
]},
265289
{"heatFrames": 420}
266290
],
267291
"note": [
@@ -823,7 +847,22 @@
823847
"name": "Base",
824848
"requires": [
825849
"h_canNavigateHeatRooms",
826-
{"heatFrames": 150}
850+
{"or": [
851+
"canCarefulJump",
852+
{"enemyDamage": {
853+
"enemy": "Yellow Space Pirate (wall)",
854+
"type": "contact",
855+
"hits": 1
856+
}}
857+
]},
858+
{"or": [
859+
"canTrickyJump",
860+
{"heatFrames": 20}
861+
]},
862+
{"heatFrames": 115}
863+
],
864+
"note": [
865+
"Falling to the right of the floating platform is faster."
827866
]
828867
},
829868
{

0 commit comments

Comments
 (0)