Mud (Material) - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The Mud material is an outdoor terrain with slow movement speed.
##Modding
See Materials - Modding for scripting information and details on how to change menu, icons, sprites, and settings.
For reference, here is the default definition for this material:
BEGIN Material
-
NameMud -
ConstructionTime-1.00000- prevents it appearing on menu -
MoveCost0.70000 -
SoftEdged1 -
IndoorOutdoor1 -
ObjectRequiredGrassTurf -
SpriteTypeRandomArea -
SpriteOverlayScale4 -
NumSprites2 -
BEGINSprite0x 25y 8END -
BEGINSprite1x 5y 2END
END
##Notes
Does not appear on menu in-game and thus not placeable by player.
##See Also
- [
Sand(Material)](Sand (Material)) - [
Dirt(Material)](Dirt (Material))

