Update 'Map.xml'
This commit is contained in:
parent
97cd3630fc
commit
c7b71496af
78
Map.xml
78
Map.xml
@ -15,6 +15,84 @@
|
|||||||
<X>2</X>
|
<X>2</X>
|
||||||
<Y>3</Y>
|
<Y>3</Y>
|
||||||
</Position>
|
</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>
|
</Object>
|
||||||
</Objects>
|
</Objects>
|
||||||
</Map>
|
</Map>
|
Loading…
Reference in New Issue
Block a user