diff --git a/db/demand-tags.yml b/db/demand-tags.yml index 79b89b7..bdfacaa 100644 --- a/db/demand-tags.yml +++ b/db/demand-tags.yml @@ -3,4 +3,4 @@ spec: - name: basic res: - 'Food': 1 - - 'Fruit': 0.1 + # - 'Fruit': 0.1 diff --git a/db/production.yml b/db/production.yml index 890055e..f89e429 100644 --- a/db/production.yml +++ b/db/production.yml @@ -2,7 +2,7 @@ kind: production spec: - name: Grain - amount: 100 + amount: 200 prod: Raw_Agriculture_Plot: 1 - name: Fruit @@ -20,11 +20,11 @@ spec: # Wood: 1 - name: Food - amount: 100 + amount: 50 prod: # Fuel: 1 # Fruit: 1 - Grain: 2 + Grain: 1 diff --git a/econ/__pycache__/exchange.cpython-310.pyc b/econ/__pycache__/exchange.cpython-310.pyc index b1cd649..c042305 100644 Binary files a/econ/__pycache__/exchange.cpython-310.pyc and b/econ/__pycache__/exchange.cpython-310.pyc differ diff --git a/econ/business/__pycache__/Price_Believe_Business.cpython-310.pyc b/econ/business/__pycache__/Price_Believe_Business.cpython-310.pyc index deaacd4..49874d2 100644 Binary files a/econ/business/__pycache__/Price_Believe_Business.cpython-310.pyc and b/econ/business/__pycache__/Price_Believe_Business.cpython-310.pyc differ