|
85 | 85 | { |
86 | 86 | "id": 2, |
87 | 87 | "link": [1, 1], |
88 | | - "name": "Beetom Farm", |
| 88 | + "name": "Beetom Farm (Speed Booster)", |
89 | 89 | "requires": [ |
| 90 | + "SpeedBooster", |
90 | 91 | {"or": [ |
91 | 92 | {"resetRoom": {"nodes": [1]}}, |
92 | 93 | {"and": [ |
93 | 94 | {"resetRoom": {"nodes": [2]}}, |
94 | | - "SpeedBooster" |
| 95 | + {"cycleFrames": 40} |
95 | 96 | ]} |
96 | 97 | ]}, |
| 98 | + "h_getBlueSpeedMaxRunway", |
| 99 | + {"cycleFrames": 330} |
| 100 | + ], |
| 101 | + "farmCycleDrops": [{"enemy": "Beetom", "count": 6}], |
| 102 | + "flashSuitChecked": true, |
| 103 | + "note": "Kill the Beetoms with Screw Attack or by freezing or carefully avoiding them and using Bombs or Power Bombs.", |
| 104 | + "devNote": [ |
| 105 | + "Health Bomb ends at 50 energy.", |
| 106 | + "One ammo can be used to gain a power bomb and then power bombs can be used to farm more power bombs." |
| 107 | + ] |
| 108 | + }, |
| 109 | + { |
| 110 | + "link": [1, 1], |
| 111 | + "name": "Beetom Farm", |
| 112 | + "requires": [ |
| 113 | + {"resetRoom": {"nodes": [1]}}, |
97 | 114 | {"or": [ |
98 | | - "ScrewAttack", |
99 | | - "h_getBlueSpeedMaxRunway", |
| 115 | + {"and": [ |
| 116 | + "ScrewAttack", |
| 117 | + {"cycleFrames": 370} |
| 118 | + ]}, |
100 | 119 | {"and": [ |
101 | 120 | "Ice", |
102 | | - "h_useMorphBombs" |
| 121 | + "h_useMorphBombs", |
| 122 | + {"cycleFrames": 480} |
103 | 123 | ]}, |
104 | 124 | {"and": [ |
105 | 125 | "Morph", |
106 | 126 | {"resourceAvailable": [{"type": "Energy", "count": 50}]}, |
107 | | - {"or": [ |
108 | | - {"ammo": {"type": "PowerBomb", "count": 1}}, |
109 | | - {"ammo": {"type": "Missile", "count": 1}}, |
110 | | - {"ammo": {"type": "Super", "count": 1}} |
111 | | - ]} |
| 127 | + "h_usePowerBomb", |
| 128 | + {"cycleFrames": 460} |
112 | 129 | ]} |
113 | | - ]}, |
114 | | - {"refill": ["PowerBomb"]} |
| 130 | + ]} |
115 | 131 | ], |
| 132 | + "farmCycleDrops": [{"enemy": "Beetom", "count": 3}], |
| 133 | + "flashSuitChecked": true, |
116 | 134 | "note": "Kill the Beetoms with Screw Attack or by freezing or carefully avoiding them and using Bombs or Power Bombs.", |
117 | 135 | "devNote": [ |
118 | 136 | "Health Bomb ends at 50 energy.", |
|
0 commit comments