Skip to content

Commit 1734ef6

Browse files
committed
remove redundant 2->2 leaveWithSpark, combine into 6->2
1 parent 74ee1cc commit 1734ef6

1 file changed

Lines changed: 7 additions & 45 deletions

File tree

region/maridia/inner-pink/Halfie Climb Room.json

Lines changed: 7 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,50 +1738,6 @@
17381738
}
17391739
}
17401740
},
1741-
{
1742-
"id": 52,
1743-
"link": [2, 2],
1744-
"name": "Stutter Water Shinecharge, Leave with Spark",
1745-
"entranceCondition": {
1746-
"comeInRunning": {
1747-
"speedBooster": true,
1748-
"minTiles": 2.4375
1749-
}
1750-
},
1751-
"requires": [
1752-
"canStutterWaterShineCharge",
1753-
"canShinechargeMovementComplex",
1754-
"h_shinechargeMaxRunway",
1755-
{"or": [
1756-
{"enemyDamage": {"enemy": "Mochtroid", "type": "contact", "hits": 2}},
1757-
{"and": [
1758-
"canDodgeWhileShooting",
1759-
{"or": [
1760-
"Wave",
1761-
"Spazer",
1762-
"Plasma",
1763-
{"ammo": {"type": "Missile", "count": 1}},
1764-
{"ammo": {"type": "Super", "count": 1}}
1765-
]}
1766-
]}
1767-
]},
1768-
{"or": [
1769-
{"shinespark": {"frames": 12}},
1770-
{"and": [
1771-
"canShinechargeMovementTricky",
1772-
{"shinespark": {"frames": 3}}
1773-
]}
1774-
]}
1775-
],
1776-
"exitCondition": {
1777-
"leaveWithSpark": {}
1778-
},
1779-
"unlocksDoors": [
1780-
{"types": ["missiles", "super"], "requires": []},
1781-
{"types": ["powerbomb"], "requires": ["never"]}
1782-
],
1783-
"note": "Enter the room with a careful amount of momentum where Samus must spend extra time slowing down during the stutter, but must not have much run speed."
1784-
},
17851741
{
17861742
"id": 53,
17871743
"link": [2, 2],
@@ -4251,7 +4207,13 @@
42514207
"requires": [
42524208
{"shineChargeFrames": 50},
42534209
"canShinechargeMovementComplex",
4254-
{"shinespark": {"frames": 12}}
4210+
{"or": [
4211+
{"shinespark": {"frames": 12}},
4212+
{"and": [
4213+
"canShinechargeMovementTricky",
4214+
{"shinespark": {"frames": 3}}
4215+
]}
4216+
]}
42554217
],
42564218
"exitCondition": {
42574219
"leaveWithSpark": {}

0 commit comments

Comments
 (0)