Swimsuit

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]
Swimsuit
Swimsuit White model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Equipped
Underwear
Technical
Item ID
Base.Swimsuit_TINT

A swimsuit is a clothing item.

Usage

The swimsuit is purely an aesthetic item and provides no protection from scratches, bites, or weather. It comes in many colors.

Distribution

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

Swimsuit_TINT distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all wardrobe 2.1%
bedroom wardrobe 2.1%
closet crate 23.28%
clothingstore clothingrack 23.28%
garagestorage crate 23.28%
pool locker 23.28%
shoestore clothingrack 23.28%
storageunit crate 23.28%

NPCs

Swimsuits can be found on zombified swimmers, and occasionally on mannequins

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_others.txt

Retrieved: Build 41.78.16
item Swimsuit_TINT
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Swimsuit,
		ClothingItem = Swimsuit_TINT,
		BodyLocation = Underwear,
		Icon = Swimsuit_White,
		Weight = 0.1,
		WorldStaticModel = SwimSuit_Ground,
	}

See also