Add NPC supply chain workers
This commit is contained in:
@@ -21,6 +21,21 @@ npc:
|
||||
tick_interval_seconds: 20
|
||||
produce_material: BREAD
|
||||
produce_amount: 2
|
||||
roles:
|
||||
farmer:
|
||||
output_material: WHEAT
|
||||
output_amount: 4
|
||||
baker:
|
||||
output_material: BREAD
|
||||
output_amount: 2
|
||||
inputs:
|
||||
WHEAT: 3
|
||||
supply_chain:
|
||||
max_transfer_per_tick: 64
|
||||
source_reserve: 16
|
||||
worker_output_reserve: 16
|
||||
traders_accept_outputs: true
|
||||
trader_restock_target: 256
|
||||
|
||||
claims:
|
||||
resale:
|
||||
|
||||
Reference in New Issue
Block a user