
- #Stardew valley item id how to#
- #Stardew valley item id mod#
For example, if you set immunity 10 while Genie Shoes (+6 immunity) are equipped, removing the shoes would set your immunity to 4 (10 - 6). This is permanent and is affected by immunity buffs. For gender, this can be 0 (male) or 1 (female).Įxample: player_setstyle swim 1 would change the player into their swim suit.Įxample: player_sethealth 200 would give you 200 health points. For swim, this can be 0 (not in a swim suit) or 1 (in a swim suit).
is the integer ID for the style to use.
This is one of hair, shirt, skin, acc (accessory), shoe, swim (whether the player is wearing a swim suit), or gender.
is the part of the player's style to change. Sets a style for your character's sprite. is an RGB color, specified as three comma-separated channels from 0 (no color) to 255 (max color).Įxample: player_changecolor eyes 255,0,0 would make your character's eyes red. Sets a color for your character's sprite. player_add object pufferfish 10 4 would create 10 iridium-quality pufferfish.Ĭhanges the player's total money to the given amount of gold.Įxample: player_setmoney 5000 will change your total money to 5000g. player_add object 246 will create a Wheat Flour item. is the integer item ID (as shown by the list_items command). is one of BigCraftable, Boots, Clothing, Flooring, Furniture, Hat, Object, Ring, Tool, Wallpaper, or Weapon. Syntax: player_add Īdds an item to your inventory based on its type and ID. player_add name "Stir Fry" 10 4 will create 10 iridium-quality stir fry dishes. player_add name "Galaxy Sword" will create a Galaxy Sword. This can be one of 0 (normal), 1 (silver), 2 (gold), or 4 ( iridium). is the quality of the item to create (defaults to normal). is how many items to add to your inventory (defaults to 1).
is the default or translated item name to spawn.Syntax: player_add name Īdds an item to your inventory based on its name. Shows a list of item types that can be used with the list_items and player_add commands. The optional search text limits results to those which have all of the search words somewhere in their ID + type + name. Shows a list of every item in the game (including those added by mods). You can type help to get a list of console commands (including commands added by other mods). You can enter console commands directly into the SMAPI console window (or into the in-game chat if you have Chat Commands too).
#Stardew valley item id mod#
That mod is bundled with SMAPI if you deleted it, just reinstall SMAPI to get the mod back. You must have the Console Commands mod installed to use the commands listed below.
#Stardew valley item id how to#
For example, abi would match Abigail if it's fuzzy.Ĭonsole commands How to enter console commands
If a command description says that a parameter uses "fuzzy" match, that means that it can match on a case-insensitive partial name. The command names are case-insensitive, but their parameters might be case-sensitive. Details such as default values should be listed in the description. For example, speed means the command requires an integer value parameter and has an optional integer duration parameter. Required parameters are listed in angle brackets, and optional parameters are listed in square brackets. To avoid repeating text, this page uses a few conventions to convey common information: 3.14 Outdated, unimplemented, or unknown. 3.9.7 Other location-specific functions. 3.5.2 Fishing, museum, and secret notes. 3.4.2 Health, stamina, buffs, and currency.