Skip to content

Commit 4394ae9

Browse files
committed
Add notes and balance
1 parent d88d9f7 commit 4394ae9

2 files changed

Lines changed: 57 additions & 10 deletions

File tree

region/maridia/inner-pink/Aqueduct.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,9 +1275,27 @@
12751275
]
12761276
},
12771277
{
1278-
"id": 52,
12791278
"link": [2, 9],
12801279
"name": "Suitless Shinespark",
1280+
"entranceCondition": {
1281+
"comeInShinecharging": {
1282+
"length": 3,
1283+
"openEnd": 1
1284+
}
1285+
},
1286+
"requires": [
1287+
"canWaterShineCharge",
1288+
{"shinespark": {"frames": 37, "excessFrames": 3}}
1289+
],
1290+
"note": [
1291+
"Enter this room while holding dash in the previous room, before the door transition.",
1292+
"Do not release dash in the water or Samus will not be able to get blue speed."
1293+
]
1294+
},
1295+
{
1296+
"id": 52,
1297+
"link": [2, 9],
1298+
"name": "Suitless Shinespark (Short Runway)",
12811299
"entranceCondition": {
12821300
"comeInRunning": {
12831301
"speedBooster": true,

region/maridia/outer/Fish Tank.json

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
{
888888
"id": 36,
889889
"link": [2, 5],
890-
"name": "Suitless Water Shinecharge",
890+
"name": "Suitless Water Shinecharge (Lenient)",
891891
"entranceCondition": {
892892
"comeInRunning": {
893893
"speedBooster": true,
@@ -896,6 +896,10 @@
896896
},
897897
"requires": [
898898
"canWaterShineCharge",
899+
{"canShineCharge": {
900+
"usedTiles": 23,
901+
"openEnd": 2
902+
}},
899903
{"or": [
900904
{"shinespark": {"frames": 41, "excessFrames": 7}},
901905
{"and": [
@@ -905,19 +909,23 @@
905909
]}
906910
]}
907911
],
908-
"note": "Start the dash as close to the door transition as possible in order to have a larger window for storing the shinecharge."
912+
"note": [
913+
"Reduce Samus' run speed with a stutter or late dash tap in order to complete the shinecharge in time."
914+
]
909915
},
910916
{
911917
"link": [2, 5],
912-
"name": "Suitless Stutter Water Shinecharge",
918+
"name": "Suitless Water Shinecharge",
913919
"entranceCondition": {
914920
"comeInRunning": {
915921
"speedBooster": true,
916922
"minTiles": 0.4375
917923
}
918924
},
919925
"requires": [
920-
"canStutterWaterShineCharge",
926+
"canWaterShineCharge",
927+
"canTrickyJump",
928+
"h_canShineChargeMaxRunway",
921929
{"or": [
922930
{"shinespark": {"frames": 41, "excessFrames": 7}},
923931
{"and": [
@@ -926,6 +934,10 @@
926934
{"shinespark": {"frames": 38, "excessFrames": 7}}
927935
]}
928936
]}
937+
],
938+
"note": [
939+
"Start the dash as close to the door transition as possible in order to store the shinespark in time.",
940+
"Stand 2 to 5 pixels from the door for run speed to be low enough going into the next room."
929941
]
930942
},
931943
{
@@ -1073,6 +1085,10 @@
10731085
"canWaterShineCharge",
10741086
"canShinechargeMovement",
10751087
"canDodgeWhileShooting",
1088+
{"canShineCharge": {
1089+
"usedTiles": 23,
1090+
"openEnd": 2
1091+
}},
10761092
{"or": [
10771093
{"shinespark": {"frames": 43, "excessFrames": 9}},
10781094
{"and": [
@@ -1082,6 +1098,7 @@
10821098
]}
10831099
],
10841100
"note": [
1101+
"Reduce Samus' run speed with a stutter or late dash tap in order to complete the shinecharge in time.",
10851102
"Spark up and fall onto the platform left of the fish."
10861103
]
10871104
},
@@ -1097,6 +1114,10 @@
10971114
},
10981115
"requires": [
10991116
"canWaterShineCharge",
1117+
{"canShineCharge": {
1118+
"usedTiles": 23,
1119+
"openEnd": 2
1120+
}},
11001121
{"or": [
11011122
{"shinespark": {"frames": 43, "excessFrames": 26}},
11021123
{"and": [
@@ -1135,23 +1156,25 @@
11351156
]}
11361157
],
11371158
"note": [
1138-
"Start the dash as close to the door transition as possible in order to have a larger window for storing the shinecharge.",
1159+
"Reduce Samus' run speed with a stutter or late dash tap in order to complete the shinecharge in time.",
11391160
"With low energy, shinespark diagonally to the middle ledge on the left."
11401161
]
11411162
},
11421163
{
11431164
"link": [2, 6],
1144-
"name": "Suitless Stutter Water Shinecharge Vertical Spark",
1165+
"name": "Suitless Water Shinecharge Vertical Spark (Short Runway)",
11451166
"entranceCondition": {
11461167
"comeInRunning": {
11471168
"speedBooster": true,
11481169
"minTiles": 0.4375
11491170
}
11501171
},
11511172
"requires": [
1152-
"canStutterWaterShineCharge",
1173+
"canWaterShineCharge",
11531174
"canShinechargeMovement",
11541175
"canDodgeWhileShooting",
1176+
"canTrickyJump",
1177+
"h_canShineChargeMaxRunway",
11551178
{"or": [
11561179
{"shinespark": {"frames": 43, "excessFrames": 9}},
11571180
{"and": [
@@ -1161,20 +1184,24 @@
11611184
]}
11621185
],
11631186
"note": [
1187+
"Start the dash as close to the door transition as possible in order to store the shinespark in time.",
1188+
"Stand 2 to 5 pixels from the door for run speed to be low enough going into the next room.",
11641189
"Spark up and fall onto the platform left of the fish."
11651190
]
11661191
},
11671192
{
11681193
"link": [2, 6],
1169-
"name": "Suitless Stutter Water Shinecharge Diagonal Spark",
1194+
"name": "Suitless Water Shinecharge Diagonal Spark (Short Runway)",
11701195
"entranceCondition": {
11711196
"comeInRunning": {
11721197
"speedBooster": true,
11731198
"minTiles": 0.4375
11741199
}
11751200
},
11761201
"requires": [
1177-
"canStutterWaterShineCharge",
1202+
"canWaterShineCharge",
1203+
"canTrickyJump",
1204+
"h_canShineChargeMaxRunway",
11781205
{"or": [
11791206
{"shinespark": {"frames": 43, "excessFrames": 26}},
11801207
{"and": [
@@ -1214,6 +1241,8 @@
12141241
]}
12151242
],
12161243
"note": [
1244+
"Start the dash as close to the door transition as possible in order to store the shinespark in time.",
1245+
"Stand 2 to 5 pixels from the door for run speed to be low enough going into the next room.",
12171246
"With low energy, shinespark diagonally to the middle ledge on the left."
12181247
]
12191248
},

0 commit comments

Comments
 (0)