Flip Flops

From PZwiki
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Flip Flops
FlipFlops.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shoes
Properties
Run speed
70% (disabled)
Scratch defence
0%
Bite defence
0%
Insulation
0%
Wind resistance
0%
Water resistance
0%
Technical
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.

Usage

Pros and cons

Pros Cons
    • Provide no protection
    • Will slow the player down

    Distribution

    Buildings

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

    NPCs

    Zombies can sometimes be found wearing flip flops.

    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