Gravel Bag: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
__NOTOC__
{{languages|Gravel Bag}}
{{languages|Gravel_Bag}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox drainable
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
|display_name = Gravel Bag
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name_colour = Construction
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Construction|Construction]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour = Construction
|image = Gravelbag.png
|weight = 2
|primary_use = Laying gravel
|max_units = 4
|contents = Gravel
|class_name = Base.Gravelbag
}}A '''gravel bag''' is effectively a [[sack]] that has been filled with gravel.


{{Items
==Usage==
|image = Gravel_bag.png
A gravel bag is a heavy but very sturdy bag of gravel that can withstand gunshots. Stacking three of these bags together will create a protective, bulletproof, [[Gravel Bag Wall|gravel bag wall]] that can be hopped over by holding <code>E</code> or "Climb Through" with the right-click menu.
|weight = 2.0
}}


A Gravel Bag is a [[Empty_Sand_Bag|Empty Sandbag]] that has been filled with gravel. Gamewise at Version 34.28, there is no code differences between a Gravelbag and a [[Sandbag]].
A heavy but very sturdy bag of gravel that can withstand gunshots. Stacking three of these bags together will create a protective, bulletproof, gravelbag wall that can be hopped over by holding E or Climbing Through with the right-click menu.
[[Empty_Sand_Bag|Empty sandbags]] usually are found in wooden storage crates, which are mostly found in warehouses.


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:centre;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
|-
{{RecipeLookup|1027}}
{{RecipeLookup|1027}}
|}
{{Crafting table footer}}
 
==Distribution==
Gravel bags are usually found in [[Containers#Crates|wooden storage crates]], which are mostly found in warehouses.


== Code ==
== Code ==
  <nowiki> item Gravelbag
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
  <nowiki> item Gravelbag
Weight = 2,
Weight = 2,
Type = Drainable,
Type = Drainable,
Line 34: Line 34:
DisplayName = Gravel Bag,
DisplayName = Gravel Bag,
Icon = Gravelbag,
Icon = Gravelbag,
ReplaceOnDeplete = EmptySandbag,
ReplaceOnDeplete = EmptySandbag,</nowiki>
</nowiki>
 
<nowiki>
== See also ==
</nowiki>
*[[Carpentry Guide]]
[[Category:Items]]
 
[[Category:Version 34.28]]
{{Navbox/Construction}}
 
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 13:24, 22 July 2018

The Game WorldItemsGravel Bag
Gravel Bag
Gravel Bag
General
Category Item
Encumbrance
Heavy Load
2
Function Laying gravel
Capacity 4 units
Contents Gravel
Technical details
item ID Base.Gravelbag

A gravel bag is effectively a sack that has been filled with gravel.

Usage

A gravel bag is a heavy but very sturdy bag of gravel that can withstand gunshots. Stacking three of these bags together will create a protective, bulletproof, gravel bag wall that can be hopped over by holding E or "Climb Through" with the right-click menu.


Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Gravel bags are usually found in wooden storage crates, which are mostly found in warehouses.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Gravelbag
		Weight			= 2,
		Type			= Drainable,
		UseWhileEquipped	= FALSE,
		UseDelta		= 0.25,
		DisplayName		= Gravel Bag,
		Icon			= Gravelbag,
		ReplaceOnDeplete	= EmptySandbag,

See also

Template:Navbox/Construction