BrickWall (Material) - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The BrickWall material is the default wall material for Building foundations.
##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
-
NameBrickWall -
ConstructionTime5.00000 -
BlockMovementtrue -
BlockVisibilitytrue -
MoveCost0.400000 -
SoftEdged-1 -
ObjectRequiredBrick -
SpriteTypeConnected -
NumSprites1 -
BEGINSprite0x 8y 8END
END
##Notes
The difference between BrickWall and ConcreteWall is purely aesthetic.
A BrickWall is automatically constructed around completed Building foundations, except where they intersect with other foundations (in which case walls will be omitted or even removed).
##See Also
- Settings:
-
Materials:
- [
Building](Building (Material)) - [
ConcreteWall](ConcreteWall (Material)) - [
PerimeterWall](PerimeterWall (Material)) - [
BurntWall](BurntWall (Material))
- [
-
Consumables:
- [
Brick](Brick (Consumable))
- [

