a lot of fixes
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ spec:
|
||||
|
||||
|
||||
- name: "Grain"
|
||||
max_world_price: 1
|
||||
max_world_price: 5
|
||||
|
||||
|
||||
- name: "Fruit"
|
||||
|
||||
+13
-10
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -6,10 +6,10 @@ spec:
|
||||
|
||||
- name: grass
|
||||
res:
|
||||
- 'Raw_Agriculture_Plot': 0.3
|
||||
- 'Raw_Agriculture_Plot': 100
|
||||
|
||||
- name: forrest
|
||||
res:
|
||||
- 'Raw_Agriculture_Plot': 1
|
||||
- 'Raw_Agriculture_Plot': 100
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user