Skip to content

Commit da07cb4

Browse files
committed
feedback updates, and hero shot leaveWithSparks
1 parent 19ba721 commit da07cb4

1 file changed

Lines changed: 37 additions & 16 deletions

File tree

region/maridia/outer/Mt. Everest.json

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,7 @@
938938
{"or": [
939939
"h_EverestMorphTunnelExpanded",
940940
"h_artificialMorphPowerBomb",
941-
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}},
942-
{"haveBlueSuit": {}}
941+
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}
943942
]}
944943
],
945944
"flashSuitChecked": true,
@@ -4729,7 +4728,7 @@
47294728
"requires": [
47304729
"h_storedSpark",
47314730
{"or": [
4732-
{"shinespark": {"frames": 44, "excessFrames": 6}},
4731+
{"shinespark": {"frames": 43, "excessFrames": 6}},
47334732
{"and": [
47344733
"HiJump",
47354734
{"shinespark": {"frames": 40, "excessFrames": 5}}
@@ -5656,14 +5655,28 @@
56565655
"link": [9, 1],
56575656
"name": "Use Stored Spark",
56585657
"requires": [
5659-
{"disableEquipment": "HiJump"},
56605658
"h_storedSpark",
5661-
{"shinespark": {"frames": 41, "excessFrames": 8}}
5659+
{"shinespark": {"frames": 23, "excessFrames": 3}}
56625660
],
56635661
"flashSuitChecked": true,
56645662
"blueSuitChecked": true,
5665-
"note": "Jump without HiJump, then spark towards the door.",
5666-
"devNote": "FIXME: It is possible but very precise to spark through the door with a hero shot."
5663+
"note": "Jump to the left, then spark towards the door; some energy can be saved by diagonal sparking."
5664+
},
5665+
{
5666+
"link": [9, 1],
5667+
"name": "Use Stored Spark Hero Shot",
5668+
"requires": [
5669+
"h_storedSpark",
5670+
"canHeroShot",
5671+
"canShinechargeMovementTricky",
5672+
{"shinespark": {"frames": 57, "excessFrames": 0}}
5673+
],
5674+
"exitCondition": {
5675+
"leaveWithSpark": {}
5676+
},
5677+
"unlocksDoors": [{"types": ["ammo"], "requires": ["never"]}],
5678+
"flashSuitChecked": true,
5679+
"blueSuitChecked": true
56675680
},
56685681
{
56695682
"id": 179,
@@ -5677,18 +5690,23 @@
56775690
"blueSuitChecked": true
56785691
},
56795692
{
5680-
"id": 238,
56815693
"link": [9, 4],
5682-
"name": "Use Stored Spark",
5694+
"name": "Use Stored Spark Hero Shot",
56835695
"requires": [
5684-
"canDisableEquipment",
56855696
"h_storedSpark",
5686-
{"shinespark": {"frames": 72, "excessFrames": 7}}
5697+
"canHeroShot",
5698+
"canShinechargeMovementTricky",
5699+
"canInsaneJump",
5700+
{"shinespark": {"frames": 80, "excessFrames": 0}}
56875701
],
5702+
"exitCondition": {
5703+
"leaveWithSpark": {
5704+
"position": "bottom"
5705+
}
5706+
},
5707+
"unlocksDoors": [{"types": ["ammo"], "requires": ["never"]}],
56885708
"flashSuitChecked": true,
5689-
"blueSuitChecked": true,
5690-
"note": "Jump without HiJump, then spark towards the door.",
5691-
"devNote": "FIXME: It is possible but very precise to spark through the door with a hero shot."
5709+
"blueSuitChecked": true
56925710
},
56935711
{
56945712
"id": 180,
@@ -5881,11 +5899,14 @@
58815899
{
58825900
"id": 188,
58835901
"link": [9, 11],
5884-
"name": "Suitless Bootless Jump",
5902+
"name": "Suitless Jump",
58855903
"requires": [
58865904
"canSuitlessMaridia",
58875905
{"disableEquipment": "Gravity"},
5888-
{"disableEquipment": "HiJump"}
5906+
{"or": [
5907+
{"disableEquipment": "HiJump"},
5908+
"canFlatleyJump"
5909+
]}
58895910
],
58905911
"flashSuitChecked": true,
58915912
"blueSuitChecked": true,

0 commit comments

Comments
 (0)