Spiffo Suit

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 Suit
SpiffoSuit Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
FullSuit
Properties
Run speed
70% (disabled)
Scratch defence
10%
Insulation
85%
Wind resistance
60%
Technical
Item ID
SpiffoSuit

The Spiffo suit is a piece of clothing that covers the whole body, it is a part of the Spiffo outfit. The full outfit consists of the Spiffo Suit, Spiffo suit head and Spiffo suit tail. The Spiffo suit is one of the rarest pieces of clothing.

Usage

The Spiffo suit protects the wearer from cold temperatures and rain.

Pros Cons
  • Has a good amount of insulation, and decent wind resistance.
  • It can also be fun to kill zombies in!
  • Difficult to find.
  • Has no bite resistance, and very low scratch resistance.

Distribution

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

Containers
Building/Room Container Rolls Chance
closet crate 4 0.05
jayschicken_kitchen crate 4 0.05

The Spiffo suit can be found off of very rare Spiffo suit zombies which can be found at Spiffo's restaurants.

Buildings

Building/Room Container Rolls Chance
All Crate 4 0.05

Vehicles

Profession Container Rolls Chance
Spiffo Truck Trunk 4 0.5

Body location

Protection BodyCostume.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms
  • Groin
  • Thighs
  • Shins

Gallery

Code

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

Item

SpiffoSuit.png Base.SpiffoSuit
Source: ProjectZomboid\media\scripts\clothing\clothing_suits.txt

Retrieved: Build 41.78.16 (2 January 2024)
item SpiffoSuit
{
	DisplayCategory = Clothing,
	Type = Clothing,
	DisplayName = Spiffo Suit,
	ClothingItem = SpiffoSuit,
	BodyLocation = FullSuit,
	BloodLocation = Trousers;Jumper,
	Icon = SpiffoSuit,
	RunSpeedModifier = 0.7,
	ScratchDefense = 10,
	Insulation = 0.85,
	WindResistance = 0.6,
	WorldStaticModel = BoilerSuit_Ground,
}

See also