v1
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
commit
e776c88219
118 changed files with 16463 additions and 0 deletions
116
config.yaml
Normal file
116
config.yaml
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
tax_rate: 0.2
|
||||
resources:
|
||||
limits:
|
||||
xeno: 320
|
||||
part: 320
|
||||
elec: 320
|
||||
glass: 320
|
||||
steel: 320
|
||||
|
||||
local_market:
|
||||
price_tiers:
|
||||
- label: "-50%"
|
||||
multiplier: 0.5
|
||||
- label: "-25%"
|
||||
multiplier: 0.75
|
||||
- label: "0%"
|
||||
multiplier: 1.0
|
||||
- label: "+25%"
|
||||
multiplier: 1.25
|
||||
- label: "+50%"
|
||||
multiplier: 1.5
|
||||
|
||||
products:
|
||||
- name: Transport Bot
|
||||
base_price: 14
|
||||
efficiency_bonus: 0.0
|
||||
price_bonus: 0.0
|
||||
galactic_market:
|
||||
price: 20
|
||||
max_units_per_hour: 600
|
||||
local_demand:
|
||||
"-50%": 6400
|
||||
"-25%": 3200
|
||||
"0%": 1600
|
||||
"+25%": 852
|
||||
"+50%": 532
|
||||
recipe:
|
||||
xeno: 1
|
||||
part: 1
|
||||
elec: 1
|
||||
machine_tiers:
|
||||
- assembler: 1
|
||||
time_per_unit: 10
|
||||
- assembler: 2
|
||||
time_per_unit: 6.6667
|
||||
|
||||
- name: Vacuum Bot
|
||||
base_price: 14
|
||||
efficiency_bonus: 0.0
|
||||
price_bonus: 0.0
|
||||
galactic_market:
|
||||
price: 18
|
||||
max_units_per_hour: 300
|
||||
local_demand:
|
||||
"-50%": 5200
|
||||
"-25%": 2600
|
||||
"0%": 1300
|
||||
"+25%": 692
|
||||
"+50%": 432
|
||||
recipe:
|
||||
xeno: 1
|
||||
part: 1
|
||||
elec: 1
|
||||
machine_tiers:
|
||||
- assembler: 1
|
||||
time_per_unit: 12
|
||||
- assembler: 2
|
||||
time_per_unit: 8
|
||||
|
||||
- name: Snack Bot
|
||||
base_price: 21
|
||||
efficiency_bonus: 0.0
|
||||
price_bonus: 0.0
|
||||
galactic_market:
|
||||
price: 24
|
||||
max_units_per_hour: 300
|
||||
local_demand:
|
||||
"-50%": 5200
|
||||
"-25%": 2600
|
||||
"0%": 1300
|
||||
"+25%": 692
|
||||
"+50%": 432
|
||||
recipe:
|
||||
xeno: 1
|
||||
part: 1
|
||||
elec: 1
|
||||
glass: 1
|
||||
machine_tiers:
|
||||
- assembler: 1
|
||||
time_per_unit: 12
|
||||
- assembler: 2
|
||||
time_per_unit: 8
|
||||
|
||||
- name: Light Bot
|
||||
base_price: 28
|
||||
efficiency_bonus: 0.0
|
||||
price_bonus: 0.0
|
||||
galactic_market:
|
||||
price: 30
|
||||
max_units_per_hour: 300
|
||||
local_demand:
|
||||
"-50%": 5200
|
||||
"-25%": 2600
|
||||
"0%": 1300
|
||||
"+25%": 692
|
||||
"+50%": 432
|
||||
recipe:
|
||||
elec: 1
|
||||
part: 1
|
||||
steel: 1
|
||||
glass: 1
|
||||
machine_tiers:
|
||||
- assembler: 1
|
||||
time_per_unit: 12
|
||||
- assembler: 2
|
||||
time_per_unit: 8
|
||||
Loading…
Add table
Add a link
Reference in a new issue