Spiffo (item): Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Category Project: Plush toys)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 41|incver=78.16}}
{{header/sandbox2|Project Zomboid|Items|Miscellaneous items|Plush toys}}
{{page version|41.78.16}}
{{Infobox item
{{Infobox item
| display_name = Spiffo
| display_name = Spiffo
Line 41: Line 42:
|source=newitems.txt
|source=newitems.txt
|retrieved=true
|retrieved=true
|version=41
|version=41.78.16
|incver=78.16
|code= item Spiffo
|code= item Spiffo
{
{

Revision as of 06:01, 27 January 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Spiffo (item)
SpiffoPlushie Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.Spiffo
PlushSpiffo.pngThis article is about the in-game item. For the official mascot of Project Zomboid, see Spiffo. For the fast food chain, see Spiffo's.

Spiffo is a plush version of Project Zomboid’s mascot, Spiffo, which it shares a name with. It can be used as a collector's or furnishing item, but other than that, currently serves no useful purpose and is classified as a junk item.

There is also an extra large version of this Spiffo doll, aptly called a Big Spiffo.

Usage

Spiffo has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

By far the most likely place to find Spiffo is in Spiffo Merch boxes, located at the Spiffo Company Headquarters in Louisville, as with most animal plushes. There is a much slimmer chance to find them in general toy crates. They are a rare spawn in daycares, children’s wardrobes, holiday gifts, GigaMart toy shelves, hobby stores, random junk crates and, surprisingly, prison cells.

Foraging

There is an extremely small chance to find a Spiffo while foraging. All stuffed toys are an “epic” rarity spawn, the second most uncommon type of forageable item. As the foraging loot tables are quite large, foraging for plushies is technically possible, but not recommended.

Trivia

  • Spiffo is one of only two items in the game with the category “Raccoon”, the other being the Big Spiffo plush.
  • Spiffo utilizes the same model as the Big Spiffo, just with a different scale.
    • Due to a game bug, or engine limitation/optimization, when the two are placed together with the same rotation, they can change in size.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Spiffo
	{
	    DisplayCategory = Raccoon,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Spiffo,
		Icon	=	PlushSpiffo,
		WorldStaticModel = SpiffoPlushie,
	}

See also