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 (changing gathering time for coal and copper) |
||
(3 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, | |||
"storage": 10, | |||
"recipes": [ | "recipes": [ | ||
{ | { | ||
" | "seekedResource": "[Crafting] Coal", | ||
" | "gatheringTime": 40 | ||
" | }, | ||
{ | |||
"seekedResource": "[Metal] Copper Ore", | |||
"gatheringTime": 40 | |||
} | |||
], | |||
"id": "Mine", | |||
"displayName": "Mine", | |||
"description": "Can only be placed on coal and ore veins. Digs up copper ore and coal.", | |||
"category": "Extraction Building", | |||
"sizeX": 3, | |||
"sizeY": 3, | |||
"requiredGoods": [ | |||
{ | |||
"name": "[Mat Processed] Planks", | |||
"amount": 2 | |||
}, | |||
{ | |||
"name": "[Mat Processed] Bricks", | |||
"amount": 4 | |||
}, | |||
{ | |||
"name": "[Mat Processed] Parts", | |||
"amount": 2 | |||
} | } | ||
] | ], | ||
"constructionTime": 15, | |||
"cityScore": 1, | |||
"movable": false, | |||
"initiallyEssential": false, | |||
"workplaces": 4 | |||
} | } | ||
] | ] |
Latest revision as of 19:45, 9 November 2024
|