Module:Data/Plants

来自缺氧 Wiki
跳转到导航 跳转到搜索
Copyright.svg
授权信息

该文件来自缺氧或其开发商科雷娱乐创建的网站。该文件中出现的所有商标和注册商标均归属于科雷娱乐。详情请见版权信息。该文件被认为在本wiki上合理使用

This image comes from Oxygen Not Included or from websites created and owned by Klei Entertainment, who hold the copyright of Oxygen Not Included. All trademarks and registered trademarks present in the image are proprietary to Klei Entertainment. For more information, see the copyright notice.
The use of images to illustrate articles concerning the subject of the images in question is believed to qualify as fair use under United States copyright law, as such display does not significantly impede the right of the copyright holder to sell the copyrighted material.

return {
    BasicForagePlantPlanted = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = nil,
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = nil,
        pressureVulnerable = nil,
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = nil,
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "BasicForagePlant",
            productionType = 1,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 100.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "BasicForagePlantPlanted",
        maturityMax = nil,
    },
    BasicSingleHarvestPlant = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = -10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 4600.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 218.15,
            temperatureLethalHigh = 398.15,
            temperatureWarningLow = 283.15,
            temperatureWarningHigh = 303.15,
        },
        cropVal = {
            cropId = "BasicPlantFood",
            cropDuration = 1800.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "BasicSingleHarvestPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "BasicSingleHarvestPlant",
        fertilization = {
            {
                tag = {
                    Name = "Dirt",
                    IsValid = true,
                },
                massConsumptionRate = 0.0166666675,
            },
        },
        maturityMax = 1800.0,
    },
    BeanPlant = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 9800.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.025,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 198.15,
            temperatureLethalHigh = 323.15,
            temperatureWarningLow = 248.15,
            temperatureWarningHigh = 273.15,
        },
        cropVal = {
            cropId = "BeanPlantSeed",
            cropDuration = 12600.0,
            numProduced = 12,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "BeanPlantSeed",
            productionType = 5,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 258.15,
            Mass = 2.0,
            Temperature = 258.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "BeanPlant",
        irrigation = {
            {
                tag = {
                    Name = "Ethanol",
                    IsValid = true,
                },
                massConsumptionRate = 0.0333333351,
            },
        },
        fertilization = {
            {
                tag = {
                    Name = "Dirt",
                    IsValid = true,
                },
                massConsumptionRate = 0.008333334,
            },
        },
        maturityMax = 12600.0,
    },
    BlueGrass = {
        dlcIds = {
            "DLC2_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.0,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 193.15,
            temperatureLethalHigh = 273.15,
            temperatureWarningLow = 193.15,
            temperatureWarningHigh = 273.15,
        },
        cropVal = {
            cropId = "OxyRock",
            cropDuration = 1200.0,
            numProduced = 36,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "BlueGrassSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = {
            elementToConsume = "CarbonDioxide",
            consumptionRate = 0.0005,
            consumptionRadius = 2,
            storeOnConsume = false,
            isRequired = true,
        },
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 240.0,
            Mass = 2.0,
            Temperature = 240.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "BlueGrass",
        fertilization = {
            {
                tag = {
                    Name = "Ice",
                    IsValid = true,
                },
                massConsumptionRate = 0.0333333351,
            },
        },
        maturityMax = 1200.0,
    },
    BulbPlant = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = {
            posDecor = 15,
            posRadius = 2,
            negDecor = -20,
            negRadius = 4,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 288.0,
            temperatureLethalHigh = 333.15,
            temperatureWarningLow = 293.15,
            temperatureWarningHigh = 313.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "BulbPlantSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "BulbPlant",
        maturityMax = nil,
    },
    CactusPlant = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 4.0,
            baseDecor = 25.0,
        },
        decorToggler = {
            posDecor = 25,
            posRadius = 4,
            negDecor = -20,
            negRadius = 4,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = -3.40282347e+38,
            pressureWarning_Low = -3.40282347e+38,
            pressureWarning_High = 3.40282347e+38,
            pressureLethal_High = 3.40282347e+38,
            pressure_sensitive = false,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 200.0,
            temperatureLethalHigh = 400.0,
            temperatureWarningLow = 273.15,
            temperatureWarningHigh = 373.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "CactusPlantSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "CactusPlant",
        maturityMax = nil,
    },
    CarrotPlant = {
        dlcIds = {
            "DLC2_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = -10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 4600.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 118.149994,
            temperatureLethalHigh = 269.15,
            temperatureWarningLow = 218.15,
            temperatureWarningHigh = 259.15,
        },
        cropVal = {
            cropId = "Carrot",
            cropDuration = 5400.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "CarrotPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 255.0,
            Mass = 1.0,
            Temperature = 255.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "CarrotPlant",
        irrigation = {
            {
                tag = {
                    Name = "Ethanol",
                    IsValid = true,
                },
                massConsumptionRate = 0.025,
            },
        },
        maturityMax = 5400.0,
    },
    ColdWheat = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 12200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 118.149994,
            temperatureLethalHigh = 358.15,
            temperatureWarningLow = 218.15,
            temperatureWarningHigh = 278.15,
        },
        cropVal = {
            cropId = "ColdWheatSeed",
            cropDuration = 10800.0,
            numProduced = 18,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "ColdWheatSeed",
            productionType = 5,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 255.0,
            Mass = 1.0,
            Temperature = 255.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "ColdWheat",
        irrigation = {
            {
                tag = {
                    Name = "Water",
                    IsValid = true,
                },
                massConsumptionRate = 0.0333333351,
            },
        },
        fertilization = {
            {
                tag = {
                    Name = "Dirt",
                    IsValid = true,
                },
                massConsumptionRate = 0.008333334,
            },
        },
        maturityMax = 10800.0,
    },
    CritterTrapPlant = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = -3.40282347e+38,
            pressureWarning_Low = -3.40282347e+38,
            pressureWarning_High = 3.40282347e+38,
            pressureLethal_High = 3.40282347e+38,
            pressure_sensitive = false,
            safe_atmospheres = {},
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 173.0,
            temperatureLethalHigh = 283.0,
            temperatureWarningLow = 183.0,
            temperatureWarningHigh = 273.0,
        },
        cropVal = {
            cropId = "PlantMeat",
            cropDuration = 18000.0,
            numProduced = 10,
            renewable = true,
        },
        growing = {
            shouldGrowOld = false,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "CritterTrapPlantSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 243.0,
            Mass = 4.0,
            Temperature = 243.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "CritterTrapPlant",
        irrigation = {
            {
                tag = {
                    Name = "DirtyWater",
                    IsValid = true,
                },
                massConsumptionRate = 0.0166666675,
            },
        },
        maturityMax = 18000.0,
    },
    Cylindrica = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 4.0,
            baseDecor = 25.0,
        },
        decorToggler = {
            posDecor = 25,
            posRadius = 4,
            negDecor = -20,
            negRadius = 4,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 288.15,
            temperatureLethalHigh = 373.15,
            temperatureWarningLow = 293.15,
            temperatureWarningHigh = 323.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "CylindricaSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 298.15,
            Mass = 1.0,
            Temperature = 298.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "Cylindrica",
        maturityMax = nil,
    },
    EvilFlower = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 7.0,
            baseDecor = 80.0,
        },
        decorToggler = {
            posDecor = 80,
            posRadius = 7,
            negDecor = -25,
            negRadius = 6,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 12200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 168.15,
            temperatureLethalHigh = 563.15,
            temperatureWarningLow = 258.15,
            temperatureWarningHigh = 513.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "EvilFlowerSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "EvilFlower",
        maturityMax = nil,
    },
    FilterPlant = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
            "DeprecatedContent",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = -10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.025,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 253.15,
            temperatureLethalHigh = 443.15,
            temperatureWarningLow = 293.15,
            temperatureWarningHigh = 383.15,
        },
        cropVal = {
            cropId = "Water",
            cropDuration = 6000.0,
            numProduced = 350,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "FilterPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = {
            elementToConsume = "Oxygen",
            consumptionRate = 0.008333334,
            consumptionRadius = 4,
            storeOnConsume = false,
            isRequired = true,
        },
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 348.15,
            Mass = 2.0,
            Temperature = 348.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "FilterPlant",
        irrigation = {
            {
                tag = {
                    Name = "DirtyWater",
                    IsValid = true,
                },
                massConsumptionRate = 0.108333334,
            },
        },
        fertilization = {
            {
                tag = {
                    Name = "Sand",
                    IsValid = true,
                },
                massConsumptionRate = 0.008333334,
            },
        },
        maturityMax = 6000.0,
    },
    ForestForagePlantPlanted = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = nil,
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = nil,
        pressureVulnerable = nil,
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = nil,
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "ForestForagePlant",
            productionType = 1,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 100.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "ForestForagePlantPlanted",
        maturityMax = nil,
    },
    ForestTreeBranch = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "HideFromSpawnTool",
            "PlantBranch",
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 9800.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {},
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 258.15,
            temperatureLethalHigh = 448.15,
            temperatureWarningLow = 288.15,
            temperatureWarningHigh = 313.15,
        },
        cropVal = {
            cropId = "WoodLog",
            cropDuration = 2700.0,
            numProduced = 300,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 12000.0,
        },
        seedInfo = nil,
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 298.15,
            Mass = 8.0,
            Temperature = 298.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "ForestTreeBranch",
        maturityMax = 2700.0,
    },
    ForestTree = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = {
            BRANCH_PREFAB_NAME = "ForestTreeBranch",
            MAX_BRANCH_COUNT = 5,
        },
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 9800.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {},
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 258.15,
            temperatureLethalHigh = 448.15,
            temperatureWarningLow = 288.15,
            temperatureWarningHigh = 313.15,
        },
        cropVal = {
            cropId = "WoodLog",
            cropDuration = 2700.0,
            numProduced = 300,
            renewable = true,
        },
        growing = {
            shouldGrowOld = false,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "ForestTreeSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 298.15,
            Mass = 2.0,
            Temperature = 298.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "ForestTree",
        irrigation = {
            {
                tag = {
                    Name = "DirtyWater",
                    IsValid = true,
                },
                massConsumptionRate = 0.116666667,
            },
        },
        fertilization = {
            {
                tag = {
                    Name = "Dirt",
                    IsValid = true,
                },
                massConsumptionRate = 0.0166666675,
            },
        },
        maturityMax = 2700.0,
    },
    GasGrass = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 3.0,
        },
        decorProvider = {
            baseRadius = 4.0,
            baseDecor = 25.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 12200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = -3.40282347e+38,
            pressureWarning_Low = -3.40282347e+38,
            pressureWarning_High = 3.40282347e+38,
            pressureLethal_High = 3.40282347e+38,
            pressure_sensitive = false,
            safe_atmospheres = {},
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 218.15,
            temperatureLethalHigh = 373.15,
            temperatureWarningLow = 0.0,
            temperatureWarningHigh = 348.15,
        },
        cropVal = {
            cropId = "GasGrassHarvested",
            cropDuration = 2400.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "GasGrassSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 255.0,
            Mass = 1.0,
            Temperature = 255.0,
            Units = 1.0,
        },
        illuminationVulnerable = {
            prefersDarkness = false,
            LightIntensityThreshold = 10000,
        },
        elementConverters = nil,
        id = "GasGrass",
        irrigation = {
            {
                tag = {
                    Name = "Chlorine",
                    IsValid = true,
                },
                massConsumptionRate = 0.000833333354,
            },
        },
        fertilization = {
            {
                tag = {
                    Name = "Dirt",
                    IsValid = true,
                },
                massConsumptionRate = 0.0416666679,
            },
        },
        maturityMax = 2400.0,
    },
    ColdBreather = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = nil,
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 0.0,
        },
        pressureVulnerable = nil,
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 183.15,
            temperatureLethalHigh = 463.15,
            temperatureWarningLow = 213.15,
            temperatureWarningHigh = 368.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "ColdBreatherSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = {
            elementToConsume = "Vacuum",
            consumptionRate = 0.25,
            consumptionRadius = 1,
            storeOnConsume = true,
            isRequired = true,
        },
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 400.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "ColdBreather",
        fertilization = {
            {
                tag = {
                    Name = "Phosphorite",
                    IsValid = true,
                },
                massConsumptionRate = 0.006666667,
            },
        },
        maturityMax = nil,
    },
    HardSkinBerryPlant = {
        dlcIds = {
            "DLC2_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = -10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 4600.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 118.149994,
            temperatureLethalHigh = 269.15,
            temperatureWarningLow = 218.15,
            temperatureWarningHigh = 259.15,
        },
        cropVal = {
            cropId = "HardSkinBerry",
            cropDuration = 1800.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "HardSkinBerryPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 255.0,
            Mass = 1.0,
            Temperature = 255.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "HardSkinBerryPlant",
        fertilization = {
            {
                tag = {
                    Name = "Phosphorite",
                    IsValid = true,
                },
                massConsumptionRate = 0.008333334,
            },
        },
        maturityMax = 1800.0,
    },
    BasicFabricPlant = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 3.0,
        },
        decorProvider = {
            baseRadius = 1.0,
            baseDecor = 10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 4600.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = -3.40282347e+38,
            pressureWarning_Low = -3.40282347e+38,
            pressureWarning_High = 3.40282347e+38,
            pressureLethal_High = 3.40282347e+38,
            pressure_sensitive = false,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
                "DirtyWater",
                "Water",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = nil,
        temperatureVulnerable = {
            temperatureLethalLow = 248.15,
            temperatureLethalHigh = 398.15,
            temperatureWarningLow = 295.15,
            temperatureWarningHigh = 310.15,
        },
        cropVal = {
            cropId = "BasicFabric",
            cropDuration = 1200.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "BasicFabricMaterialPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "BasicFabricPlant",
        irrigation = {
            {
                tag = {
                    Name = "DirtyWater",
                    IsValid = true,
                },
                massConsumptionRate = 0.266666681,
            },
        },
        maturityMax = 1200.0,
    },
    IceCavesForagePlantPlanted = {
        dlcIds = {
            "DLC2_ID",
        },
        tags = {
            "Hanging",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = nil,
        pressureVulnerable = nil,
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = nil,
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "IceCavesForagePlant",
            productionType = 1,
            newSeedsProduced = 2,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 253.15,
            Mass = 100.0,
            Temperature = 253.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "IceCavesForagePlantPlanted",
        maturityMax = nil,
    },
    ToePlant = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 4.0,
            baseDecor = 25.0,
        },
        decorToggler = {
            posDecor = 25,
            posRadius = 4,
            negDecor = -20,
            negRadius = 4,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 173.0,
            temperatureLethalHigh = 283.0,
            temperatureWarningLow = 183.0,
            temperatureWarningHigh = 273.0,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "ToePlantSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 243.0,
            Mass = 1.0,
            Temperature = 243.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "ToePlant",
        maturityMax = nil,
    },
    SwampLily = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 4600.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "ChlorineGas",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 258.15,
            temperatureLethalHigh = 448.15,
            temperatureWarningLow = 308.15,
            temperatureWarningHigh = 358.15,
        },
        cropVal = {
            cropId = "SwampLilyFlower",
            cropDuration = 7200.0,
            numProduced = 2,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "SwampLilySeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 328.15,
            Mass = 1.0,
            Temperature = 328.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "SwampLily",
        maturityMax = 7200.0,
    },
    SwampHarvestPlant = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = -10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 4600.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 218.15,
            temperatureLethalHigh = 398.15,
            temperatureWarningLow = 283.15,
            temperatureWarningHigh = 303.15,
        },
        cropVal = {
            cropId = "SwampFruit",
            cropDuration = 3960.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "SwampHarvestPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = {
            prefersDarkness = true,
            LightIntensityThreshold = 0,
        },
        elementConverters = nil,
        id = "SwampHarvestPlant",
        irrigation = {
            {
                tag = {
                    Name = "DirtyWater",
                    IsValid = true,
                },
                massConsumptionRate = 0.06666667,
            },
        },
        maturityMax = 3960.0,
    },
    SwampForagePlantPlanted = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = nil,
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = nil,
        pressureVulnerable = nil,
        drowningMonitor = nil,
        temperatureVulnerable = nil,
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "SwampForagePlant",
            productionType = 1,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 100.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "SwampForagePlantPlanted",
        maturityMax = nil,
    },
    SuperWormPlant = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 9800.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 273.15,
            temperatureLethalHigh = 373.15,
            temperatureWarningLow = 288.15,
            temperatureWarningHigh = 323.15,
        },
        cropVal = {
            cropId = "WormSuperFruit",
            cropDuration = 4800.0,
            numProduced = 8,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "WormPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 307.15,
            Mass = 1.0,
            Temperature = 307.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "SuperWormPlant",
        fertilization = {
            {
                tag = {
                    Name = "Sulfur",
                    IsValid = true,
                },
                massConsumptionRate = 0.0166666675,
            },
        },
        maturityMax = 4800.0,
    },
    SpiceVine = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Hanging",
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 3.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 9800.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {},
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 258.15,
            temperatureLethalHigh = 448.15,
            temperatureWarningLow = 308.15,
            temperatureWarningHigh = 358.15,
        },
        cropVal = {
            cropId = "SpiceNut",
            cropDuration = 4800.0,
            numProduced = 4,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "SpiceVineSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 320.0,
            Mass = 2.0,
            Temperature = 320.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "SpiceVine",
        irrigation = {
            {
                tag = {
                    Name = "DirtyWater",
                    IsValid = true,
                },
                massConsumptionRate = 0.0583333336,
            },
        },
        fertilization = {
            {
                tag = {
                    Name = "Phosphorite",
                    IsValid = true,
                },
                massConsumptionRate = 0.00166666671,
            },
        },
        maturityMax = 4800.0,
    },
    SpaceTree = {
        dlcIds = {
            "DLC2_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = {
            BRANCH_PREFAB_NAME = "SpaceTreeBranch",
            MAX_BRANCH_COUNT = 5,
        },
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = -10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 12200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = -3.40282347e+38,
            pressureWarning_Low = -3.40282347e+38,
            pressureWarning_High = 3.40282347e+38,
            pressureLethal_High = 3.40282347e+38,
            pressure_sensitive = false,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
                "Snow",
                "Vacuum",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 173.15,
            temperatureLethalHigh = 293.15,
            temperatureWarningLow = 198.15,
            temperatureWarningHigh = 258.15,
        },
        cropVal = {
            cropId = "SugarWater",
            cropDuration = 150.0,
            numProduced = 20,
            renewable = true,
        },
        growing = {
            shouldGrowOld = false,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "SpaceTreeSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 255.0,
            Mass = 1.0,
            Temperature = 255.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "SpaceTree",
        fertilization = {
            {
                tag = {
                    Name = "Snow",
                    IsValid = true,
                },
                massConsumptionRate = 0.166666672,
            },
        },
        maturityMax = 2700.0,
    },
    SeaLettuce = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 1.0,
            baseDecor = 10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 7400.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = -3.40282347e+38,
            pressureWarning_Low = -3.40282347e+38,
            pressureWarning_High = 3.40282347e+38,
            pressureLethal_High = 3.40282347e+38,
            pressure_sensitive = false,
            safe_atmospheres = {
                "Water",
                "SaltWater",
                "Brine",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = false,
            livesUnderWater = true,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 248.15,
            temperatureLethalHigh = 398.15,
            temperatureWarningLow = 295.15,
            temperatureWarningHigh = 338.15,
        },
        cropVal = {
            cropId = "Lettuce",
            cropDuration = 7200.0,
            numProduced = 12,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "SeaLettuceSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 308.15,
            Mass = 1.0,
            Temperature = 308.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "SeaLettuce",
        irrigation = {
            {
                tag = {
                    Name = "SaltWater",
                    IsValid = true,
                },
                massConsumptionRate = 0.008333334,
            },
        },
        fertilization = {
            {
                tag = {
                    Name = "BleachStone",
                    IsValid = true,
                },
                massConsumptionRate = 0.000833333354,
            },
        },
        maturityMax = 7200.0,
    },
    WineCups = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 4.0,
            baseDecor = 25.0,
        },
        decorToggler = {
            posDecor = 25,
            posRadius = 4,
            negDecor = -20,
            negRadius = 4,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 900.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 218.15,
            temperatureLethalHigh = 398.15,
            temperatureWarningLow = 283.15,
            temperatureWarningHigh = 303.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "WineCupsSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "WineCups",
        maturityMax = nil,
    },
    SapTree = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Decoration",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 5.0,
            y = 5.0,
        },
        decorProvider = {
            baseRadius = 6.0,
            baseDecor = 35.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 0.0,
        },
        pressureVulnerable = nil,
        drowningMonitor = nil,
        temperatureVulnerable = {
            temperatureLethalLow = 0.0,
            temperatureLethalHigh = 1023.15,
            temperatureWarningLow = 173.15,
            temperatureWarningHigh = 373.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = nil,
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "SapTree",
        maturityMax = nil,
    },
    PrickleGrass = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 4.0,
            baseDecor = 25.0,
        },
        decorToggler = {
            posDecor = 25,
            posRadius = 4,
            negDecor = -20,
            negRadius = 4,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 900.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 218.15,
            temperatureLethalHigh = 398.15,
            temperatureWarningLow = 283.15,
            temperatureWarningHigh = 303.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "PrickleGrassSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "PrickleGrass",
        maturityMax = nil,
    },
    PrickleFlower = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 4600.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 218.15,
            temperatureLethalHigh = 398.15,
            temperatureWarningLow = 278.15,
            temperatureWarningHigh = 303.15,
        },
        cropVal = {
            cropId = "PrickleFruit",
            cropDuration = 3600.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "PrickleFlowerSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = {
            prefersDarkness = false,
            LightIntensityThreshold = 200,
        },
        elementConverters = nil,
        id = "PrickleFlower",
        irrigation = {
            {
                tag = {
                    Name = "Water",
                    IsValid = true,
                },
                massConsumptionRate = 0.0333333351,
            },
        },
        maturityMax = 3600.0,
    },
    Oxyfern = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = -10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.025,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 253.15,
            temperatureLethalHigh = 373.15,
            temperatureWarningLow = 273.15,
            temperatureWarningHigh = 313.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "OxyfernSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = {
            elementToConsume = "CarbonDioxide",
            consumptionRate = 0.000156250011,
            consumptionRadius = 2,
            storeOnConsume = true,
            isRequired = true,
        },
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = {
            {
                consumedElements = {
                    {
                        Accumulator = {
                            index = -1,
                        },
                        IsActive = true,
                        MassConsumptionRate = 0.000625000044,
                        Tag = {
                            Name = "CarbonDioxide",
                            IsValid = true,
                        },
                    },
                },
                outputElements = {
                    {
                        IsActive = true,
                        minOutputTemperature = 0.0,
                        useEntityTemperature = true,
                        massGenerationRate = 0.0312500037,
                        storeOutput = false,
                        outputElementOffset = {
                            x = 0.0,
                            y = 1.0,
                            magnitude = 1.0,
                            sqrMagnitude = 1.0,
                        },
                        accumulator = {
                            index = -1,
                        },
                        diseaseWeight = 0.75,
                        element = "Oxygen",
                        diseaseName = nil,
                        diseaseCount = 0,
                    },
                },
                OperationalRequirement = 2,
                OutputMultiplier = 50.0,
            },
        },
        id = "Oxyfern",
        irrigation = {
            {
                tag = {
                    Name = "Water",
                    IsValid = true,
                },
                massConsumptionRate = 0.0316666663,
            },
        },
        fertilization = {
            {
                tag = {
                    Name = "Dirt",
                    IsValid = true,
                },
                massConsumptionRate = 0.006666667,
            },
        },
        maturityMax = nil,
    },
    MushroomPlant = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 4600.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 228.15,
            temperatureLethalHigh = 398.15,
            temperatureWarningLow = 278.15,
            temperatureWarningHigh = 308.15,
        },
        cropVal = {
            cropId = "Mushroom",
            cropDuration = 4500.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "MushroomSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = {
            prefersDarkness = true,
            LightIntensityThreshold = 0,
        },
        elementConverters = nil,
        id = "MushroomPlant",
        fertilization = {
            {
                tag = {
                    Name = "SlimeMold",
                    IsValid = true,
                },
                massConsumptionRate = 0.006666667,
            },
        },
        maturityMax = 4500.0,
    },
    LeafyPlant = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 4.0,
            baseDecor = 25.0,
        },
        decorToggler = {
            posDecor = 25,
            posRadius = 4,
            negDecor = -20,
            negRadius = 4,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
                "ChlorineGas",
                "Hydrogen",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 288.0,
            temperatureLethalHigh = 373.0,
            temperatureWarningLow = 293.15,
            temperatureWarningHigh = 323.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "LeafyPlantSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 293.0,
            Mass = 1.0,
            Temperature = 293.0,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "LeafyPlant",
        maturityMax = nil,
    },
    IceFlower = {
        dlcIds = {
            "DLC2_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 4.0,
            baseDecor = 25.0,
        },
        decorToggler = {
            posDecor = 25,
            posRadius = 4,
            negDecor = -20,
            negRadius = 4,
        },
        wiltConditions = {
            minRad = 0.0,
            maxRad = 2200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
                "ChlorineGas",
                "Hydrogen",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 173.15,
            temperatureLethalHigh = 318.15,
            temperatureWarningLow = 203.15,
            temperatureWarningHigh = 278.15,
        },
        cropVal = nil,
        growing = nil,
        seedInfo = {
            seedId = "IceFlowerSeed",
            productionType = 0,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 243.15,
            Mass = 1.0,
            Temperature = 243.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "IceFlower",
        maturityMax = nil,
    },
    SaltPlant = {
        dlcIds = {
            "",
            "EXPANSION1_ID",
        },
        tags = {
            "Hanging",
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = -10.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 7400.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.025,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "ChlorineGas",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 198.15,
            temperatureLethalHigh = 393.15,
            temperatureWarningLow = 248.15,
            temperatureWarningHigh = 323.15,
        },
        cropVal = {
            cropId = "Salt",
            cropDuration = 3600.0,
            numProduced = 65,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "SaltPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = {
            elementToConsume = "ChlorineGas",
            consumptionRate = 0.006,
            consumptionRadius = 4,
            storeOnConsume = false,
            isRequired = true,
        },
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 258.15,
            Mass = 2.0,
            Temperature = 258.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "SaltPlant",
        fertilization = {
            {
                tag = {
                    Name = "Sand",
                    IsValid = true,
                },
                massConsumptionRate = 0.0116666667,
            },
        },
        maturityMax = 3600.0,
    },
    WormPlant = {
        dlcIds = {
            "EXPANSION1_ID",
        },
        tags = {
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 2.0,
        },
        decorProvider = {
            baseRadius = 1.0,
            baseDecor = -5.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 9800.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = 0.0,
            pressureWarning_Low = 0.15,
            pressureWarning_High = 10.0,
            pressureLethal_High = 30.0,
            pressure_sensitive = true,
            safe_atmospheres = {
                "Oxygen",
                "ContaminatedOxygen",
                "CarbonDioxide",
            },
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 273.15,
            temperatureLethalHigh = 373.15,
            temperatureWarningLow = 288.15,
            temperatureWarningHigh = 323.15,
        },
        cropVal = {
            cropId = "WormBasicFruit",
            cropDuration = 2400.0,
            numProduced = 1,
            renewable = true,
        },
        growing = {
            shouldGrowOld = true,
            maxAge = 2400.0,
        },
        seedInfo = {
            seedId = "WormPlantSeed",
            productionType = 2,
            newSeedsProduced = 1,
        },
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 307.15,
            Mass = 1.0,
            Temperature = 307.15,
            Units = 1.0,
        },
        illuminationVulnerable = nil,
        elementConverters = nil,
        id = "WormPlant",
        fertilization = {
            {
                tag = {
                    Name = "Sulfur",
                    IsValid = true,
                },
                massConsumptionRate = 0.0166666675,
            },
        },
        maturityMax = 2400.0,
    },
    SpaceTreeBranch = {
        dlcIds = {
            "DLC2_ID",
        },
        tags = {
            "HideFromSpawnTool",
            "PlantBranch",
            "Plant",
        },
        plantBranchGrowerDef = nil,
        kBoxCollider2D = {
            x = 1.0,
            y = 1.0,
        },
        decorProvider = {
            baseRadius = 2.0,
            baseDecor = 15.0,
        },
        decorToggler = nil,
        wiltConditions = {
            minRad = 0.0,
            maxRad = 12200.0,
        },
        pressureVulnerable = {
            pressureLethal_Low = -3.40282347e+38,
            pressureWarning_Low = -3.40282347e+38,
            pressureWarning_High = 3.40282347e+38,
            pressureLethal_High = 3.40282347e+38,
            pressure_sensitive = false,
            safe_atmospheres = {},
            testAreaElementSafe = true,
        },
        drowningMonitor = {
            canDrownToDeath = true,
            livesUnderWater = false,
        },
        temperatureVulnerable = {
            temperatureLethalLow = 173.15,
            temperatureLethalHigh = 293.15,
            temperatureWarningLow = 198.15,
            temperatureWarningHigh = 258.15,
        },
        cropVal = {
            cropId = "WoodLog",
            cropDuration = 2700.0,
            numProduced = 75,
            renewable = true,
        },
        growing = nil,
        seedInfo = nil,
        elementConsumer = nil,
        primaryElement = {
            Name = "Creature",
            InternalTemperature = 255.0,
            Mass = 8.0,
            Temperature = 255.0,
            Units = 1.0,
        },
        illuminationVulnerable = {
            prefersDarkness = false,
            LightIntensityThreshold = 300,
        },
        elementConverters = nil,
        id = "SpaceTreeBranch",
        maturityMax = 2700.0,
    },
}