Military Boots

From PZwiki
Revision as of 20:16, 19 November 2021 by CarpenteristheBestJob (talk | contribs) (Created page with "{{Testing|build=Build 41}} <!-- COMMENT: This section is for the language bar. The language bar is used for linking translations of the same page into different languages...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.


The Game WorldItemsClothingMilitary Boots
Military Boots
Military Boots
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Shoes
Speed
Run speed 90%
Protection
Scratch defense 100
Bite defense 100
Insulation
Insulation 1.0
Wind resistance 1.0
Water resistance 0.8
Technical details
Item ID Base.Shoes_ArmyBoots

The military boots are black colored boots commonly worn by soldiers.

Usage

Pros and Cons

Pros Cons
  • Extremely bite and scratch resistant
  • Excellent insulation and weather protection
  • Can be difficult to find
  • Will slow the player down a little

Item Distribution

Buildings

Military boots will spawn in clothes stores around the map.

NPCs

Survivalist and soldier zombies can both be found wearing military boots, with the soldiers spawning at the secret military base near Rosewood.

Code

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

Retrieved: Build 41.56

  item Shoes_ArmyBoots
	{
		Type = Clothing,
		DisplayName = Military Boots,
		ClothingItem = Shoes_ArmyBoots,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = BootsARmy,
		StompPower = 2.5,
		ConditionLowerChanceOneIn = 20,
        ConditionMax = 30,
        RunSpeedModifier = 0.9,
        RemoveOnBroken = false,
        ScratchDefense = 100,
        BiteDefense = 100,
        Insulation = 1.0,
        WindResistance = 1.0,
        WaterResistance = 0.8,
        WorldStaticModel = Boots_Ground,
	}

See also