File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 222222 "requires" : [
223223 " canDash" ,
224224 {"or" : [
225- {"enemyDamage" : {"enemy" : " Dragon" , "type" : " fireball" , "hits" : 3 }},
226225 {"and" : [
227- " Ice " ,
228- " Wave "
226+ " Wave " ,
227+ " Ice "
229228 ]},
230- {"enemyKill" : {
231- "enemies" : [[" Dragon" , " Dragon" ]],
232- "explicitWeapons" : [" Wave+Plasma" ]
233- }}
229+ {"and" : [
230+ " Wave" ,
231+ " Plasma"
232+ ]},
233+ {"and" : [
234+ {"enemyDamage" : {"enemy" : " Dragon" , "type" : " fireball" , "hits" : 3 }},
235+ {"acidFrames" : 20 },
236+ {"heatFrames" : 120 },
237+ {"or" : [
238+ " Gravity" ,
239+ " canWalljump" ,
240+ {"and" : [
241+ " HiJump" ,
242+ {"or" : [
243+ " canDownGrab" ,
244+ {"and" : [
245+ {"acidFrames" : 50 },
246+ {"heatFrames" : 50 }
247+ ]}
248+ ]}
249+ ]}
250+ ]}
251+ ]}
234252 ]},
235253 {"heatFrames" : 900 }
236254 ],
391409 {"heatFrames" : 480 }
392410 ],
393411 "flashSuitChecked" : true ,
394- "blueSuitChecked" : true
412+ "blueSuitChecked" : true ,
413+ "note" : [
414+ " The flames are still active until they fully disperse."
415+ ]
395416 },
396417 {
397418 "id" : 8 ,
728749 ],
729750 "flashSuitChecked" : true ,
730751 "blueSuitChecked" : true ,
731- "note" : " Use a two tile wide platform to get a good amount of running speed to avoid the room hazards."
752+ "note" : [
753+ " The flames are still active until they fully disperse" ,
754+ " Use a two tile wide platform to get a good amount of running speed to avoid the room hazards."
755+ ]
732756 },
733757 {
734758 "id" : 15 ,
820844 "requires" : [
821845 " canDash" ,
822846 {"or" : [
823- {"enemyDamage" : {"enemy" : " Dragon" , "type" : " fireball" , "hits" : 3 }},
824847 {"and" : [
825848 " Ice" ,
826849 " Wave"
827850 ]},
828- {"enemyKill" : {
829- "enemies" : [[" Dragon" , " Dragon" ]],
830- "explicitWeapons" : [" Wave+Plasma" ]
831- }}
851+ {"and" : [
852+ " Plasma" ,
853+ " Wave"
854+ ]},
855+ {"and" : [
856+ {"enemyDamage" : {"enemy" : " Dragon" , "type" : " fireball" , "hits" : 3 }},
857+ {"acidFrames" : 20 },
858+ {"heatFrames" : 120 },
859+ {"or" : [
860+ " Gravity" ,
861+ " canWalljump" ,
862+ {"and" : [
863+ " HiJump" ,
864+ {"or" : [
865+ " canDownGrab" ,
866+ {"and" : [
867+ {"acidFrames" : 50 },
868+ {"heatFrames" : 50 }
869+ ]}
870+ ]}
871+ ]}
872+ ]}
873+ ]}
832874 ]},
833875 {"heatFrames" : 1100 }
834876 ],
You can’t perform that action at this time.
0 commit comments