waves/public/assets/g/thefinalearth2/buildableWorldResourcesInfo.json
2025-04-09 17:11:14 -05:00

28 lines
766 B
JSON

[
{
"textureName": "spr_forest@0,0,20,20",
"name": "Forest",
"className": "Forest",
"description": "Plant young trees which will grow to a forest.",
"initialGrow": 10,
"food": 0,
"wood": 20,
"stone": 0,
"machineParts": 0,
"knowledge": 0,
"category": "Decoration & Nature"
},
{
"textureName": "spr_pineforest@0,0,20,20",
"name": "Pine Forest",
"className": "PineForest",
"description": "Plant young trees which will grow to a pine forest.",
"initialGrow": 10,
"food": 0,
"wood": 20,
"stone": 0,
"machineParts": 0,
"knowledge": 0,
"category": "Decoration & Nature"
}
]