its starting to get stable

This commit is contained in:
2023-06-26 17:03:15 +02:00
parent 4cec35935f
commit 5514f3f1d9
19 changed files with 96 additions and 50 deletions
+4 -3
View File
@@ -4,13 +4,14 @@ spec:
max_world_price: 100
- name: "Food"
max_world_price: 5
max_world_price: 10
- name: "Grain"
max_world_price: 5
- name: "Fuel"
max_world_price: 1
- name: "Fruit"
max_world_price: 1
+2
View File
@@ -3,3 +3,5 @@ spec:
- name: basic
res:
- 'Food': 1
- 'Fruit': 0.1
- 'Fuel': 0.1
+16 -6
View File
@@ -2,19 +2,29 @@ kind: production
spec:
- name: Grain
amount: 10
amount: 100
prod:
- Raw_Agriculture_Plot: 1
- Raw_Agriculture_Plot: 1
- name: Fruit
amount: 10
prod:
- Raw_Agriculture_Plot: 1
- Raw_Agriculture_Plot: 1
- name: Wood
amount: 10
prod:
- Raw_Forrest: 1
- name: Fuel
amount: 10
prod:
- Wood: 1
- name: Food
amount: 5
prod:
- Fruit: 1
- Grain: 1
- Fuel: 1
- Fruit: 1
- Grain: 2
+4 -2
View File
@@ -6,10 +6,12 @@ spec:
- name: grass
res:
- 'Raw_Agriculture_Plot': 100
- 'Raw_Agriculture_Plot': 1
- 'Raw_Forrest': 1
- name: forrest
res:
- 'Raw_Agriculture_Plot': 100
- 'Raw_Agriculture_Plot': 1
- 'Raw_Forrest': 2