Skip to content

Commit 360b198

Browse files
committed
feedback updates
1 parent 67f5172 commit 360b198

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

region/crateria/central/Climb.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,10 @@
21672167
"farmCycleDrops": [
21682168
{"enemy": "Grey Space Pirate (wall)", "count": 11}
21692169
],
2170-
"resetsObstacles": ["A", "B"]
2170+
"resetsObstacles": ["A", "B"],
2171+
"devNote": [
2172+
"FIXME: Shinesparking can also be a viable option, in case it is patched to not cost energy."
2173+
]
21712174
},
21722175
{
21732176
"id": 104,

region/crateria/central/Crateria Power Bomb Room.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@
9191
}},
9292
{"or": [
9393
{"and": [
94-
"ScrewAttack",
94+
{"or": [
95+
"ScrewAttack",
96+
{"ammo": {"type": "Missile", "count": 3}}
97+
]},
9598
{"cycleFrames": 575}
9699
]},
97100
{"and": [

region/crateria/central/Flyway.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,18 @@
199199
]},
200200
{"cycleFrames": 420}
201201
]},
202-
{"cycleFrames": 610}
202+
{"and": [
203+
{"or": [
204+
"canDodgeWhileShooting",
205+
"Spazer",
206+
"Wave"
207+
]},
208+
{"cycleFrames": 610}
209+
]},
210+
{"and": [
211+
{"cycleFrames": 800},
212+
{"enemyDamage": {"enemy": "Mellow", "type": "contact", "hits": 2}}
213+
]}
203214
]}
204215
],
205216
"farmCycleDrops": [

0 commit comments

Comments
 (0)