15 lines
No EOL
486 B
Text
15 lines
No EOL
486 B
Text
[
|
|
//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},
|
|
] |