School Bag: Difference between revisions

From PZwiki
(Initial. Has item boilerplate with clothing image template)
 
m (fixed container links)
Line 7: Line 7:
| weight = 0.5
| weight = 0.5
}}
}}
The [[Schoolbag]] 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 [[Containers#Wardrobe|wardrobes]] and often in [[Containers#Locker|lockers]] inside a school.  
The '''schoolbag''' 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 [[Containers#Bedroom Storage|wardrobes]] and often in [[Containers#Lockers|lockers]] inside a school.  


If the player chooses the [[Game Modes#Easy|easy]] or [[Game Modes#Normal|normal]] starting difficulty, they will spawn with a schoolbag. During the [[Game Modes#Custom Sandbox|custom sandbox]] setup, choosing the ''[[Game Modes#Character|starter kit]]'' option will also spawn the player with a schoolbag.
If the player chooses the [[Game Modes#Easy|easy]] or [[Game Modes#Normal|normal]] starting difficulty, they will spawn with a schoolbag. During the [[Game Modes#Custom Sandbox|custom sandbox]] setup, choosing the ''[[Game Modes#Character|starter kit]]'' option will also spawn the player with a schoolbag.

Revision as of 13:23, 10 May 2018


The Game WorldItemsBaggageSchool Bag

Template:Clothing The schoolbag 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