Spiffo Suit Tail: Difference between revisions

From PZwiki
m (Automated Formatting)
mNo edit summary
Tag: Reverted
(One intermediate revision by the same user not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|3D model is from a screenshot, it should be extracted instead}}
{{Reupload|3D model is from a screenshot, it should be extracted instead}}
{{Stub}}
{{Infobox item
{{Infobox item
|name=Spiffo Suit Tail
|name=Spiffo Suit Tail
Line 8: Line 7:
|icon=SpiffoTail.png
|icon=SpiffoTail.png
|icon_name=Spiffo Suit Tail
|icon_name=Spiffo Suit Tail
<!-- General -->
|category=Clothing
|category=Clothing
<!--SPEED-->
<!-- Technical details -->
<!--PROTECTION-->
<!--INSULATION-->
<!--TECHNICAL DETAILS-->
|item_id=Base.SpiffoTail
|item_id=Base.SpiffoTail
}}
}}
'''Spiffo suit tail''' is a clothing item.
 
The '''spiffo suit tail''' is an extremely rare clothing item and is part of the Spiffo Suit set, along with the [[Spiffo Suit]] and [[Spiffo Suit Head]].


==Usage==
==Usage==
===Container===
The Spiffo suit tail is purely a cosmetic item, and provides no protection from zombies or the elements.  
Cannot be used for storage.
 
===Crafting===
Cannot be crafted.


==Distribution==
==Distribution==
Line 45: Line 39:
|0.05
|0.05
|}
|}
===Buildings===
Spiffo tails spawn extremely rarely in any location, though some locations are more likely than others. They can be found very infrequently in places like storage facilities, garages, and closets. They are slightly more common in fast food restaurants including [[Jay's Chicken]] and [[Spiffo's]]. They are most likely, though not guaranteed, to be found at Spiffo headquarters in Louisville.


===NPCs===
===NPCs===
{{See|NPC}}
Spiffo tails can be found on Mascot zombies near/in Spiffo restaurants, though their spawn rate is very low.
Can be found on zombies near/in Spiffo restaurants, although it is quite rare.
 
==Code==
{{CodeBox|[[File:SpiffoTail.png]] {{ID|Base.SpiffoTail}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 48
  | source = clothing_suits.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item SpiffoTail
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Spiffo Suit Tail,
        ClothingItem = SpiffoTail,
        BodyLocation = Tail,
        Icon = SpiffoTail,
        WorldStaticModel = SpiffoTail_Ground,
    }
}}
}}


==See also==
==See also==

Revision as of 00:14, 18 April 2024

Project ZomboidItemsClothingAccessoriesSpiffo Suit Tail
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: 3D model is from a screenshot, it should be extracted instead
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Spiffo Suit Tail
Spiffo suit tail.jpeg
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Technical
Item ID
Base.SpiffoTail

The spiffo suit tail is an extremely rare clothing item and is part of the Spiffo Suit set, along with the Spiffo Suit and Spiffo Suit Head.

Usage

The Spiffo suit tail is purely a cosmetic item, and provides no protection from zombies or the elements.

Distribution

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

Containers
Building/Room Container Rolls Chance
closet crate 4 0.05
jayschicken_kitchen crate 4 0.05

Buildings

Spiffo tails spawn extremely rarely in any location, though some locations are more likely than others. They can be found very infrequently in places like storage facilities, garages, and closets. They are slightly more common in fast food restaurants including Jay's Chicken and Spiffo's. They are most likely, though not guaranteed, to be found at Spiffo headquarters in Louisville.

NPCs

Spiffo tails can be found on Mascot zombies near/in Spiffo restaurants, though their spawn rate is very low.

Code

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

SpiffoTail.png Base.SpiffoTail
Source: ProjectZomboid\media\scripts\clothing\clothing_suits.txt

Retrieved: Build 41.78.16
item SpiffoTail
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Spiffo Suit Tail,
        ClothingItem = SpiffoTail,
        BodyLocation = Tail,
        Icon = SpiffoTail,
        WorldStaticModel = SpiffoTail_Ground,
    }

See also