Esca-MMC / FarmTypeManager

A mod for the game Stardew Valley, allows players and modders to spawn customizable features from each of Stardew’s farm types. Requires the SMAPI mod loader.
https://www.nexusmods.com/stardewvalley/mods/3231
Other
22 stars 12 forks source link

Rework "extra spawns per skill level" settings #14

Open Esca-MMC opened 5 years ago

Esca-MMC commented 5 years ago

The large object spawner allows different spawn bonuses for each area and allows the user to choose which skill is applied. The forage and ore spawners only provide a global setting locked to each expected skill. Rework those to support the large object version's features.

This will likely involve removing/renaming existing variables, and possibly adding a version number to config files. Try to develop a relatively clean implementation for config format migration.