Prisoner (Entity) - originalfoo/Prison-Architect-API GitHub Wiki

Overview

Prisoner

Represents a prisoner, and has a vast array of properties.

Modding

The following modding options are available...

The Prisoner entity is defined in materials.txt:

BEGIN Object     
    Name                 Prisoner  
    MoveSpeedFactor      0.500000  
    Toughness            20.0000  
    RenderDepth          2  
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Sprite               Prisoner  
    Properties           Entity
    Properties           DoesNotTire
    ZombieTier           Low
END

Notes

Prisoner entities have the most extensive range of features of all Objects, yet alone Entities, giving each one a unique character.

They can perform a wide range of tasks including working, fighting, satisfying needs, escaping, etc.

Prisoner entities expose the following [Properties](Object Properties):

They also expose the usual [Methods](Object Methods)

See Also

⚠️ **GitHub.com Fallback** ⚠️