spacetea/data/tech.toml
2022-05-25 16:45:23 -04:00

21 lines
326 B
TOML

[[tech]]
techid = 1
name = "teaConverter"
displayName = "Tea Pulper"
unlocks = ["teaConverter"]
[[tech.requires]]
name = "tea"
value = 10
[[tech]]
techid = 2
name = "teaPlanting"
displayName = "Tea Planters"
unlocks = ["teaPlanter"]
[[tech.requires]]
name = "tea"
value = 20
[[tech.requires]]
name = "teaConverter"
value = 1