Spiffo (item)

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Spiffo
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 besides that, it serves no functional purpose.

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

The loot distributions can be found in the table(s) below.

Spiffo distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bedroom crate 1 0.001
bedroom wardrobe 4 0.001
closet crate 4 0.001
daycare counter 4 0.001
daycare desk 4 0.001
daycare metal_shelves 4 0.001
garagestorage crate 4 0.01
generalstore shelves 4 0.001
jayschicken_kitchen crate 4 10.0
jayschicken_kitchen crate 4 20.0
prisoncells wardrobe 4 0.001
spiffoskitchen counter 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
SpiffoTruckBed 4 0.005

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