File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 "requires" : [
9090 " canUseGrapple" ,
9191 " canTrickyJump" ,
92- {"cycleFrames" : 150 }
92+ {"cycleFrames" : 150 },
93+ {"or" : [
94+ {"noFlashSuit" : {}},
95+ {"and" : [
96+ " canComplexCarryFlashSuit" ,
97+ " h_useSpringBall" ,
98+ {"cycleFrames" : 60 }
99+ ]},
100+ {"and" : [
101+ " canTrickyCarryFlashSuit" ,
102+ " canInsaneMidAirMorph" ,
103+ " canBeExtremelyPatient" ,
104+ {"cycleFrames" : 200 }
105+ ]}
106+ ]}
93107 ],
94108 "farmCycleDrops" : [{"enemy" : " Geemer (orange)" , "count" : 1 }],
95109 "flashSuitChecked" : true ,
Original file line number Diff line number Diff line change 136136 "requires" : [
137137 {"notable" : " Leave With Grapple Teleport" },
138138 " canMoonwalk" ,
139- " canInsaneJump"
139+ " canInsaneJump" ,
140+ {"or" : [
141+ {"noFlashSuit" : {}},
142+ {"and" : [
143+ " h_useSpringBall" ,
144+ " canComplexCarryFlashSuit"
145+ ]}
146+ ]}
140147 ],
141148 "exitCondition" : {
142149 "leaveWithGrappleTeleport" : {
156163 "name" : " Base" ,
157164 "requires" : [
158165 {"or" : [
159- " Grapple" ,
160- " SpaceJump"
166+ " SpaceJump" ,
167+ {"and" : [
168+ " Grapple" ,
169+ {"or" : [
170+ {"noFlashSuit" : {}},
171+ " canInsaneJump"
172+ ]}
173+ ]}
161174 ]}
162175 ],
163176 "flashSuitChecked" : true ,
You can’t perform that action at this time.
0 commit comments