Files
Grinch-AP/worlds/stardew_valley/data/common_data.py
agilbert1412 5eadbc9840 Major Game Update: Stardew Valley v3.x.x - The BK Update (#1686)
This is a major update for Stardew Valley, for version 3.x.x.
Changes include a large number of new features, including Seasons Randomizer, SeedShuffle, Museumsanity, Friendsanity, Complete Collection Goal, Full House Goal, friendship multiplier

Co-authored-by: Jouramie <jouramie@hotmail.com>
2023-04-11 01:44:59 +02:00

10 lines
140 B
Python

fishing_chest = "Fishing Chest"
secret_note = "Secret Note"
quality_dict = {
0: "",
1: "Silver",
2: "Gold",
3: "Iridium"
}