spacetea/data/resources.toml

50 lines
848 B
TOML
Raw Permalink Normal View History

2022-05-24 21:12:35 -04:00
[[resource]]
itemid = 1
name = "tea"
displayName = "Tea"
2022-05-25 18:07:07 -04:00
flavour = "Simple tea leaves. If only I could boil water.."
2022-05-24 21:12:35 -04:00
buildable = true
2022-05-25 16:45:23 -04:00
icon = "p"
2022-05-24 21:12:35 -04:00
rate = 3
[[resource]]
itemid = 2
name = "brick"
displayName = "Tea Bricks"
2022-05-25 18:07:07 -04:00
flavour = "Tea compressed into a brick shape"
2022-05-25 16:45:23 -04:00
icon = "b"
buildable = false
2022-05-28 18:19:02 -04:00
[[resource]]
itemid = 5
name = "metal"
displayName = "Metal"
flavour = "Bricks transmuted into metal. Wait how did that happen?"
icon = "m"
buildable = false
[[resource]]
itemid = 6
name = "wood"
displayName = "Wood"
flavour = "A sturdy piece of wood"
icon = "T"
buildable = false
[[resource]]
itemid = 7
name = "soup"
displayName = "Vegetable Soup"
flavour = "Smells delicious"
icon = "u"
buildable = true
[[resource]]
itemid = 8
name = "hide"
displayName = "Leather Hide"
flavour = "Tanned hide, good for many uses"
icon = "_"
buildable = false