Broken Glass

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 variant tile images
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Broken Glass
Brokenglass 1 0.png
[[File:{{{icon2}}}|Broken Glass|]]
[[File:{{{icon3}}}|Broken Glass|]]
[[File:{{{icon4}}}|Broken Glass|]]
[[File:{{{icon5}}}|Broken Glass|]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
0.1
Size
1 tile
Function
Trap
Properties
Type
Floor Rug
Move
Tool(s)
GlovesWoolyWhite.png Gloves
(To avoid damage)
Technical
Item ID(s)
brokenglass_1_0 brokenglass_1_1 brokenglass_1_2 brokenglass_1_3

Broken glass can be found on the ground once a window has been broken.

Usage

Walking over broken glass generates a crunching noise that will alert nearby zombies. If the player walks over broken glass without shoes on, they will always get a deep wound, with lodged glass. The player can remove the glass from their feet in order to speed up recovery and lower the risk of infection. They should also stitch the would with a needle and thread or a suture needle.

If the player picks it up without gloves, they may get scratched, and a piece of glass may get lodged in their hand. The player should deal with this in the same way as their feet.

Broken glass can also be used as a defensive mechanism by placing it outside of your base to more easily hear if zombies are outside.

Driving over broken glass in a vehicle will not pop the tires.

Distribution

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

Containers
Building/Room Container Rolls Chance
bar bin 4 1
motelroomoccupied bin 4 1

Broken glass can be found in bins.

Level up First Aid

Cheese.png Exploit warning! This section contains unethical tactics that are not intended gameplay.Show / Hide

This is an unethical tip to level up the first aid skill using broken glass[1]. These are the necessary items:

Previous actions

  • Make sure your area are free from zombies, since during the process your character is vulnerable, slow, will have low health.
  • Prepare an abundant amount food (a couple of cooked pots of soup will do the trick).
  • Put tweezers, needle, thread in your inventory.
  • Place the broken glass on the ground (preferable outside), you will bleed a lot.

Steps

  1. Read the appropriate first aid skill book for the experience bonus, if possible.
  2. Take your shoes off.
  3. Walk onto the broken glass, and stay standing on it. This will give you a deep wound, and a lodged piece of glass.
  4. Remove the glass shards with tweezers from each foot (Each time you do so, you will first aid XP). Your health can only drain to half.
  5. Repeat until level up enough that your skill book is no longer active. Once you reach the level, move off the broken glass.
  6. Either repeat from step 1, or remove the glass shards, and stitch the deep wound with the needle and thread, or suture needle.
  7. You can increase the speed of healing by:
    1. Applying plantain poultice.
    2. Using sterilized bandages to avoid infection.
    3. Eating food, being well fed boosts health recovery rates.
    4. Sleeping also greatly boosts health recovery rates. Sleeping when well fed is the best way to reduce healing time (take painkillers if necessary).

Code

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

Movables.brokenglass_1_0
Source: ProjectZomboid\media\scripts\newMoveables.txt

Retrieved: Build 41.78.16
item brokenglass_1_0
	{
		DisplayCategory = Junk,
		Type			= Moveable,
		Icon			= default,
		Weight		  	= 0.5,
		DisplayName		= Broken Glass,
		WorldObjectSprite	= brokenglass_1_0,
		Tags = BrokenGlass,
	}

Movables.brokenglass_1_1
Source: ProjectZomboid\media\scripts\newMoveables.txt

Retrieved: Build 41.78.16
item brokenglass_1_1
	{
		DisplayCategory = Junk,
		Type			= Moveable,
		Icon			= default,
		Weight		  	= 0.5,
		DisplayName		= Broken Glass,
		WorldObjectSprite	= brokenglass_1_1,
		Tags = BrokenGlass,
	}

Movables.brokenglass_1_2
Source: ProjectZomboid\media\scripts\newMoveables.txt

Retrieved: Build 41.78.16
item brokenglass_1_2
	{
		DisplayCategory = Junk,
		Type			= Moveable,
		Icon			= default,
		Weight		  	= 0.5,
		DisplayName		= Broken Glass,
		WorldObjectSprite	= brokenglass_1_2,
		Tags = BrokenGlass,
	}

Movables.brokenglass_1_3
Source: ProjectZomboid\media\scripts\newMoveables.txt

Retrieved: Build 41.78.16
item brokenglass_1_3
	{
		DisplayCategory = Junk,
		Type			= Moveable,
		Icon			= default,
		Weight		  	= 0.5,
		DisplayName		= Broken Glass,
		WorldObjectSprite	= brokenglass_1_3,
		Tags = BrokenGlass,
	}

See also

References