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": [
             {
             {
                 "seekedDeposits": "[Mat Raw] Wood",
                 "seekedResource": "[Crafting] Coal",
                 "grade": "Grade1",
                "gatheringTime": 40
                 "gatheringTime": 2
            },
            {
                "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

area8
storage10
recipes
seekedResource"[Mat Raw] Wood"
gatheringTime6
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
area8
storage10
recipes
seekedResource"[Crafting] Coal"
gatheringTime40
seekedResource"[Metal] Copper Ore"
gatheringTime40
id"Mine"
displayName"Mine"
description"Can only be placed on coal and ore veins. Digs up copper ore and coal."
category"Extraction Building"
sizeX3
sizeY3
requiredGoods
name"[Mat Processed] Planks"
amount2
name"[Mat Processed] Bricks"
amount4
name"[Mat Processed] Parts"
amount2
constructionTime15
cityScore1
movablefalse
initiallyEssentialfalse
workplaces4