17 lines
238 B
YAML
17 lines
238 B
YAML
kind: commodity
|
|
spec:
|
|
- name: "Gem"
|
|
max_world_price: 100
|
|
|
|
- name: "Food"
|
|
max_world_price: 10
|
|
|
|
- name: "Grain"
|
|
max_world_price: 5
|
|
|
|
- name: "Fuel"
|
|
max_world_price: 1
|
|
|
|
- name: "Fruit"
|
|
max_world_price: 5
|
|
|