Jacques The Beaver

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Jacques The Beaver
PlushieBeaver Model.png
General
Category
Beaver
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.JacquesBeaver

Jacques The Beaver is a plush toy, and a PAWS brand character.

Usage

Jacques has no use, being added purely for the purpose of clutter or collectibility, creating more realism for the player when looting.

Distribution

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

JacquesBeaver distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bedroom crate 1 0.001
bedroom wardrobe 4 0.001
closet crate 4 0.001
daycare counter 4 0.001
daycare desk 4 0.001
daycare metal_shelves 4 0.001
garagestorage crate 4 0.01
generalstore shelves 4 0.001
jayschicken_kitchen crate 4 10.0
prisoncells wardrobe 4 0.001
spiffoskitchen counter 4 10.0

Foraging

There is an extremely small chance to find a Jacques while foraging. All stuffed toys are an “epic” rarity spawn, the second most uncommon type of forageable item. As the foraging loot tables are quite large, foraging for plushies is technically possible, but not recommended.

Trivia

Jacques is the only item in the game to use the custom category of “Beaver”.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item JacquesBeaver
	{
		DisplayCategory = Beaver,
		Weight          = 0.2,
		Type            = Normal,
		DisplayName     = Jacques The Beaver,
		Icon            = Plush_Beaver,
		WorldStaticModel = PlushieBeaver_Ground,
	}

See also