spacetea/data/tech.toml

21 lines
326 B
TOML
Raw Normal View History

2022-05-24 21:12:35 -04:00
[[tech]]
techid = 1
name = "teaConverter"
displayName = "Tea Pulper"
2022-05-25 16:45:23 -04:00
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