Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Selph aka zombifier

Uploaded by

zombifier

Virus scan

Safe to use

About this mod

This mod adds a framework for toggling an item between multiple forms.

Requirements
Permissions and credits
Changelogs
This mod adds a minimal framework for toggling an item between multiple forms. Pressing Q (by default) will transform the item held in your hand to its next form.

This mod does nothing on its own, and needs content packs to function.

Content packs must be named ToggleItemsConfig.json and looks like the following:

{
  "entries": [
    [
      "(O)ItemForm1",
      "(O)ItemForm2",
      "(O)ItemForm3"
    ],
    [
      "(O)Item2Form1",
      "(O)Item2Form2"
    ]
  ]
}

See https://www.nexusmods.com/stardewvalley/mods/21363 for an example content pack for this mod.

NEW: Experimental "Price Balance" option, off by default. When toggling an item to a cheaper/more expensive version, add/subtract the sell price difference from the player's wallet to keep profit neutral. Will not allow toggling if the player's wallet cannot make up for the difference.

Source Code: https://github.com/zombifier/My_Stardew_Mods