Skip to content

Commit da3b63d

Browse files
committed
feedback updates
1 parent 2ab2fb1 commit da3b63d

4 files changed

Lines changed: 100 additions & 17 deletions

File tree

region/crateria/central/Parlor and Alcatraz.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2869,7 +2869,7 @@
28692869
"name": "Geemer Farm",
28702870
"requires": [
28712871
"h_ZebesIsAwake",
2872-
{"cycleFrames": 2400},
2872+
{"cycleFrames": 1860},
28732873
{"or": [
28742874
{"resetRoom": {
28752875
"nodes": [3, 4, 6, 7]
@@ -2878,6 +2878,7 @@
28782878
{"resetRoom": {
28792879
"nodes": [1]
28802880
}},
2881+
{"cycleFrames": 420},
28812882
{"or": [
28822883
"ScrewAttack",
28832884
"h_useMorphBombs",
@@ -2896,13 +2897,15 @@
28962897
{"resetRoom": {
28972898
"nodes": [2]
28982899
}},
2900+
{"cycleFrames": 240},
28992901
"Morph"
29002902
]},
29012903
{"and": [
29022904
"Morph",
29032905
{"resetRoom": {
29042906
"nodes": [5]
29052907
}},
2908+
{"cycleFrames": 420},
29062909
{"or": [
29072910
"h_bombThings",
29082911
{"and": [

region/crateria/central/Pre-Map Flyway.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
"link": [1, 1],
156156
"name": "Mellow and Reo Farm",
157157
"requires": [
158-
{"cycleFrames": 360},
159158
{"or": [
160159
{"resetRoom": {"nodes": [1]}},
161160
{"and": [
@@ -164,20 +163,23 @@
164163
]}
165164
]},
166165
{"or": [
167-
"Plasma",
166+
{"and": [
167+
"Plasma",
168+
{"cycleFrames": 360}
169+
]},
168170
{"and": [
169171
"Wave",
170-
{"cycleFrames": 20}
172+
{"cycleFrames": 380}
171173
]},
172174
{"and": [
173175
"ScrewAttack",
174-
{"cycleFrames": 30}
176+
{"cycleFrames": 390}
175177
]},
176178
{"and": [
177179
"Spazer",
178-
{"cycleFrames": 60}
180+
{"cycleFrames": 420}
179181
]},
180-
{"cycleFrames": 140}
182+
{"cycleFrames": 500}
181183
]}
182184
],
183185
"farmCycleDrops": [

region/crateria/east/West Ocean.json

Lines changed: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,6 +2865,7 @@
28652865
"name": "Ripper2 Farm",
28662866
"requires": [
28672867
"ScrewAttack",
2868+
"canCarefulJump",
28682869
{"or": [
28692870
{"and": [
28702871
{"resetRoom": {
@@ -2876,8 +2877,16 @@
28762877
{"resetRoom": {
28772878
"nodes": [4]
28782879
}},
2879-
"canWalljump",
2880-
{"cycleFrames": 380}
2880+
{"or": [
2881+
{"and": [
2882+
"canWalljump",
2883+
{"cycleFrames": 380}
2884+
]},
2885+
{"and": [
2886+
"SpaceJump",
2887+
{"cycleFrames": 320}
2888+
]}
2889+
]}
28812890
]},
28822891
{"and": [
28832892
{"resetRoom": {
@@ -2896,10 +2905,60 @@
28962905
"link": [13, 13],
28972906
"name": "Skultera Farm",
28982907
"requires": [
2899-
{"cycleFrames": 790},
29002908
{"or": [
2901-
"Gravity",
2902-
{"cycleFrames": 590}
2909+
{"and": [
2910+
{"resetRoom": {"nodes": [1]}},
2911+
{"or": [
2912+
{"and": [
2913+
"Gravity",
2914+
{"cycleFrames": 790}
2915+
]},
2916+
{"cycleFrames": 1380}
2917+
]}
2918+
]},
2919+
{"and": [
2920+
{"resetRoom": {"nodes": [4]}},
2921+
{"or": [
2922+
{"and": [
2923+
"Gravity",
2924+
"SpaceJump",
2925+
{"cycleFrames": 750}
2926+
]},
2927+
{"and": [
2928+
"Gravity",
2929+
"canWalljump",
2930+
{"cycleFrames": 1020}
2931+
]},
2932+
{"and": [
2933+
"SpaceJump",
2934+
{"cycleFrames": 1390}
2935+
]},
2936+
{"and": [
2937+
"canWalljump",
2938+
{"cycleFrames": 1420}
2939+
]}
2940+
]}
2941+
]},
2942+
{"and": [
2943+
{"resetRoom": {"nodes": [5]}},
2944+
{"or": [
2945+
{"and": [
2946+
"Gravity",
2947+
"SpaceJump",
2948+
{"cycleFrames": 690}
2949+
]},
2950+
{"and": [
2951+
"Gravity",
2952+
"canWalljump",
2953+
{"cycleFrames": 820}
2954+
]},
2955+
{"and": [
2956+
"Gravity",
2957+
{"cycleFrames": 1110}
2958+
]},
2959+
{"cycleFrames": 1600}
2960+
]}
2961+
]}
29032962
]},
29042963
{"or": [
29052964
{"and": [
@@ -2931,7 +2990,8 @@
29312990
],
29322991
"farmCycleDrops": [
29332992
{"enemy": "Skultera", "count": 2}
2934-
]
2993+
],
2994+
"resetsObstacles": ["A", "B"]
29352995
},
29362996
{
29372997
"id": 126,

region/crateria/west/Terminator Room.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,28 @@
127127
"link": [1, 1],
128128
"name": "Geemer and Waver Farm",
129129
"requires": [
130-
{"resetRoom": {
131-
"nodes": [1, 2]
132-
}},
133-
{"cycleFrames": 900}
130+
{"or": [
131+
{"resetRoom": {
132+
"nodes": [1]
133+
}},
134+
{"and": [
135+
{"resetRoom": {
136+
"nodes": [2]
137+
}},
138+
{"cycleFrames": 60}
139+
]}
140+
]},
141+
{"or": [
142+
{"and": [
143+
{"or": [
144+
"Wave",
145+
"Spazer",
146+
"Plasma"
147+
]},
148+
{"cycleFrames": 960}
149+
]},
150+
{"cycleFrames": 1110}
151+
]}
134152
],
135153
"farmCycleDrops": [
136154
{"enemy": "Geemer (blue)", "count": 6},

0 commit comments

Comments
 (0)