CabinGame/Luxe/assets/resources.lx

15 lines
486 B
Text
Raw Normal View History

2020-09-18 16:48:07 +00:00
[
//the text decides how the resources are actually dealt with
//this is mainly here to define a order in the UI
{name: "wood", "alwaysSingular": true},
{name: "clothes", "alwaysSingular":true},
{name: "tent"},
{name: "water bag"},
{name: "dog"},
{name: "map"},
{name: "marble"},
{name: "gold", "alwaysSingular":true},
{name: "tea", "alwaysSingular": true},
{name: "spices", "alwaysSingular": true},
{name: "sunscreen", "alwaysSingular": true},
]