Skip to content

Commit 6d88819

Browse files
committed
Retime Ghost Atomic
1 parent 339f1b2 commit 6d88819

3 files changed

Lines changed: 9 additions & 24 deletions

File tree

enemies/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3098,7 +3098,7 @@
30983098
"amountOfDrops": 1,
30993099
"drops": {
31003100
"noDrop": 0,
3101-
"smallEnergy": 30,
3101+
"smallEnergy": 32,
31023102
"bigEnergy": 38,
31033103
"missile": 28,
31043104
"super": 2,

region/wreckedship/main/Wrecked Ship East Super Room.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@
418418
"link": [1, 1],
419419
"name": "Bull Farm",
420420
"requires": [
421+
"f_DefeatedPhantoon",
421422
{"resetRoom": {"nodes": [1]}},
422423
{"or": [
423424
"ScrewAttack",
@@ -480,7 +481,7 @@
480481
"note": "There are additional requirements for killing the Bull enemy who appears when Phantoon is defeated.",
481482
"devNote": [
482483
"This is Covern farm with a reduced drop chance so as to be applicable while powered off without breaking the powered on state.",
483-
"The weaponry must be able to kill a Bull and follow the dissapearing cycle of a Covern.",
484+
"The weaponry must be able to kill a Bull and follow the dissappearing cycle of a Covern.",
484485
"Resetting the room is slower than waiting for the Covern to respawn, so it is counted as 2 drops.",
485486
"These Coverns have no Super or Missile drop chance."
486487
]

region/wreckedship/main/Wrecked Ship Main Shaft.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,28 +1407,12 @@
14071407
{"not": "f_DefeatedPhantoon"},
14081408
{"or": [
14091409
{"and": [
1410-
{"resetRoom": {"nodes": [1]}},
1411-
{"cycleFrames": 1740}
1412-
]},
1413-
{"and": [
1414-
{"resetRoom": {"nodes": [2]}},
1415-
{"cycleFrames": 2400}
1416-
]},
1417-
{"and": [
1418-
{"resetRoom": {"nodes": [3]}},
1419-
{"cycleFrames": 2800}
1420-
]},
1421-
{"and": [
1422-
{"resetRoom": {"nodes": [4]}},
1423-
{"cycleFrames": 2100}
1424-
]},
1425-
{"and": [
1426-
{"resetRoom": {"nodes": [5]}},
1427-
{"cycleFrames": 2100}
1410+
{"resetRoom": {"nodes": [1, 2, 3, 4, 5]}},
1411+
{"cycleFrames": 2000}
14281412
]},
14291413
{"and": [
14301414
{"resetRoom": {"nodes": [6]}},
1431-
{"cycleFrames": 1830},
1415+
{"cycleFrames": 2000},
14321416
"h_useMorphBombs"
14331417
]},
14341418
{"and": [
@@ -1459,12 +1443,12 @@
14591443
]},
14601444
{"and": [
14611445
"Spazer",
1462-
{"cycleFrames": 330}
1446+
{"cycleFrames": 150}
14631447
]},
14641448
{"and": [
14651449
"Ice",
14661450
"canDodgeWhileShooting",
1467-
{"cycleFrames": 900}
1451+
{"cycleFrames": 240}
14681452
]}
14691453
]},
14701454
{"or": [
@@ -1487,7 +1471,7 @@
14871471
"farmCycleDrops": [
14881472
{"enemy": "Custom Covern (Atomic)", "count": 4}
14891473
],
1490-
"note": "There is additional movement expected to represent the reaching Atomics who appear when the power is on.",
1474+
"note": "There is additional movement expected to represent reaching the Atomics who appear when the power is on.",
14911475
"devNote": [
14921476
"This is Covern farm with a reduced drop chance so as to be applicable while powered off without breaking the powered on state.",
14931477
"Cycle frames represent the slower of killing 4 atomics or killing 4 coverns.",

0 commit comments

Comments
 (0)