
BEGIN Object     
    Name                 RiotGuard  
    MoveSpeedFactor      0.500000  
    Toughness            60.0000  
    RenderDepth          2  
    ViewRange            12
    BlockedBy            Wall  
    BlockedBy            StaticObject  
    BlockedBy            UtilityStation  
    SpriteVariants       2
    Properties           Entity
    Properties           Guard
    Properties           DoesNotTire
    Equipment            AssaultRifle
	BEGIN Sprite     x 0 y 0 w 2 h 2 RotateType 1 END
	BEGIN Sprite     x 0 y 2 w 2 h 2 RotateType 1 END
END

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

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

BEGIN Equipment  
    Name                 AssaultRifle  
    Scale                1.10000  
    AttackPower          4.00000  
    RechargeTime         0.1000
    Range                20.0
    Ammo                 30
    TwoHanded            true  
    Properties           Weapons
    Properties           RangedWeapon
    Properties           Metal
    Properties           NoImport
	BEGIN Sprite     x 6 y 4 w 2 h 2 RotateType 0 END
END
