Skip to content

Drakeny/Elin.FarmDoctor

Repository files navigation

A set of quality-of-life improvements introducing new insights and tools to elevate your farming prowess, based on your Farming skill level.

Current Features

  • Displays how many growing stages crops have and how long until the crop grows to the next stage if you have the minimum farming levels required. (Configurable)
    Growth Stages

  • Ability to trigger the regrowth of produce for trees (Apples, Pears, Bananas, and Oranges) by re-applying fertilizer after the tree has been harvested. (Configurable)
    Regrowth Example

  • Ability to inspect already growing crops (seed info) using the “Examine” keybind.
    Crop Inspection

Configuration

Reminder: For all mods that have configurable options, their config files are located at: (steam)\Elin\BepInEx\config. You need to open the game once with the mod enabled to create the config files.

Crop Information
Default value for Basic Information (Growth stages) is 10. [minFarmingLevelBasicInfo]
Default value for Full Information (Time to grow) is 17. [minFarmingLevelFullInfo]

Regrowth
Regrowth can be enabled/disabled, and it is enabled by default. [regrowth]
Default value to trigger regrowth is 15. [minLevelRegrowth]

TODOs and POSSIBLE additional features

  • Figure out how to deal with seeds. (Right now, they don’t have growing info.)
  • Expand the farming possibilities.

Changelog

  • 11/24/24

    • Regrowth feature left experimental stage and now is enabled by default.
    • Added crop inspection/examine feature.
  • 11/21/24

    • Fixed mistakes because I dumb. (You can now actually trigger regrowth when above the minimum level required.)
  • 11/19/24

    • Added Experimental feature for regrowth of trees.
  • 11/18/24

    • Fixed calculation for trees.
    • Fixed calculation for watered plants.