Files
Grinch-AP/worlds/stardew_valley/mods/mod_data.py
agilbert1412 280ebf9c34 Stardew valley: Supported Mods documentation and changes required for legal reasons (#2038)
## What is this fixing or adding?
It was pointed out that distributing an archive with copies of all the supported mods could lead to legal problems down the line. So we are moving away from this approach.
This also means that, in the event that a mod gets updated and the previous version is no longer available, we need the ability to update the mod's supported version at any point in time, and cannot rely on AP's release schedule for such updates that will, in most cases, be only changing the string for the required version.

Changes:
- Scrub all references to the support mods zip file from documentation
- Create dedicated "Supported Mods" documentation page, external to AP so we can keep it updated with mod versions regardless of their release schedule
- Remove mod version validation from the AP backend, and manage that in the mod itself, for the same reason.
2023-07-29 04:08:22 +02:00

24 lines
781 B
Python

class ModNames:
vanilla = None
deepwoods = "DeepWoods"
tractor = "Tractor Mod"
big_backpack = "Bigger Backpack"
luck_skill = "Luck Skill"
magic = "Magic"
socializing_skill = "Socializing Skill"
archaeology = "Archaeology"
cooking_skill = "Cooking Skill"
binning_skill = "Binning Skill"
juna = "Juna - Roommate NPC"
jasper = "Professor Jasper Thomas"
alec = "Alec Revisited"
yoba = "Custom NPC - Yoba"
eugene = "Custom NPC Eugene"
wellwick = "'Prophet' Wellwick"
ginger = "Mister Ginger (cat npc)"
shiko = "Shiko - New Custom NPC"
delores = "Delores - Custom NPC"
ayeisha = "Ayeisha - The Postal Worker (Custom NPC)"
riley = "Custom NPC - Riley"
skull_cavern_elevator = "Skull Cavern Elevator"