Spiffo (item): Difference between revisions

From PZwiki
m (Move template above)
(updated to current + 3d image needed tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|The Game World|Items|version=Version 40|incver=43}}
{{Header|The Game World|Items|version=Version 41|incver=78.16}}
{{Outdated}}
{{Reupload}} <!-- Needs model image in infobox along with variants in a <gallery> section-->
{{Infobox item
{{Infobox item
| display_name = Spiffo
| display_name = Spiffo
Line 24: Line 24:


==Distribution==
==Distribution==
Spiffo can be found in wardrobes and toy stores.  
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 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.


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|
{{Retrieved|version=40|incver=43}}
{{CodeSnip
<pre>
|lang=java
item Spiffo
|line=true
Weight = 0.2,
|start=92
Type = Normal,
|source=newitems.txt
DisplayName = Spiffo,
|retrieved=true
Icon = PlushSpiffo,
|version=41
</pre>
|incver=78.16
|code= item Spiffo
{
    DisplayCategory = Raccoon,
Weight = 0.2,
Type = Normal,
DisplayName = Spiffo,
Icon = PlushSpiffo,
WorldStaticModel = SpiffoPlushie,
}
}}
}}


==See also==
==See also==
*[[Big Spiffo]]
*[[Boris The Badger]]
*[[Boris The Badger]]
*[[Jacques The Beaver]]
*[[Jacques The Beaver]]
Line 45: Line 60:
*[[Fluffyfoot The Bunny]]
*[[Fluffyfoot The Bunny]]
*[[Furbert The Squirrel]]
*[[Furbert The Squirrel]]
*[[Doll]]
*[[Toy Bear]]
*[[Picture of Kate]]

Revision as of 22:04, 15 December 2023

The Game WorldItemsSpiffo (item)
Frame.png
This article contains outdated/low-quality images.
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Spiffo (item)
Spiffo250.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 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.

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