HoldingCell (Room) - originalfoo/Prison-Architect-API GitHub Wiki
##Overview
The HoldingCell room provides temporary accommodation for prisoners who don't yet have their own cell.
##Modding
See Rooms - Modding for details on how to change menu, icon, sprites and settings.
For reference here is the definition of this Room:
BEGIN Room
-
NameHoldingCell -
Capturabletrue -
BEGINRequirementTypeMinimumSizex 5y 5END -
BEGINRequirementTypeEnclosedEND -
BEGINRequirementTypeIndoorEND -
BEGINRequirementTypeObjectId[Toilet](Toilet (Object))END -
BEGINRequirementTypeObjectId[Bench](Bench (Object))END -
BEGINLikelyObjectId[ShowerHead](ShowerHead (Object))END -
BEGINLikelyObjectId[Drain](Drain (Object))END -
BEGINLikelyObjectId[PhoneBooth](PhoneBooth (Object))END -
BEGINLikelyObjectId[Bed](Bed (Object))END
END
###Scripting
It's not currently possible to script the actual rooms themselves.
.AssignedRoom.Cell.CellId.CellIdTimer.FailedToFindCell.Hidden.IsNewIntake.Naked-
.Needs:.Bladder.Bowel.Clothing.Comfort.Family.Freedom.Hygiene.Privacy.Sleep
.RequiredCellType.Shackled.TimeOfLastMisconduct
##Notes
[Prisoner entities](Prisoner (Entity)) are brought to the HoldingCell whenever there isn't an available cell for them to live in (see .FailedToFindCell for more info). Most commonly, this is occurs for new intakes who have just come from the [Intake room](Intake (Room)).
The primary disadvantage of a HoldingCell is that it increases, rather than decreases, the .Needs.Privacy of the prisoner. Apart from that downside, if you provide a Bed and other items usually found in a well-equipped [Cell room](Cell (Room)) then the holding cell is perfectly good shared accommodation.
If Bed statics are placed in the HoldingCell then each bed will require a [PrisonerUniform consumable](PrisonerUniform (Consumable)) per day (only if a Prisoner entity is likely to be sleeping in it that night).
While Shower objects can be put in a holding cell, it wastes valuable accommodation space. Assuming you have a "Shower" regime slot, it's best to create a dedicated [Shower room](Shower (Room)) next to the HoldingCell, allowing you to cram more prisoners in to the HoldingCell as a result.
##See Also
-
Rooms:
- [
Deliveries](Deliveries (Room)) - newPrisonerUniformconsumables delivered here - [
Laundry](Laundry (Room)) - existingPrisonerUniformconsumables come from here - [
Solitary](Solitary (Room)) - [
SuperiorCell](SuperiorCell (Room))
- [

