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

area8
storage10
id"Woodcutters Camp"
displayName"Woodcutters' Camp"
description"Starting point for woodcutters going out into the wild to cut down trees."
category"Resource Gathering"
sizeX2
sizeY2
requiredGoods
name"[Mat Processed] Parts"
amount2
constructionTime15
cityScore1
movabletrue
initiallyEssentialfalse
workplaces3
recipes
seekedDeposits"[Mat Raw] Wood"
grade"Grade1"
gatheringTime2
area8
storage10
id"Mine"
displayName"Mine"
description"Can only be placed on coal and ore veins. Digs up copper ore and coal."
category"Resource Gathering"
sizeX3
sizeY3
requiredGoods
name"[Mat Processed] Planks"
amount2
name"[Mat Processed] Bricks"
amount4
name"[Mat Processed] Parts"
amount2
constructionTime16
cityScore5
movablefalse
initiallyEssentialfalse
workplaces4
recipes
seekedDeposits"[Crafting] Coal"
grade"Grade0"
gatheringTime2
seekedDeposits"[Metal] Copper Ore"
grade"Grade0"
gatheringTime2