|
220 | 220 | } |
221 | 221 | } |
222 | 222 | }, |
| 223 | + { |
| 224 | + "link": [1, 1], |
| 225 | + "name": "Single Alcoon Farm", |
| 226 | + "requires": [ |
| 227 | + "h_heatProof", |
| 228 | + {"resetRoom": {"nodes": [1]}}, |
| 229 | + {"or": [ |
| 230 | + {"and": [ |
| 231 | + "Plasma", |
| 232 | + {"cycleFrames": 245}, |
| 233 | + {"or": [ |
| 234 | + "Wave", |
| 235 | + "Charge" |
| 236 | + ]} |
| 237 | + ]}, |
| 238 | + {"and": [ |
| 239 | + {"or": [ |
| 240 | + "Wave", |
| 241 | + "ScrewAttack", |
| 242 | + "Spazer", |
| 243 | + "canPseudoScrew" |
| 244 | + ]}, |
| 245 | + {"cycleFrames": 285} |
| 246 | + ]}, |
| 247 | + {"and": [ |
| 248 | + "canDodgeWhileShooting", |
| 249 | + {"cycleFrames": 420} |
| 250 | + ]} |
| 251 | + ]} |
| 252 | + ], |
| 253 | + "clearsObstacles": ["A"], |
| 254 | + "resetsObstacles": ["B", "C"], |
| 255 | + "farmCycleDrops": [ |
| 256 | + {"enemy": "Alcoon", "count": 1} |
| 257 | + ] |
| 258 | + }, |
| 259 | + { |
| 260 | + "link": [1, 1], |
| 261 | + "name": "Partial Alcoon Farm", |
| 262 | + "requires": [ |
| 263 | + {"or": [ |
| 264 | + {"and": [ |
| 265 | + "Plasma", |
| 266 | + {"heatFrames": 245}, |
| 267 | + {"or": [ |
| 268 | + "Wave", |
| 269 | + "Charge" |
| 270 | + ]} |
| 271 | + ]}, |
| 272 | + {"and": [ |
| 273 | + {"or": [ |
| 274 | + "Wave", |
| 275 | + "ScrewAttack", |
| 276 | + "Spazer", |
| 277 | + "canPseudoScrew" |
| 278 | + ]}, |
| 279 | + {"heatFrames": 285} |
| 280 | + ]}, |
| 281 | + {"and": [ |
| 282 | + "canDodgeWhileShooting", |
| 283 | + {"heatFrames": 420} |
| 284 | + ]} |
| 285 | + ]}, |
| 286 | + {"resourceAvailable": [ |
| 287 | + {"type": "Energy", "count": 50} |
| 288 | + ]}, |
| 289 | + {"partialRefill": {"type": "PowerBomb", "limit": 1}} |
| 290 | + ], |
| 291 | + "clearsObstacles": ["A"] |
| 292 | + }, |
223 | 293 | { |
224 | 294 | "id": 2, |
225 | 295 | "link": [1, 1], |
|
686 | 756 | } |
687 | 757 | } |
688 | 758 | }, |
| 759 | + { |
| 760 | + "link": [3, 3], |
| 761 | + "name": "Alcoon Farm", |
| 762 | + "requires": [ |
| 763 | + "h_heatProof", |
| 764 | + {"or": [ |
| 765 | + {"and": [ |
| 766 | + {"resetRoom": {"nodes": [1]}}, |
| 767 | + {"or": [ |
| 768 | + "canWalljump", |
| 769 | + "HiJump", |
| 770 | + "SpaceJump" |
| 771 | + ]}, |
| 772 | + {"cycleFrames": 150} |
| 773 | + ]}, |
| 774 | + {"resetRoom": {"nodes": [3]}} |
| 775 | + ]}, |
| 776 | + {"or": [ |
| 777 | + {"and": [ |
| 778 | + "Plasma", |
| 779 | + {"cycleFrames": 400} |
| 780 | + ]}, |
| 781 | + {"and": [ |
| 782 | + "ScrewAttack", |
| 783 | + {"cycleFrames": 360} |
| 784 | + ]}, |
| 785 | + {"and": [ |
| 786 | + "canPseudoScrew", |
| 787 | + {"cycleFrames": 440} |
| 788 | + ]}, |
| 789 | + {"and": [ |
| 790 | + "Spazer", |
| 791 | + "Wave", |
| 792 | + {"cycleFrames": 560} |
| 793 | + ]}, |
| 794 | + {"and": [ |
| 795 | + "canDodgeWhileShooting", |
| 796 | + {"cycleFrames": 910} |
| 797 | + ]} |
| 798 | + ]} |
| 799 | + ], |
| 800 | + "resetsObstacles": ["A", "B", "C"], |
| 801 | + "farmCycleDrops": [ |
| 802 | + {"enemy": "Alcoon", "count": 3} |
| 803 | + ] |
| 804 | + }, |
| 805 | + { |
| 806 | + "link": [3, 3], |
| 807 | + "name": "Partial Alcoon Farm", |
| 808 | + "requires": [ |
| 809 | + {"or": [ |
| 810 | + {"and": [ |
| 811 | + "Plasma", |
| 812 | + {"heatFrames": 400} |
| 813 | + ]}, |
| 814 | + {"and": [ |
| 815 | + "ScrewAttack", |
| 816 | + {"heatFrames": 360} |
| 817 | + ]}, |
| 818 | + {"and": [ |
| 819 | + "canPseudoScrew", |
| 820 | + {"heatFrames": 440} |
| 821 | + ]}, |
| 822 | + {"and": [ |
| 823 | + "Spazer", |
| 824 | + "Wave", |
| 825 | + {"heatFrames": 560} |
| 826 | + ]}, |
| 827 | + {"and": [ |
| 828 | + "canDodgeWhileShooting", |
| 829 | + {"heatFrames": 910} |
| 830 | + ]} |
| 831 | + ]}, |
| 832 | + {"resourceAvailable": [ |
| 833 | + {"type": "Energy", "count": 50} |
| 834 | + ]}, |
| 835 | + {"partialRefill": {"type": "PowerBomb", "limit": 3}} |
| 836 | + ] |
| 837 | + }, |
689 | 838 | { |
690 | 839 | "id": 16, |
691 | 840 | "link": [3, 3], |
|
0 commit comments