BEGIN Object     
    Name                 boxingring
    Research             prisonboxing
    Price                -4500
    Width                6  
    Height               5.7
    ConstructionTime     25.0000
    Toughness            20.0000  
    MaxStackSize         1
    RenderDepth          1
    AttachToWall         false  
    BlockedBy            Wall  
    BlockedBy            StaticObject
    BlockedBy            UtilityStation     	
    MadeOf		 Composite
    Properties           StaticObject
    Properties	         Sellable
    Group                StaticObject
    BEGIN   Sprite
        x 0 
        y 0 
        w 6 
        h 5.7 
        RotateType 4
    END
END

BEGIN Object
    Name		speedbag
    Research		prisonboxing
    Price		-200
    Width 		1
    Height		1
    ConstructionTime    10.0000
    Toughness		20.0000
    MaxStackSize	1
    Render Depth        1
    AttachToWall	true
    BlockedBy		Wall
    BlockedBy		StaticObject
    BlockedBy		UtilityStation
    MadeOf		Composite
    Properties		StaticObject
    Properties		Sellable
    Group		StaticObject
    BEGIN   Sprite
        x 6
        y 0 
        w 1 
        h 1
        RotateType 4
    END
END

BEGIN Room       
    Name              arena
    Research	      prisonboxing
    Qualification       BoxingClass
    BEGIN Requirement Type Indoor  END 
    BEGIN Requirement Type MinimumSize  x 10  y 10  END
    BEGIN Requirement Type Object   Id boxingring  END
    BEGIN Requirement Type Object   Id Bench  END
    BEGIN Contraband    Id	Drugs  END
    BEGIN Contraband    Id	Cigs  END
    BEGIN Contraband    Id	Booze  END
    Properties           PrisonersCanWork
END

BEGIN Room       
    Name              trainingroom 
    Research	      prisonboxing
    BEGIN Requirement Type Indoor  END 
    BEGIN Requirement Type MinimumSize  x 10  y 10  END
    BEGIN Requirement Type Object   Id boxingring  END
    BEGIN Requirement Type Object   Id WeightsBench  END
    BEGIN Requirement Type Object   Id speedbag  END
    BEGIN Contraband    Id	Drugs  END
    BEGIN Contraband    Id	Needle  END
END








