Skip to content

Commit beb9e2e

Browse files
authored
Merge pull request #2425 from nn357/loptr_gmode_mickeymouse
add tricky upper gmode setup to mickey mouse room.
2 parents bc48317 + 98fba2e commit beb9e2e

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

region/lowernorfair/east/Mickey Mouse Room.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,61 @@
19291929
"XRay standup and jump to clip up, then jump again to get on top of the bomb blocks."
19301930
]
19311931
},
1932+
{
1933+
"link": [9, 2],
1934+
"name": "G-Mode Setup - Get Hit By Multiviola",
1935+
"requires": [
1936+
{"notable": "Multiviola Ice Clip"},
1937+
"canBePatient",
1938+
"canTrickyGMode",
1939+
"h_heatProof",
1940+
"canTrickyJump",
1941+
{"enemyDamage": {"enemy": "Multiviola", "type": "contact", "hits": 1}},
1942+
{"or": [
1943+
{"and": [
1944+
"h_preciseIceClip",
1945+
{"or": [
1946+
{"and": [
1947+
"h_useMorphBombs",
1948+
{"or": [
1949+
"h_useSpringBall",
1950+
"can4HighMidAirMorph"
1951+
]}]},
1952+
{"ammo": { "type": "PowerBomb", "count": 1}},
1953+
{"obstaclesCleared": ["B"]}
1954+
]}
1955+
]},
1956+
{"and": [
1957+
"canTrickyCarryFlashSuit",
1958+
"h_preciseIceClip",
1959+
{"useFlashSuit": {}},
1960+
{"shinespark": {"frames": 11, "excessFrames": 5}}
1961+
]},
1962+
{"and": [
1963+
"h_XRayMorphIceClip",
1964+
{"or": [
1965+
"Bombs",
1966+
"ScrewAttack",
1967+
{"ammo": { "type": "PowerBomb", "count": 1}},
1968+
{"obstaclesCleared": ["A"]},
1969+
{"obstaclesCleared": ["B"]}
1970+
]}
1971+
]}
1972+
]}
1973+
],
1974+
"unlocksDoors": [
1975+
{"types": ["ammo"], "requires": []}
1976+
],
1977+
"exitCondition": {
1978+
"leaveWithGModeSetup": {}
1979+
},
1980+
"flashSuitChecked": true,
1981+
"note": [
1982+
"Breaking only the left side bomb blocks makes it easier for the Multiviola to enter a pattern where it will pass through the top shot block.",
1983+
"The Multiviola needs to go through the crumble blocks moving to the right, if it goes through moving left it won't clear the shot blocks.",
1984+
"If all the bomb blocks are broken, standing on the right side of the crumbles will allow the Multiviola to pass through the top shot block."
1985+
]
1986+
},
19321987
{
19331988
"id": 81,
19341989
"link": [9, 4],

0 commit comments

Comments
 (0)