mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00

### Features: - New optional Location Checks - Checkpointsanity - Hair Color - Allows for setting of Maddy's hair color in each of No Dash, One Dash, Two Dash, and Feather states - Other Player Ghosts - A game config option allows you to see ghosts of other Celeste 64 players in the multiworld ### Quality of Life: - Checkpoint Warping - Received Checkpoint items allow for warping to their respective checkpoint - These items are on their respective checkpoint location if Checkpointsanity is disabled - Logic accounts for being able to warp to otherwise inaccessible areas - Checkpoints are a possible option for a starting item on Standard Logic + Move Shuffle + Checkpointsanity - New Options toggle to enable/disable background input ### Bug Fixes: - Traffic Blocks now correctly appear disabled within Cassettes
66 lines
2.4 KiB
Python
66 lines
2.4 KiB
Python
# Strawberry Locations
|
|
strawberry_1 = "First Strawberry"
|
|
strawberry_2 = "Floating Blocks Strawberry"
|
|
strawberry_3 = "South-East Tower Top Strawberry"
|
|
strawberry_4 = "Theo Strawberry"
|
|
strawberry_5 = "Fall Through Spike Floor Strawberry"
|
|
strawberry_6 = "Troll Strawberry"
|
|
strawberry_7 = "Falling Blocks Strawberry"
|
|
strawberry_8 = "Traffic Block Strawberry"
|
|
strawberry_9 = "South-West Dash Refills Strawberry"
|
|
strawberry_10 = "South-East Tower Side Strawberry"
|
|
strawberry_11 = "Girders Strawberry"
|
|
strawberry_12 = "Badeline Tower Bottom Strawberry"
|
|
strawberry_13 = "Breakable Blocks Strawberry"
|
|
strawberry_14 = "Feather Maze Strawberry"
|
|
strawberry_15 = "Feather Chain Strawberry"
|
|
strawberry_16 = "Feather Hidden Strawberry"
|
|
strawberry_17 = "Double Dash Puzzle Strawberry"
|
|
strawberry_18 = "Double Dash Spike Climb Strawberry"
|
|
strawberry_19 = "Double Dash Spring Strawberry"
|
|
strawberry_20 = "Badeline Tower Breakable Bottom Strawberry"
|
|
strawberry_21 = "Theo Tower Lower Cassette Strawberry"
|
|
strawberry_22 = "Theo Tower Upper Cassette Strawberry"
|
|
strawberry_23 = "South End of Bridge Cassette Strawberry"
|
|
strawberry_24 = "You Are Ready Cassette Strawberry"
|
|
strawberry_25 = "Cassette Hidden in the House Strawberry"
|
|
strawberry_26 = "North End of Bridge Cassette Strawberry"
|
|
strawberry_27 = "Distant Feather Cassette Strawberry"
|
|
strawberry_28 = "Feather Arches Cassette Strawberry"
|
|
strawberry_29 = "Badeline Tower Cassette Strawberry"
|
|
strawberry_30 = "Badeline Island Cassette Strawberry"
|
|
|
|
# Friend Locations
|
|
granny_1 = "Granny Conversation 1"
|
|
granny_2 = "Granny Conversation 2"
|
|
granny_3 = "Granny Conversation 3"
|
|
theo_1 = "Theo Conversation 1"
|
|
theo_2 = "Theo Conversation 2"
|
|
theo_3 = "Theo Conversation 3"
|
|
badeline_1 = "Badeline Conversation 1"
|
|
badeline_2 = "Badeline Conversation 2"
|
|
badeline_3 = "Badeline Conversation 3"
|
|
|
|
# Sign Locations
|
|
sign_1 = "Camera Sign"
|
|
sign_2 = "Skid Jump Sign"
|
|
sign_3 = "Dash Jump Sign"
|
|
sign_4 = "Lonely Sign"
|
|
sign_5 = "Credits Sign"
|
|
|
|
# Car Locations
|
|
car_1 = "Intro Car"
|
|
car_2 = "Secret Car"
|
|
|
|
# Checkpoint Locations
|
|
checkpoint_1 = "Intro Checkpoint"
|
|
checkpoint_2 = "Granny Checkpoint"
|
|
checkpoint_3 = "South-East Tower Checkpoint"
|
|
checkpoint_4 = "Climb Sign Checkpoint"
|
|
checkpoint_5 = "Freeway Checkpoint"
|
|
checkpoint_6 = "Freeway Feather Checkpoint"
|
|
checkpoint_7 = "Feather Maze Checkpoint"
|
|
checkpoint_8 = "Double Dash House Checkpoint"
|
|
checkpoint_9 = "Badeline Tower Checkpoint"
|
|
checkpoint_10 = "Badeline Island Checkpoint"
|