Skip to content

Commit dc54299

Browse files
committed
Plasma Room: fix/refine shinesparks
1 parent 03a3355 commit dc54299

1 file changed

Lines changed: 75 additions & 14 deletions

File tree

region/maridia/inner-yellow/Plasma Room.json

Lines changed: 75 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,6 @@
575575
"canCameraManip"
576576
]},
577577
"canShinechargeMovementComplex",
578-
{"canShineCharge": {"usedTiles": 21, "openEnd": 0}},
579-
{"shinespark": {"frames": 30, "excessFrames": 7}},
580578
"canUseSpeedEchoes",
581579
{"or": [
582580
{"and": [
@@ -595,12 +593,51 @@
595593
}}
596594
]}
597595
]},
596+
{"canShineCharge": {"usedTiles": 21, "openEnd": 0}},
598597
{"or": [
599-
"h_speedJump",
600-
"canWalljump",
601-
"HiJump",
602-
"canTrickySpringBallJump",
603-
"SpaceJump"
598+
{"and": [
599+
{"or": [
600+
"HiJump",
601+
"canWalljump",
602+
{"and": [
603+
"canShinechargeMovementComplex",
604+
{"or": [
605+
"canSpeedyJump",
606+
"canTrickySpringBallJump",
607+
"SpaceJump"
608+
]}
609+
]}
610+
]},
611+
{"shinespark": {"frames": 28, "excessFrames": 8}}
612+
]},
613+
{"and": [
614+
{"or": [
615+
{"and": [
616+
"canShinechargeMovementComplex",
617+
"canWalljump"
618+
]},
619+
{"and": [
620+
"canShinechargeMovementTricky",
621+
{"or": [
622+
"canSpeedyJump",
623+
"canTrickySpringBallJump",
624+
"SpaceJump"
625+
]}
626+
]}
627+
]},
628+
{"shinespark": {"frames": 20, "excessFrames": 8}}
629+
]},
630+
{"and": [
631+
"HiJump",
632+
"canShinechargeMovementComplex",
633+
{"shinespark": {"frames": 16, "excessFrames": 8}}
634+
]},
635+
{"and": [
636+
"HiJump",
637+
"canSpeedyJump",
638+
"canShinechargeMovementTricky",
639+
{"shinespark": {"frames": 11, "excessFrames": 8}}
640+
]}
604641
]}
605642
],
606643
"clearsObstacles": ["A"],
@@ -783,21 +820,45 @@
783820
{"canShineCharge": {"usedTiles": 21, "openEnd": 0}},
784821
{"or": [
785822
{"and": [
786-
"HiJump",
787-
{"shinespark": {"frames": 21, "excessFrames": 7}}
823+
{"or": [
824+
"HiJump",
825+
"canWalljump",
826+
{"and": [
827+
"canShinechargeMovementComplex",
828+
{"or": [
829+
"canSpeedyJump",
830+
"canSpringBallJumpMidAir"
831+
]}
832+
]}
833+
]},
834+
{"shinespark": {"frames": 28, "excessFrames": 8}}
788835
]},
789836
{"and": [
790-
"HiJump",
791-
"canShinechargeMovementTricky",
792-
{"shinespark": {"frames": 11, "excessFrames": 8}}
837+
{"or": [
838+
{"and": [
839+
"canShinechargeMovementComplex",
840+
"canWalljump"
841+
]},
842+
{"and": [
843+
"canShinechargeMovementTricky",
844+
{"or": [
845+
"canSpeedyJump",
846+
"canSpringBallJumpMidAir"
847+
]}
848+
]}
849+
]},
850+
{"shinespark": {"frames": 20, "excessFrames": 8}}
793851
]},
794852
{"and": [
853+
"HiJump",
795854
"canShinechargeMovementComplex",
796-
{"shinespark": {"frames": 30, "excessFrames": 7}}
855+
{"shinespark": {"frames": 16, "excessFrames": 8}}
797856
]},
798857
{"and": [
858+
"HiJump",
859+
"canSpeedyJump",
799860
"canShinechargeMovementTricky",
800-
{"shinespark": {"frames": 20, "excessFrames": 8}}
861+
{"shinespark": {"frames": 11, "excessFrames": 8}}
801862
]}
802863
]}
803864
],

0 commit comments

Comments
 (0)