agilbert1412 / StardewArchipelago

Archipelago Implementation for Stardew Valley
11 stars 12 forks source link

Content Patcher Support #18

Closed Witchybun closed 10 months ago

Witchybun commented 10 months ago

Removes a lot of the code dealing with modifying events and schedules. Instead, these will be handled by content patchers for a more consistent experience. These can be obtained from here:

https://github.com/Witchybun/SDV-Randomizer-Content-Patcher

The supported mods documentation now includes a link to this, the mods that are modified, and why.

Witchybun commented 10 months ago

Went and shifted the weapon weights. A lot of the weapons are super low level so the 1 , 2, 3, 3, 2, 1 split was letting too many weak weapons to be mid-way making a lot of the tiers kinda useless. Doing this should help with that. I imagine its the same problem for base so I did the same there.