School Bag

From PZwiki
Revision as of 12:53, 2 May 2018 by Vaileasys (talk | contribs) (Initial. Has item boilerplate with clothing image template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The Game WorldItemsBaggageSchool Bag

Template:Clothing The School Bag is a baggage item that can be equipped on the back. It is the most common of the wearable bags, however it is also the worst. It can usually be found in wardrobes and often in lockers inside a school.

If the player chooses the easy or normal starting difficulty, they will spawn with a schoolbag. During the custom sandbox setup, choosing the starter kit option will also spawn the player with a schoolbag.


Item Description Weight Weight Reduction Capacity Classname
Backpack.png
School Bag
- 0.5 60 15 Base.Schoolbag


Code

From newitems.txt (Project Zomboid directory/media/scripts/)

	item BigHikingBag
		WeightReduction	= 60,
		Weight	        = 0.5,
		Type	        = Container,
		Capacity	= 15,
		DisplayName	= Schoolbag,
		Icon	        = Backpack,
		CanBeEquipped	= Back,
		OpenSound	= PZ_OpenBag,
		CloseSound	= PZ_CloseBag,
		PutInSound	= PZ_PutInBag,


See Also

Template:Navbox/Baggage