Skip to content

Commit bc059ed

Browse files
committed
a couple entrance condition fixes, and missing strat
1 parent 4282d6c commit bc059ed

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

region/maridia/inner-pink/Botwoon Energy Tank Room.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,8 +1601,7 @@
16011601
"link": [4, 4],
16021602
"name": "Stutter Water Shinecharge, Leave With Spark",
16031603
"entranceCondition": {
1604-
"comeInRunning": {
1605-
"speedBooster": true,
1604+
"comeInStutterShinecharging": {
16061605
"minTiles": 2
16071606
}
16081607
},
@@ -1629,8 +1628,7 @@
16291628
"link": [4, 4],
16301629
"name": "Precise Stutter Water Shinecharge, Leave With Spark",
16311630
"entranceCondition": {
1632-
"comeInRunning": {
1633-
"speedBooster": true,
1631+
"comeInStutterShinecharging": {
16341632
"minTiles": 1
16351633
}
16361634
},
@@ -1988,8 +1986,7 @@
19881986
"link": [4, 6],
19891987
"name": "Stutter Water Shinecharge",
19901988
"entranceCondition": {
1991-
"comeInRunning": {
1992-
"speedBooster": true,
1989+
"comeInStutterShinecharging": {
19931990
"minTiles": 2
19941991
}
19951992
},
@@ -2000,6 +1997,21 @@
20001997
],
20011998
"note": "Shinespark diagonally over the zoa pit or run through the speed blocks and shinespark after turning around."
20021999
},
2000+
{
2001+
"link": [4, 6],
2002+
"name": "Precise Stutter Water Shinecharge",
2003+
"entranceCondition": {
2004+
"comeInStutterShinecharging": {
2005+
"minTiles": 1
2006+
}
2007+
},
2008+
"requires": [
2009+
"Morph",
2010+
"canPreciseStutterWaterShineCharge",
2011+
{"shinespark": {"frames": 8}}
2012+
],
2013+
"note": "Shinespark diagonally over the zoa pit or run through the speed blocks and shinespark after turning around."
2014+
},
20032015
{
20042016
"id": 80,
20052017
"link": [4, 6],

0 commit comments

Comments
 (0)