Skip to content

Commit 8872929

Browse files
committed
Review pass
1 parent 03243ec commit 8872929

1 file changed

Lines changed: 24 additions & 12 deletions

File tree

region/norfair/east/Red Pirate Shaft.json

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,16 @@
209209
"type": "contact",
210210
"hits": 3
211211
}},
212-
"canCarefulJump",
213212
{"or": [
214-
"canWallJump",
215-
"HiJump",
216-
"SpaceJump",
213+
{"and": [
214+
"canCarefulJump",
215+
"HiJump"
216+
]},
217+
"canPreciseWalljump",
218+
{"and": [
219+
"canDodgeWhileShooting",
220+
"SpaceJump"
221+
]},
217222
"canTrickySpringBallJump",
218223
"canUseIFrames"
219224
]}
@@ -229,7 +234,13 @@
229234
"link": [1, 2],
230235
"name": "Avoid the Enemies",
231236
"requires": [
232-
"canTrickyJump"
237+
{"or": [
238+
"canTrickyJump",
239+
{"and": [
240+
"canDodgeWhileShooting",
241+
"HiJump"
242+
]}
243+
]}
233244
],
234245
"flashSuitChecked": true,
235246
"blueSuitChecked": true,
@@ -254,10 +265,7 @@
254265
"link": [1, 2],
255266
"name": "Kill the Geemers",
256267
"requires": [
257-
{"or": [
258-
"ScrewAttack",
259-
"canUseGrapple"
260-
]},
268+
"canUseGrapple",
261269
{"or": [
262270
"canWallJump",
263271
"HiJump",
@@ -267,7 +275,7 @@
267275
],
268276
"flashSuitChecked": true,
269277
"blueSuitChecked": true,
270-
"devNote": "PowerBombs would use Kill the Pirates."
278+
"devNote": "ScrewAttack and PowerBombs would use Kill the Pirates."
271279
},
272280
{
273281
"id": 8,
@@ -299,7 +307,11 @@
299307
"link": [2, 1],
300308
"name": "Tank the Damage",
301309
"requires": [
302-
{"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 3}}
310+
{"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 1}},
311+
{"or": [
312+
"canUseIFrames",
313+
{"enemyDamage": {"enemy": "Geemer (grey)", "type": "contact", "hits": 2}}
314+
]}
303315
],
304316
"flashSuitChecked": true,
305317
"blueSuitChecked": true,
@@ -310,7 +322,7 @@
310322
"name": "Kill the Enemies",
311323
"requires": [
312324
{"or": [
313-
{"enemyKill": {"enemies": [["Geemer (grey)"],["Geemer (grey)"],["Geemer (grey)"]]}},
325+
"canUseGrapple",
314326
{"enemyKill": {"enemies": [["Red Space Pirate (standing)", "Red Space Pirate (standing)"], ["Red Space Pirate (standing)"]]}}
315327
]}
316328
],

0 commit comments

Comments
 (0)