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

BEGIN Program
    Name            KitchenInduction
    SessionCost     -100
    Places          5
    SessionLength   120
    NumSessions     2
    Difficulty      10
    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      25
    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      50
    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      60
    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      40
    Teacher         Psychologist
    Room            Office
    Equipment       Chair
    Research        MentalHealth
    Intake          ReferralViolence
    Properties      StudentsSit
END

BEGIN Program
    Name            Methadone
    SessionCost     -200
    Places          10
    SessionLength   60
    NumSessions     3
    Difficulty      0
    Teacher         Doctor
    Room            MedicalWard
    Equipment       MedicalBed
    Research        Health
    Intake          ReferralDrugAddiction
    Properties      StudentsSit
    Properties      Repeatable
    Properties      Passive
END

BEGIN Program
    Name            AlcoholicsMeeting
    SessionCost     -200
    Places          20
    SessionLength   120
    NumSessions     10
    Difficulty      0
    Teacher         Psychologist
    Room            CommonRoom
    Equipment       Chair
    EquipmentAlt    SofaChairSingle
    Research        MentalHealth
    Intake          ReferralAlcoholism
    Properties      StudentsSit
    Properties      Repeatable
END

