This commit is contained in:
DerTyp187
2021-09-25 16:33:30 +02:00

29
BUILDINGS.md Normal file
View File

@@ -0,0 +1,29 @@
<h1>Buildings</h1>
<table>
<tr>
<th>Name</th>
<th>Processing Level</th>
<th>Function</th>
<th>Description</th>
</tr>
<tr>
<td>Town Hall</td>
<td>/</td>
<td>Storage/Managing</td>
<td>Rathaus lagert minimal Ware.</td>
</tr>
<tr>
<td>Warehouse</td>
<td>/</td>
<td>Storage</td>
<td>Lagert mehr Ware, wenn das Rathaus nicht reicht.</td>
</tr>
<tr>
<td>Lumber Jack</td>
<td>1</td>
<td>Wood production</td>
<td>Fällt Bäume und produziert Holz.</td>
</tr>
</table>