
BEGIN ProductionRule       
    Rule                 Storage
    Material             DirtyMoney  
    Container            MoneyTable  
    Distribution         NonCompeting  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             DirtyMoney  
    Container            MoneyTable  
    Distribution         OutOfStock  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             DirtyMoney  
    Container            Table  
    Room                 Accounting  
    Distribution         NonCompeting  
    MaxSlotId            3  
    Condition            NotLoaded  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             DirtyMoney  
    Container            SmallTable  
    Room                 Accounting  
    Distribution         NonCompeting  
    MaxSlotId            3  
    Condition            NotLoaded  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             DirtyMoney  
    Container            OakTable  
    Room                 Accounting  
    Distribution         NonCompeting  
    MaxSlotId            3  
    Condition            NotLoaded  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             DirtyMoney  
    Room                 Accounting  
    Distribution         NonCompeting  
    Condition            NotLoaded  
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             CleanMoney  
    Container            MoneySafe  
    Room                 Vault  
    Distribution         NonCompeting  
	Condition            InRoom
    ConditionTargetRoom  Vault
    MaxSlotId            0  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             CleanMoney  
    Container            MoneySafe  
    Room                 Vault  
    Distribution         NonCompeting  
	Condition            InRoom
    ConditionTargetRoom  Accounting
    MaxSlotId            0  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             CleanMoney  
    Container            Table  
    Room                 Vault  
    Distribution         NonCompeting  
    MaxSlotId            3  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             CleanMoney  
    Container            SmallTable  
    Room                 Vault  
    Distribution         NonCompeting  
    MaxSlotId            3  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             CleanMoney  
    Container            OakTable  
    Room                 Vault  
    Distribution         NonCompeting  
    MaxSlotId            3  
END

BEGIN ProductionRule
	Rule                 Storage
	Material             CleanMoney
	Container            SupplyTruck
	Distribution         Random
	Condition            NotInRoom
    ConditionTargetRoom  Vault
	MaxSlotId            7
END
BEGIN ProductionRule
	Rule                 Storage
	Material             CleanMoney
	Container            SupplyHeli
	Distribution         Random
	Condition            NotInRoom
    ConditionTargetRoom  Vault
	MaxSlotId            7
END
BEGIN ProductionRule
	Rule                 Storage
	Material             CleanMoney
	Container            SupplyBoat
	Distribution         Random
	Condition            NotInRoom
    ConditionTargetRoom  Vault
	MaxSlotId            7
END

BEGIN ProductionRule
	Rule                 Storage
	Material             CleanMoney
	Container            Random
	Room                 Exports
	Distribution         Random
	Condition            NotInRoom
    ConditionTargetRoom  Vault
	MaxSlotId            7
END

BEGIN ProductionRule       
    Rule                 Storage
    Material             CleanMoney  
    Container            Table  
    Room                 Accounting  
    Distribution         NonCompeting  
    MaxSlotId            3  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             CleanMoney  
    Container            SmallTable  
    Room                 Accounting  
    Distribution         NonCompeting  
    MaxSlotId            3  
END
BEGIN ProductionRule       
    Rule                 Storage
    Material             CleanMoney  
    Container            OakTable  
    Room                 Accounting  
    Distribution         NonCompeting  
    MaxSlotId            3  
END


BEGIN Processor
    Processor            MoneyTable
    Input                DirtyMoney
    Output               CleanMoney
	Object               MoneyTable
	Worker               Prisoner
	Qualification        FinanceClass
    OperatingTime        6.0
	Properties           ShowDuringOperation
END