1. Hi everyone.
    Someone knows how to increase the foundations to doble health?
     
  2. use ConstructionConfig | Oxide , in the config file there's


    Code:
     "assets/prefabs/building core/foundation.triangle/foundation.triangle.prefab": {
          "costMultiplier": 0.5,
          "grades": {
            "Metal": {
              "baseCost": [
                {
                  "amount": 150.0,
                  "shortname": "metal.fragments"
                }
              ],
              "baseHealth": 750.0
            },
            "Stone": {
              "baseCost": [
                {
                  "amount": 300.0,
                  "shortname": "stones"
                }
              ],
              "baseHealth": 500.0
            },
            "TopTier": {
              "baseCost": [
                {
                  "amount": 50.0,
                  "shortname": "metal.refined"
                },
                {
                  "amount": 400.0,
                  "shortname": "stones"
                },
                {
                  "amount": 300.0,
                  "shortname": "wood"
                }
              ],
              "baseHealth": 1000.0
            },
            "Twigs": {
              "baseCost": [
                {
                  "amount": 50.0,
                  "shortname": "wood"
                }
              ],
              "baseHealth": 10.0
            },
            "Wood": {
              "baseCost": [
                {
                  "amount": 200.0,
                  "shortname": "wood"
                }
              ],
              "baseHealth": 250.0
            }
          },
          "healthMultiplier": 1.0
        },
        "assets/prefabs/building core/foundation/foundation.prefab": {
          "costMultiplier": 1.0,
          "grades": {
            "Metal": {
              "baseCost": [
                {
                  "amount": 150.0,
                  "shortname": "metal.fragments"
                }
              ],
              "baseHealth": 750.0
            },
            "Stone": {
              "baseCost": [
                {
                  "amount": 300.0,
                  "shortname": "stones"
                }
              ],
              "baseHealth": 500.0
            },
            "TopTier": {
              "baseCost": [
                {
                  "amount": 50.0,
                  "shortname": "metal.refined"
                },
                {
                  "amount": 400.0,
                  "shortname": "stones"
                },
                {
                  "amount": 300.0,
                  "shortname": "wood"
                }
              ],
              "baseHealth": 1000.0
            },
            "Twigs": {
              "baseCost": [
                {
                  "amount": 50.0,
                  "shortname": "wood"
                }
              ],
              "baseHealth": 10.0
            },
            "Wood": {
              "baseCost": [
                {
                  "amount": 200.0,
                  "shortname": "wood"
                }
              ],
              "baseHealth": 250.0
            }
          },
          "healthMultiplier": 1.0
        },
    edit the baseHealth Parts. and type construction.reset in the console.
     
  3. thanks for the help