Module:CampsData/Camps.json: Difference between revisions
From Against the Storm Official Wiki
(Created to store dev-provided data on camps--with manually added recipe) |
m (manually adding the mine here for now) |
||
Line 24: | Line 24: | ||
"seekedDeposits": "[Mat Raw] Wood", | "seekedDeposits": "[Mat Raw] Wood", | ||
"grade": "Grade1", | "grade": "Grade1", | ||
"gatheringTime": 2 | |||
} | |||
] | |||
}, | |||
{ | |||
"area": 8, | |||
"storage": 10, | |||
"id": "Mine", | |||
"displayName": "Mine", | |||
"description": "Can only be placed on coal and ore veins. Digs up copper ore and coal.", | |||
"category": "Resource Gathering", | |||
"sizeX": 3, | |||
"sizeY": 3, | |||
"requiredGoods": [ | |||
{ | |||
"name": "[Mat Processed] Planks", | |||
"amount": 2 | |||
}, | |||
{ | |||
"name": "[Mat Processed] Bricks", | |||
"amount": 4 | |||
}, | |||
{ | |||
"name": "[Mat Processed] Parts", | |||
"amount": 2 | |||
} | |||
], | |||
"constructionTime": 16, | |||
"cityScore": 5, | |||
"movable": false, | |||
"initiallyEssential": false, | |||
"workplaces": 4, | |||
"recipes": [ | |||
{ | |||
"seekedDeposits": "[Crafting] Coal", | |||
"grade": "Grade0", | |||
"gatheringTime": 2 | |||
}, | |||
{ | |||
"seekedDeposits": "[Metal] Copper Ore", | |||
"grade": "Grade0", | |||
"gatheringTime": 2 | "gatheringTime": 2 | ||
} | } |
Revision as of 02:53, 26 October 2024
|