Module:CampsData/Camps.json: Difference between revisions
From Against the Storm Official Wiki
m (manually adding the mine here for now) |
m (changing gathering time for coal and copper) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
"area": 8, | "area": 8, | ||
"storage": 10, | "storage": 10, | ||
"recipes": [ | |||
{ | |||
"seekedResource": "[Mat Raw] Wood", | |||
"gatheringTime": 6 | |||
} | |||
], | |||
"id": "Woodcutters Camp", | "id": "Woodcutters Camp", | ||
"displayName": "Woodcutters' Camp", | "displayName": "Woodcutters' Camp", | ||
Line 19: | Line 25: | ||
"movable": true, | "movable": true, | ||
"initiallyEssential": false, | "initiallyEssential": false, | ||
"workplaces": 3 | "workplaces": 3 | ||
}, | }, | ||
{ | { | ||
"area": 8, | "area": 8, | ||
"storage": 10, | "storage": 10, | ||
"recipes": [ | |||
{ | |||
"seekedResource": "[Crafting] Coal", | |||
"gatheringTime": 40 | |||
}, | |||
{ | |||
"seekedResource": "[Metal] Copper Ore", | |||
"gatheringTime": 40 | |||
} | |||
], | |||
"id": "Mine", | "id": "Mine", | ||
"displayName": "Mine", | "displayName": "Mine", | ||
"description": "Can only be placed on coal and ore veins. Digs up copper ore and coal.", | "description": "Can only be placed on coal and ore veins. Digs up copper ore and coal.", | ||
"category": " | "category": "Extraction Building", | ||
"sizeX": 3, | "sizeX": 3, | ||
"sizeY": 3, | "sizeY": 3, | ||
Line 51: | Line 60: | ||
} | } | ||
], | ], | ||
"constructionTime": | "constructionTime": 15, | ||
"cityScore": | "cityScore": 1, | ||
"movable": false, | "movable": false, | ||
"initiallyEssential": false, | "initiallyEssential": false, | ||
"workplaces": 4 | "workplaces": 4 | ||
} | } | ||
] | ] |
Latest revision as of 19:45, 9 November 2024
|