Tank Top: Difference between revisions

From PZwiki
m (Automated Formatting)
m (rm newline)
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Stub}}
{{Infobox item
{{Infobox item
|name=Tank Top
|name=Tank Top
Line 18: Line 17:
|wind_resistance=0.30
|wind_resistance=0.30
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=Base.Vest_DefaultTEXTURE<br>Base.Vest_DefaultTEXTURE_TINT
|item_id=Base.Vest_DefaultTEXTURE
|item_id2=Base.Vest_DefaultTEXTURE_TINT
}}
}}
'''Tank top''', previously called ''vest'' (British English), is a [[clothing]] [[Items|item]]. It is the only item in the base game that can currently be worn in the tank top body location slot.
A '''tank top''', previously called ''vest'' (British English), is a [[clothing]] [[Items|item]]. It is the only item in the base game that can currently be worn in the tank top body location slot.


==Body location==
==Body location==
{| style="text-align: center;"
{{Body location|body_location=TankTop}}
|{{Body location|body_location=TankTop}}
|}


==Distribution==
==Distribution==
Line 136: Line 134:


==Code==
==Code==
===Item===
{{CodeBox
{{CodeBox
| {{CodeSnip
| {{CodeSnip
Line 164: Line 161:


==See also==
==See also==
*[[Long Johns]]
{{Navbox items|underwear}}
{{Navbox items|underwear}}

Revision as of 17:15, 14 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.
Tank Top
Tank Top
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
TankTop
Properties
Material
Cotton
Insulation
40%
Wind resistance
30%
Technical
Item ID
Base.Vest_DefaultTEXTURE
Base.Vest_DefaultTEXTURE_TINT

A tank top, previously called vest (British English), is a clothing item. It is the only item in the base game that can currently be worn in the tank top body location slot.

Body location

Protection TankTop.png
  • Upper Torso
  • Lower Torso

Distribution

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

Containers
Building/Room Container Rolls Chance
all dresser 4 1
locker 4 1
locker 4 1
wardrobe 4 1
wardrobe 4 1
wardrobe 4 4
wardrobe 4 1
wardrobe 4 1
bathroom locker 4 0.5
locker 4 1
bedroom crate 4 8
crate 1 0.8
wardrobe 4 1
closet crate 4 0.5
clothingstorage clothingrack 4 1
clothingstore clothingrack 4 1
clothingrack 4 1
laundry clothingdryer 4 2
clothingdryer 4 2
clothingdryer 4 1
clothingdryer 4 1
zippeestore clothingrack 4 1

Code

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

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

Retrieved: Build 41.78.16
item Vest_DefaultTEXTURE
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Tank Top,
        ClothingItem = Vest_DefaultTEXTURE,
        BodyLocation = TankTop,
        Icon = Vest_White,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.40,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = BulletVest_Ground,
    }

See also