16 lines
No EOL
458 B
Text
16 lines
No EOL
458 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:"cat"}
|
|
{name:"dog"}
|
|
{name:"map"}
|
|
{name:"marble"}
|
|
{name:"gold" alwaysSingular:true}
|
|
{name:"tea" alwaysSingular:true}
|
|
{name:"spices" alwaysSingular:true}
|
|
{name:"sunscreen" alwaysSingular:true}
|
|
] |