BEGIN Object     
    Name                 RiotVan
    Width                2
    Height               5 
	GroundBaseOveride	 0.6 
    RenderDepth		 3
    MaxStackSize         -1  
    NumSlots             12
    SpriteScale          1.4
    Properties           Vehicle
	BEGIN Sprite     x 8 y 0 w 4 h 10 RotateType 0 END
END

BEGIN Object     
    Name                 Ambulance
    Width                2
    Height               5 
	GroundBaseOveride	 0.6 
    RenderDepth		 3
    MaxStackSize         -1  
    NumSlots             12
    SpriteScale          1.2
    Properties           Vehicle
	BEGIN Sprite     x 4 y 0 w 4 h 10 RotateType 0 END
END


BEGIN Object     
    Name                 TroopTruck
    Width                2
    Height               5 
	GroundBaseOveride	 1 
    RenderDepth		 12
    MaxStackSize         -1  
    NumSlots             8
    SpriteScale          1.4
    Properties           Vehicle
	BEGIN Sprite     x 0 y 0 w 4 h 10 RotateType 0 END
END


BEGIN Callout  
    Name                 FireEngine  
    Cost                 -100  
    MaxNumber            10000
    Vehicle              FireEngine
    Entity               Fireman
    NumEntities          4
    Sprite               EmergencyFireEngine
END

BEGIN Callout  
    Name                 RiotPolice  
    Cost                 -250  
    MaxNumber            10000
    Vehicle              RiotVan
    Entity               RiotGuard
    NumEntities          6
    Sprite               EmergencyRiotPolice
END

BEGIN Callout  
    Name                 HeavyRiotPolice  
    Cost                 -750  
    MaxNumber            10000
    Vehicle              RiotVan
    Entity               RiotGuard
    NumEntities          10
    Sprite               EmergencyRiotPolice
END

BEGIN Callout  
    Name                 Paramedics  
    Cost                 -100  
    MaxNumber            10000
    Vehicle              Ambulance
    Entity               Paramedic
    NumEntities          4
    Sprite               EmergencyParamedics
END

BEGIN Callout  
    Name                 HeavyParamedics  
    Cost                 -450  
    MaxNumber            10000
    Vehicle              Ambulance
    Entity               Paramedic
    NumEntities          8
    Sprite               EmergencyParamedics
END

BEGIN Callout  
    Name                 ArmedPolice  
    Cost                 -500  
    MaxNumber            10000
    Vehicle              RiotVan
    Entity               ArmedGuard
    NumEntities          6
    Sprite               EmergencyRiotPolice
END

BEGIN Callout  
    Name                 Military
    MaxNumber            10000
    Cost                 -1000
    Vehicle              TroopTruck
    Entity               Soldier
    NumEntities          6
    Sprite               RoomSecurity
END

BEGIN Callout  
    Name                 HeavyMilitary
    MaxNumber            10000
    Cost                 -2500
    Vehicle              TroopTruck
    Entity               Soldier
    NumEntities          12
    Sprite               RoomSecurity
    IsAutomatedService   true
END

BEGIN Object     
    Name                 Soldier  
    MoveSpeedFactor      0.500000  
    Toughness            60.0000  
    RenderDepth          2  
    ViewRange            12
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    Sprite               Soldier  
    Properties           Entity
    Properties           Guard
    Properties           Staff
    Properties           Scripted
    SpriteVariants       4
    Equipment            AssaultRifle
    ZombieTier           High
END