Gravel Bag: Difference between revisions

From PZwiki
(New Gravel Bag Page. Coding problem in page due to Code not displaying, will review later.)
 
(Corrected page. Still cant quite figure out why nocode doesnt work well here. Left 2nd set to keep it working.)
Line 3: Line 3:
<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 -->
<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 -->
<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 -->
<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 -->
<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 -->
<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 -->


{{Items
{{Items
Line 25: Line 25:
{{RecipeLookup|1027}}
{{RecipeLookup|1027}}
|}
|}
</div>
 
== Code ==
== Code ==
  <nowiki>
  <nowiki> item Gravelbag
item Gravelbag
Weight = 2,
Weight = 2,
Type = Drainable,
Type = Drainable,
Line 37: Line 36:
ReplaceOnDeplete = EmptySandbag,
ReplaceOnDeplete = EmptySandbag,
  </nowiki>
  </nowiki>
 
<nowiki>
</nowiki>
[[Category:Items]]
[[Category:Items]]
[[Category:Version 34.28]]
[[Category:Version 34.28]]

Revision as of 00:36, 26 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Construction -> Gravel Bag   

Template:Items

A Gravel Bag is a Empty Sandbag that has been filled with gravel. Gamewise at Version 34.28, there is no code differences between a Gravelbag and a Sand Bag.

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 sandbags usually are found in wooden storage crates, which are mostly found in warehouses.

Crafting

Name Recipe Description












Code

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