Added Missing Logic for Ski Resort

Removed Moves from Item Pool, as they aren't ready yet.
This commit is contained in:
2025-11-01 13:18:59 -06:00
parent 0df9f5cc57
commit 99caf869c1
2 changed files with 10 additions and 5 deletions

View File

@@ -581,7 +581,7 @@ ALL_ITEMS_TABLE: dict[str, GrinchItemData] = {
**TRAPS_TABLE, **TRAPS_TABLE,
**USEFUL_ITEMS_TABLE, **USEFUL_ITEMS_TABLE,
# **SLEIGH_PARTS_TABLE, # **SLEIGH_PARTS_TABLE,
**MOVES_TABLE, # **MOVES_TABLE,
} }
# Psuedocoding traplink table # Psuedocoding traplink table

View File

@@ -530,11 +530,16 @@ rules_dict: dict[str, list[list[str]]] = {
grinch_items.gadgets.GRINCH_COPTER, grinch_items.gadgets.GRINCH_COPTER,
], ],
], ],
"WF - Ski Resort - GC BP inside Dog's Fence": [[]], "WF - Ski Resort - GC BP inside Dog's Fence": [
[
grinch_items.gadgets.ROCKET_EGG_LAUNCHER,
grinch_items.gadgets.SLIME_SHOOTER,
]
],
"WF - Ski Resort - GC BP in Max Cave": [ "WF - Ski Resort - GC BP in Max Cave": [
[] [
# "move_rando" grinch_items.gadgets.SLIME_SHOOTER,
# [MX] ]
], ],
"WF - Civic Center - GC BP on Left Side in Bat Cave Wall": [ "WF - Civic Center - GC BP on Left Side in Bat Cave Wall": [
[ [