118 lines
2.3 KiB
YAML
118 lines
2.3 KiB
YAML
templates:
|
|
default: &template_default
|
|
build:
|
|
upfront: 0.1
|
|
duration:
|
|
function: linear
|
|
coefs:
|
|
a: 20
|
|
b: 10
|
|
costs:
|
|
mineral:
|
|
function: linear
|
|
coefs:
|
|
a: 25
|
|
b: 25
|
|
consumes: {}
|
|
prods: {}
|
|
stores: {}
|
|
wastes: {}
|
|
manpower:
|
|
min:
|
|
function: linear
|
|
coefs:
|
|
b: 1_000
|
|
optimal:
|
|
function: linear
|
|
coefs:
|
|
b: 10_000
|
|
max:
|
|
function: linear
|
|
coefs:
|
|
b: 10_000
|
|
|
|
items:
|
|
|
|
e_store:
|
|
<<: *template_default
|
|
title: Energy storage
|
|
description: Improve energy network and add micros and macro-batteries to improve resilience.
|
|
stores:
|
|
energy:
|
|
function: linear
|
|
coefs:
|
|
a: 20
|
|
|
|
m_store:
|
|
<<: *template_default
|
|
title: Mineral storage
|
|
description: Infrastructure to transport and store all kind of raw materials.
|
|
stores:
|
|
mineral:
|
|
function: linear
|
|
coefs:
|
|
a: 10000000
|
|
|
|
f_store:
|
|
<<: *template_default
|
|
title: Food storage
|
|
description: Protective centers for nutrients and food supplies
|
|
consumes:
|
|
energy:
|
|
function: linear
|
|
coefs:
|
|
a: 0.2
|
|
stores:
|
|
food:
|
|
function: linear
|
|
coefs:
|
|
a: 1000
|
|
|
|
a_store:
|
|
<<: *template_default
|
|
title: Alloy storage
|
|
description: Infrastructure to transport and store all kind of industrial materials.
|
|
stores:
|
|
alloy:
|
|
function: linear
|
|
coefs:
|
|
a: 100
|
|
mineral:
|
|
function: linear
|
|
coefs:
|
|
a: 100
|
|
|
|
l_store:
|
|
<<: *template_default
|
|
title: Logistic support
|
|
description: Infrastructure to park, maintain, and protect logistic.
|
|
consumes:
|
|
energy:
|
|
function: linear
|
|
coefs:
|
|
a: 0.2
|
|
stores:
|
|
logistic:
|
|
function: linear
|
|
coefs:
|
|
a: 10
|
|
alloy:
|
|
function: linear
|
|
coefs:
|
|
a: 10
|
|
|
|
c_store:
|
|
<<: *template_default
|
|
title: Chemical safes
|
|
description: A safe infrastructure to support chemical transportation and storage.
|
|
consumes:
|
|
energy:
|
|
function: linear
|
|
coefs:
|
|
a: 0.2
|
|
stores:
|
|
chemical:
|
|
function: linear
|
|
coefs:
|
|
a: 10
|