Module:Data/special

From Oxygen Not Included Wiki
Jump to navigation Jump to search

The data in this file can be found in OxygenNotIncluded\OxygenNotIncluded_Data\StreamingAssets\elements. It can be converted to the current format with the script below:

This script is defined in MediaWiki:YAML2Lua_Elements.js.


return {
    {
        elementId = "Vacuum",
        specificHeatCapacity = 0,
        thermalConductivity = 0,
        solidSurfaceAreaMultiplier = 0,
        liquidSurfaceAreaMultiplier = 0,
        gasSurfaceAreaMultiplier = 0,
        strength = 0,
        highTemp = 0,
        highTempTransitionTarget = "Vacuum",
        defaultTemperature = 0,
        defaultMass = 0,
        maxMass = 0,
        hardness = 0,
        molarMass = 0,
        lightAbsorptionFactor = 0,
        radiationAbsorptionFactor = 0,
        radiationPer1000Mass = 0,
        materialCategory = "Special",
        buildMenuSort = 1,
        isDisabled = false,
        state = "Vacuum",
        localizationID = "STRINGS.ELEMENTS.VACUUM.NAME",
        dlcId = ""
    },
    {
        elementId = "Void",
        specificHeatCapacity = 0,
        thermalConductivity = 0,
        solidSurfaceAreaMultiplier = 0,
        liquidSurfaceAreaMultiplier = 0,
        gasSurfaceAreaMultiplier = 0,
        strength = 0,
        highTemp = 0,
        highTempTransitionTarget = "Void",
        defaultTemperature = 0,
        defaultMass = 0,
        maxMass = 0,
        hardness = 0,
        molarMass = 0,
        lightAbsorptionFactor = 0,
        radiationAbsorptionFactor = 0,
        radiationPer1000Mass = 0,
        materialCategory = "Special",
        buildMenuSort = 1,
        isDisabled = false,
        state = "Vacuum",
        localizationID = "STRINGS.ELEMENTS.VOID.NAME",
        dlcId = ""
    },
    {
        elementId = "COMPOSITION",
        specificHeatCapacity = 0,
        thermalConductivity = 0,
        solidSurfaceAreaMultiplier = 0,
        liquidSurfaceAreaMultiplier = 0,
        gasSurfaceAreaMultiplier = 0,
        strength = 0,
        highTemp = 0,
        highTempTransitionTarget = "Void",
        defaultTemperature = 0,
        defaultMass = 0,
        maxMass = 0,
        hardness = 0,
        molarMass = 0,
        lightAbsorptionFactor = 0,
        radiationAbsorptionFactor = 0.5,
        radiationPer1000Mass = 0,
        materialCategory = "Special",
        buildMenuSort = 1,
        isDisabled = false,
        state = "Vacuum",
        localizationID = "STRINGS.ELEMENTS.COMPOSITION.NAME",
        dlcId = "EXPANSION1_ID"
    }
}