Участник:IanComradeBot/prototype/gas.json: различия между версиями
м Update prototype/gas.json via GitHub Actions |
м Update prototype/gas.json via GitHub Actions |
||
| (не показано 18 промежуточных версий этого же участника) | |||
| Строка 1: | Строка 1: | ||
{ | { | ||
"default": { | "default": { | ||
"isOxidizer": false, | |||
"isFuel": false, | |||
"pricePerMole": 0, | "pricePerMole": 0, | ||
"color": "", | "color": "#FFFFFFFF", | ||
"reagent": | "reagent": null, | ||
" | "gasOverlaySprite": { | ||
"sprite": null, | |||
"state": "" | |||
" | }, | ||
"gasVisibilityFactor": 20, | |||
"gasMolesVisible": 0.25, | "gasMolesVisible": 0.25, | ||
"molarMass": 1, | "molarMass": 1, | ||
"heatCapacityRatio": 1.4, | "heatCapacityRatio": 1.4, | ||
" | "molarHeatCapacity": 0, | ||
" | "abbreviation": null, | ||
" | "name": null | ||
}, | }, | ||
"id": { | "id": { | ||
"Oxygen": { | |||
"isOxidizer": true, | |||
"color": "#2887E8FF", | |||
"reagent": "Oxygen", | |||
"molarMass": 32, | |||
"molarHeatCapacity": 20, | |||
"abbreviation": "gas-oxygen-abbreviation", | |||
"name": "gas-oxygen" | |||
}, | |||
"Nitrogen": { | "Nitrogen": { | ||
"color": " | "color": "#DA1010FF", | ||
"reagent": "Nitrogen", | "reagent": "Nitrogen", | ||
"molarMass": 28, | "molarMass": 28, | ||
" | "molarHeatCapacity": 30, | ||
"name": " | "abbreviation": "gas-nitrogen-abbreviation", | ||
"name": "gas-nitrogen" | |||
}, | |||
"CarbonDioxide": { | |||
"color": "#4E4E4EFF", | |||
"reagent": "CarbonDioxide", | |||
"molarMass": 44, | |||
"heatCapacityRatio": 1.3, | |||
"molarHeatCapacity": 30, | |||
"abbreviation": "gas-carbon-dioxide-abbreviation", | |||
"name": "gas-carbon-dioxide" | |||
}, | |||
"NitrousOxide": { | |||
"pricePerMole": 0.1, | |||
"color": "#8F00FFFF", | |||
"reagent": "NitrousOxide", | |||
"molarMass": 44, | |||
"heatCapacityRatio": 1.3, | |||
"molarHeatCapacity": 40, | |||
"abbreviation": "gas-nitrous-oxide-abbreviation", | |||
"name": "gas-nitrous-oxide" | |||
}, | }, | ||
"Tritium": { | "Tritium": { | ||
"isFuel": true, | |||
"pricePerMole": 2.5, | "pricePerMole": 2.5, | ||
"color": " | "color": "#13FF4BFF", | ||
"reagent": "Tritium", | "reagent": "Tritium", | ||
"gasOverlaySprite": "/Textures/Effects/atmospherics.rsi", | "gasOverlaySprite": { | ||
"sprite": "/Textures/Effects/atmospherics.rsi", | |||
"molarMass": | "state": "tritium" | ||
}, | |||
"molarMass": 3, | |||
"heatCapacityRatio": 1.3, | "heatCapacityRatio": 1.3, | ||
" | "molarHeatCapacity": 10, | ||
" | "abbreviation": "gas-tritium-abbreviation", | ||
"name": "gas-tritium" | |||
"name": " | |||
}, | }, | ||
"WaterVapor": { | "WaterVapor": { | ||
"color": " | "color": "#BFFFFDFF", | ||
"reagent": "Water", | "reagent": "Water", | ||
"gasOverlaySprite": "/Textures/Effects/atmospherics.rsi", | "gasOverlaySprite": { | ||
"sprite": "/Textures/Effects/atmospherics.rsi", | |||
"state": "water_vapor" | |||
}, | |||
"molarMass": 18, | "molarMass": 18, | ||
"heatCapacityRatio": 1.33, | "heatCapacityRatio": 1.33, | ||
" | "molarHeatCapacity": 40, | ||
"name": " | "abbreviation": "gas-water-vapor-abbreviation", | ||
"name": "gas-water-vapor" | |||
}, | }, | ||
" | "Plasma": { | ||
"color": " | "isFuel": true, | ||
"reagent": " | "color": "#FF3300FF", | ||
"molarMass": | "reagent": "Plasma", | ||
"heatCapacityRatio": 1. | "gasOverlaySprite": { | ||
" | "sprite": "/Textures/Effects/atmospherics.rsi", | ||
"name": " | "state": "plasma" | ||
}, | |||
"molarMass": 120, | |||
"heatCapacityRatio": 1.7, | |||
"molarHeatCapacity": 200, | |||
"abbreviation": "gas-plasma-abbreviation", | |||
"name": "gas-plasma" | |||
}, | }, | ||
"Frezon": { | "Frezon": { | ||
"pricePerMole": 1, | "pricePerMole": 1, | ||
"color": " | "color": "#3A758CFF", | ||
"reagent": "Frezon", | "reagent": "Frezon", | ||
"gasOverlaySprite": "/Textures/Effects/atmospherics.rsi", | "gasOverlaySprite": { | ||
"sprite": "/Textures/Effects/atmospherics.rsi", | |||
"state": "frezon" | |||
}, | |||
"gasMolesVisible": 0.6, | "gasMolesVisible": 0.6, | ||
"molarMass": 50, | "molarMass": 50, | ||
"heatCapacityRatio": 1.33, | "heatCapacityRatio": 1.33, | ||
" | "molarHeatCapacity": 600, | ||
"name": " | "abbreviation": "gas-frezon-abbreviation", | ||
"name": "gas-frezon" | |||
}, | }, | ||
" | "Ammonia": { | ||
" | "pricePerMole": 0.15, | ||
" | "color": "#56941EFF", | ||
" | "reagent": "Ammonia", | ||
" | "gasOverlaySprite": { | ||
"sprite": "/Textures/Effects/atmospherics.rsi", | |||
"state": "miasma" | |||
}, | |||
"gasVisibilityFactor": 3.5, | |||
" | "gasMolesVisible": 2, | ||
" | |||
"molarMass": 44, | "molarMass": 44, | ||
" | "molarHeatCapacity": 20, | ||
" | "abbreviation": "gas-ammonia-abbreviation", | ||
"name": "gas-ammonia" | |||
"name": " | |||
} | } | ||
} | } | ||
} | } | ||