its starting to get stable
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
@@ -3,3 +3,5 @@ spec:
|
||||
- name: basic
|
||||
res:
|
||||
- 'Food': 1
|
||||
- 'Fruit': 0.1
|
||||
- 'Fuel': 0.1
|
||||
|
||||
+16
-6
@@ -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
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user