Bikini: Difference between revisions

From PZwiki
(+ item id for bikini variant, +buildings and npcs section on distrib, + variant model to code, + see also , tagged for missing 3d model, -stub tag)
Line 79: Line 79:


===NPCs===
===NPCs===
Bikinis can be found on zombified swimmers, and [[Mannequin|mannequins]].  
Bikinis can sometimes be found on zombified swimmers, and [[Mannequin|mannequins]].


==Code==
==Code==

Revision as of 23:34, 12 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Bikini
Bikini White.png
Bikini OrangePolkaDot.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Equipped
Underwear
Technical
Item ID
Base.Bikini_TINT
Base.Bikini_Pattern01

A bikini is a clothing item worn as swimsuit or underwear.

Usage

A bikini provides no insulation or protection, so it is best used as a cosmetic item.

Body location

Protection Underwear.png
  • Groin

Distribution

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

Containers
Building/Room Container Rolls Chance
all wardrobe 4 0.1
wardrobe 4 0.2
wardrobe 4 0.2
bathroom locker 4 0.2
closet crate 4 6
clothingstore clothingrack 4 6
pool locker 4 6
stripclub dresser 4 0.2

Buildings

Bikinis can be found in private homes, as well as clothing stores, pools, and strip clubs.

NPCs

Bikinis can sometimes be found on zombified swimmers, and mannequins.

Code

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

Bikini White.png Base.Bikini_TINT
Source: ProjectZomboid\media\scripts\clothing\clothing_others.txt

Retrieved: Build 41.78.16
item Bikini_TINT
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bikini,
		ClothingItem = Bikini_TINT,
		BodyLocation = Underwear,
		Icon = Bikini_White,
		Weight = 0.2,
		WorldStaticModel = Bikini_Ground,
	}

Bikini OrangePolkaDot.png Base.Bikini_Pattern01
Source: ProjectZomboid\media\scripts\clothing\clothing_others.txt

Retrieved: Build 41.78.16
item Bikini_Pattern01
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bikini,
		ClothingItem = Bikini_Pattern01,
		BodyLocation = Underwear,
		Icon = Bikini_OrangePolkaDot,
		Weight = 0.2,
		WorldStaticModel = Bikini_Ground,
	}

See Also