
BEGIN Program
    Name            WorkshopInduction
    SessionCost     -100
    Places          20
    SessionLength   120
    NumSessions     2
    Difficulty      1
    Research        PrisonLabour
    Room            Workshop
    Teacher         Foreman
    Equipment       WorkshopSaw
    EquipmentAlt    WorkshopPress
    Intake          Voluntary
    Properties      Practical
END

BEGIN Program
    Name            KitchenInduction
    SessionCost     -100
    Places          5
    SessionLength   120
    NumSessions     2
    Difficulty      1
    Research        PrisonLabour
    Room            Kitchen
    Teacher         Cook
    Equipment       Cooker
    Intake          Voluntary
    Properties      Practical
END

BEGIN Program
    Name            FoundationEducation
    SessionCost     -300
    Places          20
    SessionLength   180
    NumSessions     10
    Difficulty      3 
    Room            Classroom
    Teacher         Teacher
    Equipment       SchoolDesk
    Research        Education
    Intake          Voluntary
    Properties      CanHireExternally
    Properties      StudentsSit
    Properties      Academic
END

BEGIN Program
    Name            GeneralEducation
    SessionCost     -500
    Places          10
    SessionLength   180
    NumSessions     20
    Difficulty      5 
    Room            Classroom
    Equipment       SchoolDesk
    Teacher         Teacher
    Research        Education
    Intake          Voluntary
    Qualification   FoundationEducation
    Properties      CanHireExternally
    Properties      StudentsSit
    Properties      Academic
END

BEGIN Program
    Name            Carpentry
    SessionCost     -500
    Places          5
    SessionLength   120
    NumSessions     5
    Difficulty      3     Teacher         Foreman
    Room            Workshop
    Equipment       CarpenterTable
    Research        PrisonLabour
    Intake          Voluntary
    Qualification   WorkshopInduction
    Properties      Practical
END

BEGIN Program
    Name            Therapy
    SessionCost     -200
    Places          1
    SessionLength   120
    NumSessions     5
    Difficulty      3 
    Teacher         Psychologist
    Room            Office
    Equipment       Chair
    Research        MentalHealth
    Intake          ReferralViolence
    Properties      StudentsSit
END


