30 lines
470 B
TOML
30 lines
470 B
TOML
[[tech]]
|
|
techid = 1
|
|
name = "teaTech"
|
|
displayName = "Tea Manipulation"
|
|
unlocks = ["teaConverter","teaPlanter"]
|
|
[[tech.requires]]
|
|
name = "tea"
|
|
value = 10
|
|
|
|
[[tech]]
|
|
techid = 2
|
|
name = "basicHarvest"
|
|
displayName = "Harvesting"
|
|
unlocks = ["cutter","kiln"]
|
|
[[tech.requires]]
|
|
name = "brick"
|
|
value = 15
|
|
[[tech.requires]]
|
|
name = "tea"
|
|
value = 30
|
|
|
|
[[tech]]
|
|
techid = 3
|
|
name = "basicHunt"
|
|
displayName = "Trapping"
|
|
unlocks = ["veggieTrap"]
|
|
[[tech.requires]]
|
|
name = "metal"
|
|
value = 30
|