Ghillie Suit Torso: Difference between revisions

From PZwiki
m (Automated category update)
m (Automated Formatting)
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
{{Stub}}
{{Stub}}
{{Infobox item
{{Infobox item
| name = Ghillie Suit Torso
|name=Ghillie Suit Torso
| icon = JacketGhillie.png
|icon=JacketGhillie.png
| icon_name = Ghillie Suit Torso
|icon_name=Ghillie Suit Torso
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 4.0
|weight=4.0
| equipped = FullTop
|equipped=FullTop
| run_speed = 0.75
|run_speed=0.75
| combat_speed = 0.90
|combat_speed=0.90
| scratch_defense = 30
|scratch_defense=30
| bite_defense = 10
|bite_defense=10
| insulation = 0.70
|insulation=0.70
| wind_resistance = 0.45
|wind_resistance=0.45
| water_resistance = 0.35
|water_resistance=0.35
<!-- Technical details -->
<!-- Technical details -->
| item_id = Base.Ghillie_Top
|item_id=Base.Ghillie_Top
}}
}}
A '''ghillie suit torso''' is a type of camouflage clothing designed to resemble the background environment of [[Knox Country]].
A '''ghillie suit torso''' is a type of camouflage clothing designed to resemble the background environment of [[Knox Country]].


Line 33: Line 32:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| all
|all
| [[militarycrate]]
|[[militarycrate]]
| 4
|4
| 0.1
|0.1
|}
|}
===Buildings===
===NPCs===
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 22
  | source = clothing_jackets.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Ghillie_Top
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Ghillie Suit Torso,
        ClothingItem = Ghillie_Top,
        BodyLocation = FullTop,
        BloodLocation = Jacket,
        Icon = JacketGhillie,
        RunSpeedModifier = 0.75,
        CombatSpeedModifier = 0.9,
        BiteDefense = 10,
        ScratchDefense = 30,
        Insulation = 0.70,
        WindResistance = 0.45,
        WaterResistance = 0.35,
        Weight = 4,
        WorldStaticModel = GhillieTop_Ground,
    }
}}
}}


==See also==
==See also==
*[[Ghillie Suit Pants]]
*[[Ghillie Suit Pants]]


{{Navbox clothing}}
{{Navbox items|tops}}

Revision as of 08:50, 14 April 2024

Project ZomboidItemsClothingTopsShirtsGhillie Suit Torso
Spiffo controlyourself.png
This page was last updated for an older version (41.66).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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.
Ghillie Suit Torso
Ghillie Suit Torso
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
4.0
Equipped
FullTop
Properties
Run speed
75% (disabled)
Combat speed
90%
Scratch defence
30%
Bite defence
10%
Insulation
70%
Wind resistance
45%
Water resistance
35%
Technical
Item ID
Base.Ghillie_Top

A ghillie suit torso is a type of camouflage clothing designed to resemble the background environment of Knox Country.

Body location

Protection FullTop.png
  • Head
  • Neck
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms
  • Hands

Distribution

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

Containers
Building/Room Container Rolls Chance
all militarycrate 4 0.1

Buildings

NPCs

Code

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

Source: ProjectZomboid\media\scripts\clothing_jackets.txt

Retrieved: Build 41.78.16
item Ghillie_Top
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Ghillie Suit Torso,
        ClothingItem = Ghillie_Top,
        BodyLocation = FullTop,
        BloodLocation = Jacket,
        Icon = JacketGhillie,
        RunSpeedModifier = 0.75,
        CombatSpeedModifier = 0.9,
        BiteDefense = 10,
        ScratchDefense = 30,
        Insulation = 0.70,
        WindResistance = 0.45,
        WaterResistance = 0.35,
        Weight = 4,
        WorldStaticModel = GhillieTop_Ground,
    }

See also