Skip to content

Commit c56d3fe

Browse files
committed
Pants Room farms
1 parent 9b4770c commit c56d3fe

2 files changed

Lines changed: 155 additions & 4 deletions

File tree

region/maridia/inner-green/East Pants Room.json

Lines changed: 138 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,32 @@
123123
"requires": [
124124
"canDodgeWhileShooting",
125125
{"resetRoom": {"nodes": [1]}},
126-
{"partialRefill": {"type": "Energy", "limit": 160}},
127-
{"partialRefill": {"type": "Missile", "limit": 6}},
128-
{"partialRefill": {"type": "PowerBomb", "limit": 2}}
126+
{"or": [
127+
{"and": [
128+
"Grapple",
129+
{"cycleFrames": 200}
130+
]},
131+
{"and": [
132+
"Gravity",
133+
"ScrewAttack",
134+
{"cycleFrames": 200}
135+
]},
136+
{"and": [
137+
{"or": [
138+
"Plasma",
139+
"Wave",
140+
"Spazer"
141+
]},
142+
{"cycleFrames": 330}
143+
]},
144+
{"cycleFrames": 360}
145+
]}
129146
],
130-
"note": "Stand (don't crouch) next to the door and shoot diagonally down into the sand until the puyos are killed."
147+
"farmCycleDrops": [{"enemy": "Puyo", "count": 2}],
148+
"note": "Stand (don't crouch) next to the door and shoot diagonally down into the sand until the Puyos are killed.",
149+
"devNote": [
150+
"One or both of the Puyos above the shot block could also be farmed, but it doesn't seem worth modeling."
151+
]
131152
},
132153
{
133154
"id": 3,
@@ -351,6 +372,119 @@
351372
}
352373
}
353374
},
375+
{
376+
"link": [2, 2],
377+
"name": "Puyo Farm (1 Puyo)",
378+
"requires": [
379+
{"resetRoom": {"nodes": [2]}},
380+
{"or": [
381+
{"and": [
382+
"Gravity",
383+
{"or": [
384+
{"and": [
385+
"Plasma",
386+
{"cycleFrames": 85}
387+
]},
388+
{"and": [
389+
"Grapple",
390+
{"cycleFrames": 95}
391+
]},
392+
{"and": [
393+
"ScrewAttack",
394+
{"cycleFrames": 105}
395+
]},
396+
{"and": [
397+
"Wave",
398+
{"cycleFrames": 110}
399+
]},
400+
{"and": [
401+
"Spazer",
402+
{"cycleFrames": 125}
403+
]},
404+
{"cycleFrames": 155}
405+
]}
406+
]},
407+
{"and": [
408+
"canSuitlessMaridia",
409+
{"or": [
410+
{"and": [
411+
"Grapple",
412+
{"cycleFrames": 135}
413+
]},
414+
{"and": [
415+
{"or": [
416+
"Plasma",
417+
"Wave"
418+
]},
419+
{"cycleFrames": 175}
420+
]},
421+
{"and": [
422+
"Spazer",
423+
{"cycleFrames": 185}
424+
]},
425+
{"and": [
426+
"canDodgeWhileShooting",
427+
{"cycleFrames": 220}
428+
]}
429+
]}
430+
]}
431+
]}
432+
],
433+
"farmCycleDrops": [{"enemy": "Puyo", "count": 1}]
434+
},
435+
{
436+
"link": [2, 2],
437+
"name": "Puyo Farm (3 Puyos)",
438+
"requires": [
439+
{"resetRoom": {"nodes": [2]}},
440+
{"or": [
441+
{"and": [
442+
"Gravity",
443+
{"or": [
444+
{"and": [
445+
"Plasma",
446+
{"cycleFrames": 230}
447+
]},
448+
{"and": [
449+
"Grapple",
450+
{"cycleFrames": 270}
451+
]},
452+
{"and": [
453+
"Wave",
454+
{"cycleFrames": 300}
455+
]},
456+
{"and": [
457+
"Spazer",
458+
{"cycleFrames": 330}
459+
]},
460+
{"and": [
461+
"canDodgeWhileShooting",
462+
{"cycleFrames": 650}
463+
]}
464+
]}
465+
]},
466+
{"and": [
467+
"canSuitlessMaridia",
468+
"canDodgeWhileShooting",
469+
{"or": [
470+
"h_crouchJumpDownGrab",
471+
"HiJump"
472+
]},
473+
{"or": [
474+
{"and": [
475+
"Grapple",
476+
{"cycleFrames": 530}
477+
]},
478+
{"cycleFrames": 890}
479+
]}
480+
]}
481+
]}
482+
],
483+
"farmCycleDrops": [{"enemy": "Puyo", "count": 3}],
484+
"devNote": [
485+
"More Puyos could be farmed at the bottom of the room, but it doesn't seem worth modeling."
486+
]
487+
},
354488
{
355489
"id": 16,
356490
"link": [2, 2],

region/maridia/inner-green/Pants Room.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,23 @@
814814
"link": [5, 4],
815815
"name": "Base",
816816
"requires": []
817+
},
818+
{
819+
"link": [5, 5],
820+
"name": "Menu Farm",
821+
"requires": [
822+
{"resetRoom": {"nodes": [1, 3]}},
823+
"Grapple",
824+
"Gravity",
825+
"SpaceJump",
826+
"ScrewAttack",
827+
"canConsecutiveWalljump",
828+
{"cycleFrames": 1120}
829+
],
830+
"farmCycleDrops": [{"enemy": "Menu", "count": 6}],
831+
"devNote": [
832+
"FIXME: Many other options are possible for movement and weapons."
833+
]
817834
}
818835
],
819836
"notables": [

0 commit comments

Comments
 (0)