fuck man major readjustment but it is running again...

This commit is contained in:
2023-06-28 19:40:42 +02:00
parent b7dc7b99d1
commit 509c59bb88
25 changed files with 353 additions and 147 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ spec:
max_world_price: 100
- name: "Food"
max_world_price: 10
max_world_price: 5
- name: "Grain"
max_world_price: 5
@@ -13,5 +13,5 @@ spec:
max_world_price: 1
- name: "Fruit"
max_world_price: 1
max_world_price: 5
+11 -11
View File
@@ -2,29 +2,29 @@ kind: production
spec:
- name: Grain
amount: 100
amount: 1000
prod:
- Raw_Agriculture_Plot: 1
Raw_Agriculture_Plot: 1
- name: Fruit
amount: 75
amount: 1000
prod:
- Raw_Agriculture_Plot: 1
Raw_Agriculture_Plot: 1
- name: Wood
amount: 10
amount: 1000
prod:
- Raw_Forrest: 1
Raw_Forrest: 1
- name: Fuel
amount: 10
prod:
- Wood: 1
Wood: 1
- name: Food
amount: 10
amount: 5
prod:
- Fuel: 1
- Fruit: 1
- Grain: 2
Fuel: 1
Fruit: 1
Grain: 2