a lot of fixes
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
kind: commodity
|
||||
spec:
|
||||
- name: "Gem"
|
||||
max_world_price: 100
|
||||
|
||||
- name: "Food"
|
||||
max_world_price: 5
|
||||
|
||||
|
||||
- name: "Grain"
|
||||
max_world_price: 5
|
||||
|
||||
|
||||
- name: "Fruit"
|
||||
max_world_price: 1
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
kind: demand
|
||||
spec:
|
||||
- name: basic
|
||||
res:
|
||||
- 'Food': 1
|
||||
@@ -0,0 +1,17 @@
|
||||
kind: production
|
||||
spec:
|
||||
- name: Food
|
||||
amount: 100
|
||||
prod:
|
||||
- "Grain": 1
|
||||
- "Fruit": 1
|
||||
|
||||
- name: Grain
|
||||
amount: 1000
|
||||
prod:
|
||||
- Raw_Agriculture_Plot: 1
|
||||
|
||||
- name: Fruit
|
||||
amount: 100
|
||||
prod:
|
||||
- Raw_Agriculture_Plot: 1
|
||||
@@ -0,0 +1,15 @@
|
||||
kind: world
|
||||
spec:
|
||||
- name: gems
|
||||
res:
|
||||
- 'Raw_Gem': 15
|
||||
|
||||
- name: grass
|
||||
res:
|
||||
- 'Raw_Agriculture_Plot': 0.3
|
||||
|
||||
- name: forrest
|
||||
res:
|
||||
- 'Raw_Agriculture_Plot': 1
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user