ConcreteFloor (Material) - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The ConcreteFloor material is an indoor floor covering with faster than normal 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
-
NameConcreteFloor -
MoveCost1.20000 -
SoftEdged1 -
IndoorOutdoor2 -
ObjectRequiredConcrete -
SpriteTypeRandomArea -
NumSprites2 -
BEGINSprite0x 20y 6END -
BEGINSprite1x 5y 2END
END
##Notes
The default floor covering for all completed building foundations.
##See Also
- [
Building(Material)](Building (Material)) - [
BuildingConcrete(Material)](BuildingConcrete (Material)) - [
BuildingFrame(Material)](BuildingFrame (Material)) - [
PerimeterWall(Material)](PerimeterWall (Material)) - [
ConcreteTiles(Material)](ConcreteTiles (Material)) - [
Concrete(Consumable)](Concrete (Consumable))

