MosaicFloor (Material) - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The MosaicFloor material is an indoor floor covering with fast 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
-
NameMosaicFloor -
ConstructionTime1.00000 -
MoveCost1.30000 -
IndoorOutdoor2 -
ObjectRequiredConcrete -
SpriteTypeRandomArea -
NumSprites2 -
BEGINSprite0x 10y 4END -
BEGINSprite1x 5y 2END
END
##Notes
Often used in corridors due to it's fast speed and aesthetically pleasing design.
##See Also
- [
FancyTiles(Material)](FancyTiles (Material)) - [
MarbleTiles(Material)](MarbleTiles (Material)) - [
MetalFloor(Material)](MetalFloor (Material)) - same speed - [
Concrete(Consumable)](Concrete (Consumable))

