Big Spiffo

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]
Big Spiffo
SpiffoPlushie Model.png
General
Category
Raccoon
Encumbrance
Moodle Icon HeavyLoad.png
5
Function
None
Technical
Item ID
Base.SpiffoBig

Big Spiffo is a plush toy, and the larger variant of the PAWS brand mascot plushes.

Usage

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

Distribution

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

SpiffoBig distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bedroom wardrobe 4 0.0001
jayschicken_kitchen crate 4 0.001
spiffoskitchen counter 4 0.01
Vehicles
Vehicle Type/Location Rolls Chance
SpiffoTruckBed 1 0.001

Foraging

There is an absurdly small chance to find a Big Spiffo while foraging. They are in the “Legendary” loot category, making them one of the rarest forageable items in the game. As such, foraging for one is theoretically possible, but not recommended.

Trivia

  • Big Spiffo is one of only two items in the game with the category “Raccoon”, the other being the standard, smaller Spiffo plush.
  • Big Spiffo utilizes the same model as regular 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 SpiffoBig
	{
	    DisplayCategory = Raccoon,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Big Spiffo,
		Icon	=	SpiffoXL,
		WorldStaticModel = SpiffoPlushieBig,
}

See also