Flip Flops: Difference between revisions

From PZwiki
m (Remove lines with 0 value)
(altered usage section, not enough pros and cons for table)
(One intermediate revision 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=Flip Flops
|name=Flip Flops
Line 16: Line 15:
|item_id=Base.Shoes_FlipFlops
|item_id=Base.Shoes_FlipFlops
}}
}}
'''Flip flops''' are a clothing item that can be found throughout the world. They do not provide any protection from scratches, bites, or weather.
'''Flip flops''' are a clothing item that can be found throughout the world.  


==Usage==
==Usage==
===Pros and cons===
Flip flops provide no protection from zombies or the elements and are best used as a cosmetic item. In a pinch, they can be used to protect the feet from hazards like broken glass or scratches.
{{Pros-cons
|cons1 = Provide no protection
|cons2 = Will slow the player down
}}


==Distribution==
==Distribution==
 
[[Category:Articles requiring distribution tables]]
===Buildings===
===Buildings===
Flip flops can be found in houses, clothing stores, and lockers throughout the map.
Flip flops can be found in houses, clothing stores, and lockers throughout the map.


===NPCs===
===NPCs===
Zombies can sometimes be found wearing flip flops.
Flip flops can be found on zombified tourists.  


==Body location==
==Body location==
Line 66: Line 61:


==See also==
==See also==
*[[Boots]]
*[[Hawaiian Shirt]]
*[[Military Boots]]
*[[Sandals]]
*[[Riding Boots]]


{{Navbox items|footwear}}
{{Navbox items|footwear}}

Revision as of 17:49, 25 April 2024

Project ZomboidItemsClothingShoesFlip Flops
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.
Flip Flops
FlipFlops.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shoes
Properties
Run speed
70% (disabled)
Technical
Item ID
Base.Shoes_FlipFlops

Flip flops are a clothing item that can be found throughout the world.

Usage

Flip flops provide no protection from zombies or the elements and are best used as a cosmetic item. In a pinch, they can be used to protect the feet from hazards like broken glass or scratches.

Distribution

Buildings

Flip flops can be found in houses, clothing stores, and lockers throughout the map.

NPCs

Flip flops can be found on zombified tourists.

Body location

Protection Shoes.png
  • Feet

Code

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

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

Retrieved: Build 41.78.16
item Shoes_FlipFlop
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Flip Flops,
        ClothingItem = Shoes_FlipFlop,
        BodyLocation = Shoes,
        BloodLocation = Shoes,
        Icon = FlipFlops,
        StompPower = 0.8,
        ConditionLowerChanceOneIn = 2,
        ConditionMax = 6,
        RunSpeedModifier = 0.7,
        RemoveOnBroken = false,
        WorldStaticModel = Shoes_FlipFlops_Ground,
    }

See also