Files
dota_factory/bin/app/data/config/buildings.toml
2026-06-09 23:31:58 +02:00

88 lines
1.2 KiB
TOML

[[building]]
id = "belt"
cost = 2
player_placeable = true
construction_time_seconds = 0.2
surface_mask = ["A>"]
[[building]]
id = "splitter"
cost = 3
player_placeable = true
construction_time_seconds = 0.5
surface_mask = ["<A>"]
[[building]]
id = "tunnel_entry"
cost = 5
player_placeable = true
construction_time_seconds = 0.5
surface_mask = ["A>"]
[[building]]
id = "tunnel_exit"
cost = 5
player_placeable = true
construction_time_seconds = 0.5
surface_mask = ["A>"]
[[building]]
id = "miner"
cost = 15
player_placeable = true
construction_time_seconds = 1
surface_mask = [
"A>",
]
[[building]]
id = "smelter"
cost = 20
player_placeable = true
construction_time_seconds = 1
surface_mask = [
"AA",
" v",
]
[[building]]
id = "assembler"
cost = 35
player_placeable = true
construction_time_seconds = 1
surface_mask = [
"AA ",
"AA>",
]
[[building]]
id = "reprocessing_plant"
cost = 40
player_placeable = true
construction_time_seconds = 1
surface_mask = [
"AAA ",
"AAA>",
"AAA ",
]
[[building]]
id = "shipyard"
cost = 60
player_placeable = true
construction_time_seconds = 1
surface_mask = [
"AAAS>",
"AAAS ",
]
[[building]]
id = "salvage_bay"
cost = 25
player_placeable = true
construction_time_seconds = 1
surface_mask = [
"SAA",
"SAA>",
]