|
80 | 80 | "name": "Missiles", |
81 | 81 | "notable": false, |
82 | 82 | "requires": [ |
83 | | - {"ammo": {"type": "Missile", "count": 50}} |
| 83 | + {"ammo": {"type": "Missile", "count": 25}}, |
| 84 | + {"or": [ |
| 85 | + "canDodgeWhileShooting", |
| 86 | + {"ammo": {"type": "Missile", "count": 25}} |
| 87 | + ]} |
84 | 88 | ], |
85 | 89 | "devNote": "Some farming will still be useful, but without dodging efficiently, many of the drops will be energy." |
86 | 90 | }, |
|
89 | 93 | "notable": false, |
90 | 94 | "requires": [ |
91 | 95 | "canDodgeWhileShooting", |
| 96 | + "canTrickyJump", |
92 | 97 | {"or": [ |
93 | 98 | {"ammo": {"type": "Missile", "count": 2}}, |
94 | 99 | {"ammo": {"type": "Super", "count": 2}} |
95 | 100 | ]}, |
96 | | - {"or": [ |
97 | | - "canTrickyJump", |
98 | | - {"ammo": {"type": "Missile", "count": 25}} |
99 | | - ]}, |
100 | 101 | {"resourceCapacity": [{"type": "Missile", "count": 10}]} |
101 | 102 | ], |
102 | 103 | "note": "Farming requires somewhat careful dodging in order to minimize energy drops.", |
|
112 | 113 | {"ammo": {"type": "Super", "count": 8}}, |
113 | 114 | {"or": [ |
114 | 115 | "canDodgeWhileShooting", |
115 | | - {"ammo": {"type": "Super", "count": 5}} |
| 116 | + {"ammo": {"type": "Super", "count": 4}} |
116 | 117 | ]}, |
117 | 118 | {"or": [ |
118 | | - "canTrickyJump", |
119 | | - {"ammo": {"type": "Super", "count": 2}} |
| 119 | + "canFarmWhileShooting", |
| 120 | + {"ammo": {"type": "Super", "count": 4}} |
120 | 121 | ]} |
121 | 122 | ], |
122 | 123 | "note": [ |
| 124 | + "The hitbox on Croc's mouth may cause direct hits to miss, so jumping and shooting Supers horizontally is recommended.", |
123 | 125 | "While Crocomire's farmables may drop Supers, the rate is too low to rely on.", |
124 | 126 | "If you run out, Croc will most likely push you into the spikes.", |
125 | 127 | "It takes 8 Supers to kill croc if you don't let it move forward." |
126 | | - ] |
| 128 | + ], |
| 129 | + "devNote": "canFarmWhileShooting represents accurate shooting, not the ability to farm drops." |
127 | 130 | }, |
128 | 131 | { |
129 | 132 | "name": "Crocomire with 5 Missiles", |
130 | 133 | "notable": true, |
131 | 134 | "requires": [ |
132 | | - "canDodgeWhileShooting", |
133 | | - "canBeVeryPatient", |
| 135 | + "canFarmWhileShooting", |
| 136 | + "canBePatient", |
134 | 137 | {"or": [ |
135 | 138 | {"ammo": {"type": "Missile", "count": 2}}, |
136 | 139 | {"ammo": {"type": "Super", "count": 2}} |
|
0 commit comments