Coveralls: Difference between revisions

From PZwiki
No edit summary
m (Cleanup)
Line 1: Line 1:
{{stub}}
{{Languages}}{{Header|The Game World|Items|Clothing|version=Version 41|incver=24}}{{Stub}}{{Infobox clothing
{{languages}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=24}}
{{Infobox clothing
| display_name = Coveralls
| display_name = Coveralls
| name_colour = Clothing
| name_colour = Clothing
| name_text_colour = Clothing
| name_text_colour = Clothing
| image =  
| image =  
| image_width = 250px
| image_width = 200px
| alternate_image = BoilerSuitWhite.png
| alternate_image = BoilerSuitWhite.png
| alternate_name = Boilersuit (white)
| alternate_name = Boilersuit (white)
Line 35: Line 32:
{{Body location|body_location=BodyCostume}}
{{Body location|body_location=BodyCostume}}


== Code ==
==Code==
<!--Comment: all the code related to the item found in txt files should be placed here-->
<!--COMMENT: Current location of Code in directory for updating purposes. Example below shows how to lay it out. ''''' is for bold italic.-->
'''''From clothing_shirts.txt (Project Zomboid directory/media/scripts/clothing)'''''
'''''From clothing_shirts.txt (Project Zomboid directory/media/scripts/clothing)'''''


<!--COMMENT: Be sure to include this "Retrieved" template, filling in the version of the game the code was retrieved.-->
{{Retrieved|version=41|incver=56}}
{{Retrieved|version=41|incver=56}}
<pre> item Boilersuit
<pre>
  item Boilersuit
     {
     {
         DisplayCategory = Clothing,
         DisplayCategory = Clothing,
Line 62: Line 57:
</pre>
</pre>


{{Navbox_clothing}}
{{Navbox clothing}}
{{clear}}

Revision as of 16:48, 24 June 2023

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Coveralls
Boilersuit (white) Boilersuit (blue) Boilersuit (red)
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location FullSuit
Speed
Run speed 90%
Protection
Scratch defense 10
Insulation
Insulation 0.65
Wind resistance 0.45
Technical details
Item ID Base.Boilersuit
Base.Boilersuit_BlueRed

Coveralls are an item of clothing covering the whole body.

Body location

Protection BodyCostume.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms
  • Groin
  • Thighs
  • Shins

Code

From clothing_shirts.txt (Project Zomboid directory/media/scripts/clothing)

Retrieved: Build 41.56

  item Boilersuit
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Coveralls,
        ClothingItem = Boilersuit,
        BodyLocation = FullSuit,
        Icon = BoilerSuitWhite,
        ColorRed = 161,
        ColorGreen = 161,
        ColorBlue = 161,
        BloodLocation = Trousers;Jumper,
        RunSpeedModifier = 0.9,
        ScratchDefense = 10,
        Insulation = 0.65,
        WindResistance = 0.45,
        FabricType = Cotton,
        WorldStaticModel = BoilerSuit_Ground,