Skip to main content

Shirts in Stardew Valley

All Stardew Valley shirts with item IDs — every dyeable shirt the tailor can produce, plus the rare one-off and event shirts.

How to spawn items

Vanilla, no edits

Character name. When creating a new save, name your character with up to three item IDs in square brackets, e.g. [16][66][72]. Every time a villager mentions your name in dialogue, those items spawn into your inventory. Character names lock to one set per save, so you're stuck with whatever three you pick.

Early-game trigger trick: call Gus by phone (or visit Pierre before noon) — both reliably say your name back to you. Once you unlock the movie theater, inviting Jodi with a Love Concession is the fastest repeatable trigger.

Pet or animal name. Buy an animal from Marnie's Ranch (a chicken is cheapest) or a pet, then name it with the item ID(s) in square brackets. You receive the items right after confirming the name. Repeat with another animal for different items.

If your code is longer than Marnie's name box allows, you can bypass the character limit by inserting line breaks with dialogue commands — handy when stacking many IDs at once.

Showing 150 of 195 items

How Shirts IDs work

Every Shirts entry uses the qualified ID form (S)1000. The (S) prefix tells Stardew Valley which item type the ID belongs to — the same ID can exist in more than one type at once, so the prefix is what makes it unambiguous.

This page lists all 195 Shirts entries in the vanilla game.

How to spawn Shirts

The naming cheat cannot spawn Shirts. Naming an animal [(S)1000] does nothing at all — no error, no item — because the game only reads bare numeric object IDs out of a name. Enable chat cheats on your save instead, then run /debug iq ALL_ITEMS (S) in the in-game chat to pick any Shirts item straight out of the browser.

How to enable chat cheats

Example Shirts IDs

ItemIDNaming cheat
Classic Overalls(S)1000Chat cheat only
Shirt(S)1001Chat cheat only

Other Stardew Valley item types

Each item type has its own ID prefix and its own full list.

Shirts ID questions

What do Shirts IDs look like in Stardew Valley?
Every Shirts entry uses the qualified ID form (S)1000. The (S) prefix tells Stardew Valley which item type the ID belongs to — the same ID can exist in more than one type at once, so the prefix is what makes it unambiguous. This page lists all 195 Shirts entries in the vanilla game.
How do I spawn Shirts in Stardew Valley?
The naming cheat cannot spawn Shirts. Naming an animal [(S)1000] does nothing at all — no error, no item — because the game only reads bare numeric object IDs out of a name. Enable chat cheats on your save instead, then run /debug iq ALL_ITEMS (S) in the in-game chat to pick any Shirts item straight out of the browser.
How many Shirts items are in Stardew Valley?
There are 195 Shirts entries in vanilla Stardew Valley, all listed on this page with their IDs.
Did Shirts IDs change in Stardew Valley 1.6?
1.6 introduced qualified item IDs, which is where the (S) prefix comes from. The underlying numbers did not change, but anywhere the game has to be unambiguous it now expects the prefixed form.