0 of 0

File information

Last updated

Original upload

Created by

Skalaki

Uploaded by

Skalaki13

Virus scan

Safe to use

Tags for this mod

About this mod

Adjust all building costs and duration from Robin's Carpenter shop!

Requirements
Permissions and credits
Changelogs
Donations
This is a small mod that allows you to change the price of all buildings available in Robin's shop. I wanted to make the game harder for me, and increasing the cost for every building allowed me to achieve this goal :)

You can change the following parameters for each individual building:
  • Money required
  • Items needed - you can change the cost to any item whatsoever
  • Days necessary for completing the build
Instructions
  • Make sure you have the latest version of SMAPI installed
  • Download, and unzip this mod into your Mods folder
  • Run the game once with the mod installed to generate a `Config.json`, which defaults to vanilla values
  • Edit the config with the values you want

The config.json follows this structure:

{
  "Buildings": {
    "Coop": {
      "GoldCost": 4000,
      "Items": [
        {
          "ItemID": 388,
          "Amount": 300
        },
        {
          "ItemID": 390,
          "Amount": 100
        }
      ],
      "DaysToBuild": 2
    },
    "Big Coop": {
      "GoldCost": 10000,
      "Items": [
        {
          "ItemID": 388,
          "Amount": 400
        },
        {
          "ItemID": 390,
          "Amount": 150
        }
      ],
      "DaysToBuild": 2
    },
...
  }
}

You can add any building to the list, only the ones inside will actually be changed. For the required items, you can also place any item you want, check the wanted Item Ids here -> https://eduanttunes.github.io/stardew_valley_ids/

Haven't tested with modded buildings, but it should work as well, as long as you introduce a new key in the Config.json with the name of the new buildings.

This is my very first mod! Please send me any feedback you have about this!

Source: Github