Archipelago/worlds/stardew_valley/data
Jouramie a67688749f
Stardew Valley: Refactor skill progression to use new feature system (#3662)
* create a first draft of the feature

* use feature in items and locations

* add content to more places

* use feature in logic

* replace option check by feature

* remove unused code

* remove weird white space

* some import nitpicking

* flip negative if
2024-12-01 03:52:07 +01:00
..
__init__.py
artisan.py Core: purge py3.8 and py3.9 (#3973) 2024-11-27 03:28:00 +01:00
bundle_data.py
craftable_data.py
fish_data.py
game_item.py Core: purge py3.8 and py3.9 (#3973) 2024-11-27 03:28:00 +01:00
harvest.py Core: purge py3.8 and py3.9 (#3973) 2024-11-27 03:28:00 +01:00
items.csv
locations.csv
monster_data.py
museum_data.py
recipe_data.py
recipe_source.py
requirement.py
season_data.py
shipsanity_unimplemented_items.csv
shop.py Core: purge py3.8 and py3.9 (#3973) 2024-11-27 03:28:00 +01:00
skill.py Stardew Valley: Refactor skill progression to use new feature system (#3662) 2024-12-01 03:52:07 +01:00
villagers_data.py