mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00

* Cleanup and new option support * Handle new locations * Support higher Strawberry counts * Don't add start inventory items to the pool * Support Move Shuffle functionality and items * Hard and Move Shuffle Logic * Fix Options * Update CHANGELOG.md * Add standard moves logic for signs 3 and 4 * Fix Option Tooltip * Add tracker link to setup guide * Fix unit test * Fix option tooltips * Missing Space * Move option checking out of rule function * Delete just_gen500.bat
18 lines
421 B
Python
18 lines
421 B
Python
strawberry = "Strawberry"
|
|
raspberry = "Raspberry"
|
|
|
|
dash_refill = "Dash Refills"
|
|
double_dash_refill = "Double Dash Refills"
|
|
feather = "Feathers"
|
|
coin = "Coins"
|
|
cassette = "Cassettes"
|
|
|
|
traffic_block = "Traffic Blocks"
|
|
spring = "Springs"
|
|
breakables = "Breakable Blocks"
|
|
|
|
ground_dash = "Ground Dash"
|
|
air_dash = "Air Dash"
|
|
skid_jump = "Skid Jump"
|
|
climb = "Climb"
|