a lot of fixes

This commit is contained in:
2023-06-26 11:31:47 +02:00
parent 966db6e5ad
commit f60dca6367
23 changed files with 338 additions and 45 deletions
+13 -10
View File
@@ -1,17 +1,20 @@
kind: production
spec:
- name: Food
amount: 100
prod:
- "Grain": 1
- "Fruit": 1
- name: Grain
amount: 1
amount: 10
prod:
- Raw_Agriculture_Plot: 1
- name: Fruit
amount: 10
prod:
- Raw_Agriculture_Plot: 1
- name: Fruit
amount: 1
- name: Food
amount: 5
prod:
- Raw_Agriculture_Plot: 1
- Fruit: 1
- Grain: 1