mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
You can logically get Minefield blueprints by just using Max. He is not affected by the mines.
This commit is contained in:
@@ -141,6 +141,7 @@ rules_dict: dict[str,list[list[str]]] = {
|
|||||||
],
|
],
|
||||||
"Drilling Holes In Canoes": [
|
"Drilling Holes In Canoes": [
|
||||||
["Drill"]
|
["Drill"]
|
||||||
|
# ["Drill", "Max"]
|
||||||
],
|
],
|
||||||
"Modifying The Marine Mobile": [
|
"Modifying The Marine Mobile": [
|
||||||
[]
|
[]
|
||||||
@@ -172,9 +173,11 @@ rules_dict: dict[str,list[list[str]]] = {
|
|||||||
],
|
],
|
||||||
"REL Blueprint - Post Office - Front of Silver Door": [
|
"REL Blueprint - Post Office - Front of Silver Door": [
|
||||||
["Who Cloak"]
|
["Who Cloak"]
|
||||||
|
# ["Who Cloak", "Max"]
|
||||||
],
|
],
|
||||||
"REL Blueprint - Post Office - After Mission Completion": [
|
"REL Blueprint - Post Office - After Mission Completion": [
|
||||||
["Who Cloak"]
|
["Who Cloak"]
|
||||||
|
# ["Who Cloak", "Max"]
|
||||||
],
|
],
|
||||||
"RS Blueprint - Behind Vacuum": [
|
"RS Blueprint - Behind Vacuum": [
|
||||||
[]
|
[]
|
||||||
@@ -270,16 +273,20 @@ rules_dict: dict[str,list[list[str]]] = {
|
|||||||
["Rotten Egg Launcher", "Rocket Spring"]
|
["Rotten Egg Launcher", "Rocket Spring"]
|
||||||
],
|
],
|
||||||
"OCD Blueprint - Guardian's House - Left Side": [
|
"OCD Blueprint - Guardian's House - Left Side": [
|
||||||
["Rotten Egg Launcher", "Grinch Copter"],
|
[]
|
||||||
["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"]
|
# ["Rotten Egg Launcher", "Grinch Copter"],
|
||||||
|
# ["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"]
|
||||||
|
# ["Max"]
|
||||||
],
|
],
|
||||||
"OCD Blueprint - Guardian's House - Right Side": [
|
"OCD Blueprint - Guardian's House - Right Side": [
|
||||||
["Rotten Egg Launcher", "Grinch Copter"],
|
["Rotten Egg Launcher", "Grinch Copter"],
|
||||||
["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"]
|
["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"]
|
||||||
],
|
],
|
||||||
"OCD Blueprint - Inside Guardian's House": [
|
"OCD Blueprint - Inside Guardian's House": [
|
||||||
["Rotten Egg Launcher", "Grinch Copter"],
|
[]
|
||||||
["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"]
|
# ["Rotten Egg Launcher", "Grinch Copter"],
|
||||||
|
# ["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"]
|
||||||
|
# ["Max"]
|
||||||
],
|
],
|
||||||
"MM Blueprint - South Shore - Bridge to Scout's Hut": [
|
"MM Blueprint - South Shore - Bridge to Scout's Hut": [
|
||||||
[]
|
[]
|
||||||
@@ -320,9 +327,11 @@ rules_dict: dict[str,list[list[str]]] = {
|
|||||||
],
|
],
|
||||||
"MM Blueprint - North Shore - Inside Skunk Hut": [
|
"MM Blueprint - North Shore - Inside Skunk Hut": [
|
||||||
[]
|
[]
|
||||||
|
# ["Max"]
|
||||||
],
|
],
|
||||||
"MM Blueprint - North Shore - Fenced in Area": [
|
"MM Blueprint - North Shore - Fenced in Area": [
|
||||||
[]
|
[]
|
||||||
|
# ["Max"]
|
||||||
],
|
],
|
||||||
"MM Blueprint - North Shore - Boulder Box near Bridge": [
|
"MM Blueprint - North Shore - Boulder Box near Bridge": [
|
||||||
[]
|
[]
|
||||||
@@ -353,6 +362,7 @@ rules_dict: dict[str,list[list[str]]] = {
|
|||||||
],
|
],
|
||||||
"GC Blueprint - Who Forest Ski Resort - Max Cave": [
|
"GC Blueprint - Who Forest Ski Resort - Max Cave": [
|
||||||
[]
|
[]
|
||||||
|
# ["Max"]
|
||||||
],
|
],
|
||||||
"GC Blueprint - Who Forest Civic Center - Climb across Bat Cave wall": [
|
"GC Blueprint - Who Forest Civic Center - Climb across Bat Cave wall": [
|
||||||
["Grinch Copter"],
|
["Grinch Copter"],
|
||||||
@@ -406,11 +416,14 @@ rules_dict: dict[str,list[list[str]]] = {
|
|||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"Heart of Stone - Who Dump": [
|
"Heart of Stone - Who Dump": [
|
||||||
["Grinch Copter"],
|
[]
|
||||||
["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"]
|
# ["Grinch Copter"],
|
||||||
|
# ["Rotten Egg Launcher", "Slime Shooter", "Rocket Spring"]
|
||||||
|
# ["Max"]
|
||||||
],
|
],
|
||||||
"Heart of Stone - Who Lake": [
|
"Heart of Stone - Who Lake": [
|
||||||
[]
|
[]
|
||||||
|
# ["Max"]
|
||||||
],
|
],
|
||||||
"Spin N' Win - Easy": [
|
"Spin N' Win - Easy": [
|
||||||
[]
|
[]
|
||||||
|
Reference in New Issue
Block a user