Archipelago/worlds/stardew_valley
Aaron Wagener 2e1a5b0e3b
Core: create the per world random object in the world constructor (#2083)
* Core: create the per world random object in the world constructor

* remove the check that multiworld exists

* add a deprecation warning to per_slot_randoms

* move random import and fix conflicts

* assert worlds don't exist before setting the multiworld seed

* fix the dlcq and sdv tests

* actually use the seed
2024-03-10 18:47:45 +01:00
..
data Stardew Valley: Generate proper filler for item links (#2069) 2023-11-22 10:04:33 -06:00
docs Docs: fixed typo in Stardew Valley setup guide (#2770) 2024-01-30 08:58:31 +01:00
mods
scripts
strings
test Core: create the per world random object in the world constructor (#2083) 2024-03-10 18:47:45 +01:00
__init__.py Stardew Valley: Generate proper filler for item links (#2069) 2023-11-22 10:04:33 -06:00
bundles.py
items.py Stardew Valley: Generate proper filler for item links (#2069) 2023-11-22 10:04:33 -06:00
locations.py
logic.py Stardew Valley: Fixed potential softlock with walnut purchases if Entrance Randomizer locks access to the field office (#2261) 2023-11-30 09:32:32 +01:00
options.py Core: Introduce new Option class NamedRange (#2330) 2023-11-24 17:10:52 -06:00
presets.py
region_classes.py
regions.py
requirements.txt
rules.py Stardew Valley: Added missing rule on the club card (#2722) 2024-01-15 04:29:30 +01:00
stardew_rule.py