Stardew_Valley_Mods/GeneralMods/BuildEndurance
Jesse Plamondon-Willard 7ba11188bc
migrate to new data API
SMAPI 3.0 no longer allows access to arbitrary file paths through its APIs, so this commit refactors affected code to use relative paths instead.
2019-01-06 00:31:40 -05:00
..
Framework replace manual file parsing with SMAPI's APIs 2017-08-05 15:51:44 -04:00
Properties add GlobalAssemblyInfo.cs 2017-07-31 01:24:31 -04:00
BuildEndurance.cs migrate to new data API 2019-01-06 00:31:40 -05:00
BuildEndurance.csproj migrate to the new package reference format 2018-12-29 22:21:19 -05:00
README.md update for release 2017-10-11 16:20:46 -04:00
manifest.json Revitalize: Implemented Animation Manager. Need to fix when held and display in menu. 2018-12-21 15:28:52 -08:00

README.md

Build Endurance is a Stardew Valley mod which lets you level up your endurance to increase your max stamina as you play.

Compatible with Stardew Valley 1.2+ on Linux, Mac, and Windows.

Installation

  1. Install the latest version of SMAPI.
  2. Install this mod from Nexus mods.
  3. Run the game using SMAPI.

NOTE: to undo the mod's changes to your player, edit the data\*.json file for your save and change the "ClearModEffects" field to true.

Usage

You'll automatically get XP for...

  • using tools;
  • sleeping;
  • eating or drinking;
  • running out of stamina (becoming exhausted);
  • passing out (either by working while exhausted or or staying up late).

Get enough XP, and your endurance will level up.

Edit config.json to configure the mod settings.

Versions

1.0

  • Initial release.

1.1:

  • Updated to Stardew Valley 1.1 and SMAPI 0.40 1.1-3.

1.3:

  • Updated to Stardew Valley 1.2 and SMAPI 1.12.

1.4:

  • Updated for SMAPI 2.0.
  • Switched to standard JSON config & data files.
  • Fixed issue where saves with the same name would overwrite each other's endurance level data.
  • Fixed minor bugs when you load a save after exiting to title.
  • Internal refactoring.

1.4.1:

  • Enabled update checks in SMAPI 2.0+.