98 lines
2.1 KiB
XML
98 lines
2.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<Map>
|
|
<Size>10</Size>
|
|
<Objects>
|
|
<Object>
|
|
<Type>Road</Type>
|
|
<Position>
|
|
<X>5</X>
|
|
<Y>5</Y>
|
|
</Position>
|
|
</Object>
|
|
<Object>
|
|
<Type>House</Type>
|
|
<Position>
|
|
<X>2</X>
|
|
<Y>3</Y>
|
|
</Position>
|
|
<TrashCans>
|
|
<TrashCan>
|
|
<GarbageType>Glass</GarbageType>
|
|
<Density>10</Density>
|
|
<ProcessingTimePerUnit>1</ProcessingTimePerUnit>
|
|
<Volume>10</Volume>
|
|
</TrashCan>
|
|
<TrashCan>
|
|
<GarbageType>PlasticMetal</GarbageType>
|
|
<Density>10</Density>
|
|
<ProcessingTimePerUnit>1</ProcessingTimePerUnit>
|
|
<Volume>10</Volume>
|
|
</TrashCan>
|
|
<TrashCan>
|
|
<GarbageType>Paper</GarbageType>
|
|
<Density>10</Density>
|
|
<ProcessingTimePerUnit>1</ProcessingTimePerUnit>
|
|
<Volume>10</Volume>
|
|
</TrashCan>
|
|
<TrashCan>
|
|
<GarbageType>Organic</GarbageType>
|
|
<Density>10</Density>
|
|
<ProcessingTimePerUnit>1</ProcessingTimePerUnit>
|
|
<Volume>10</Volume>
|
|
</TrashCan>
|
|
</TrashCans>
|
|
</Object>
|
|
<Object>
|
|
<Type>Dump</Type>
|
|
<Position>
|
|
<X>7</X>
|
|
<Y>7</Y>
|
|
</Position>
|
|
<Garbage>
|
|
<GarbageType>Glass</GarbageType>
|
|
<Density>10</Density>
|
|
<ProcessingTimePerUnit>1</ProcessingTimePerUnit>
|
|
</Garbage>
|
|
<Volume>500</Volume>
|
|
</Object>
|
|
<Object>
|
|
<Type>Dump</Type>
|
|
<Position>
|
|
<X>8</X>
|
|
<Y>8</Y>
|
|
</Position>
|
|
<Garbage>
|
|
<GarbageType>Paper</GarbageType>
|
|
<Density>10</Density>
|
|
<ProcessingTimePerUnit>1</ProcessingTimePerUnit>
|
|
</Garbage>
|
|
<Volume>500</Volume>
|
|
</Object>
|
|
<Object>
|
|
<Type>Dump</Type>
|
|
<Position>
|
|
<X>7</X>
|
|
<Y>8</Y>
|
|
</Position>
|
|
<Garbage>
|
|
<GarbageType>PlasticMetal</GarbageType>
|
|
<Density>10</Density>
|
|
<ProcessingTimePerUnit>1</ProcessingTimePerUnit>
|
|
</Garbage>
|
|
<Volume>500</Volume>
|
|
</Object>
|
|
<Object>
|
|
<Type>Dump</Type>
|
|
<Position>
|
|
<X>8</X>
|
|
<Y>7</Y>
|
|
</Position>
|
|
<Garbage>
|
|
<GarbageType>Organic</GarbageType>
|
|
<Density>10</Density>
|
|
<ProcessingTimePerUnit>1</ProcessingTimePerUnit>
|
|
</Garbage>
|
|
<Volume>500</Volume>
|
|
</Object>
|
|
</Objects>
|
|
</Map> |