Участник:IanComradeBot/prototype/gas.json: различия между версиями
м Update prototype/gas.json via GitHub Actions |
м Update prototype/gas.json via GitHub Actions |
||
| Строка 16: | Строка 16: | ||
}, | }, | ||
"id": { | "id": { | ||
"WaterVapor": { | "WaterVapor": { | ||
"color": "bffffd", | "color": "bffffd", | ||
| Строка 51: | Строка 25: | ||
"specificHeat": 40, | "specificHeat": 40, | ||
"name": "gases-water-vapor" | "name": "gases-water-vapor" | ||
}, | }, | ||
"Ammonia": { | "Ammonia": { | ||
| Строка 85: | Строка 37: | ||
"name": "gases-ammonia", | "name": "gases-ammonia", | ||
"gasVisbilityFactor": 3.5 | "gasVisbilityFactor": 3.5 | ||
}, | |||
"CarbonDioxide": { | |||
"color": "4e4e4e", | |||
"reagent": "CarbonDioxide", | |||
"molarMass": 44, | |||
"heatCapacityRatio": 1.3, | |||
"specificHeat": 30, | |||
"name": "gases-co2" | |||
}, | |||
"Oxygen": { | |||
"color": "2887E8", | |||
"reagent": "Oxygen", | |||
"molarMass": 32, | |||
"specificHeat": 20, | |||
"name": "gases-oxygen" | |||
}, | }, | ||
"Nitrogen": { | "Nitrogen": { | ||
| Строка 101: | Строка 68: | ||
"specificHeat": 40, | "specificHeat": 40, | ||
"name": "gases-n2o" | "name": "gases-n2o" | ||
}, | |||
"Tritium": { | |||
"pricePerMole": 2.5, | |||
"color": "13FF4B", | |||
"reagent": "Tritium", | |||
"gasOverlaySprite": "/Textures/Effects/atmospherics.rsi", | |||
"gasOverlayState": "tritium", | |||
"molarMass": 6, | |||
"heatCapacityRatio": 1.3, | |||
"specificHeat": 10, | |||
"name": "gases-tritium" | |||
}, | |||
"Frezon": { | |||
"pricePerMole": 1, | |||
"color": "3a758c", | |||
"reagent": "Frezon", | |||
"gasOverlaySprite": "/Textures/Effects/atmospherics.rsi", | |||
"gasOverlayState": "frezon", | |||
"gasMolesVisible": 0.6, | |||
"molarMass": 50, | |||
"heatCapacityRatio": 1.33, | |||
"specificHeat": 600, | |||
"name": "gases-frezon" | |||
}, | |||
"Plasma": { | |||
"color": "FF3300", | |||
"reagent": "Plasma", | |||
"gasOverlaySprite": "/Textures/Effects/atmospherics.rsi", | |||
"gasOverlayState": "plasma", | |||
"molarMass": 120, | |||
"heatCapacityRatio": 1.7, | |||
"specificHeat": 200, | |||
"name": "gases-plasma" | |||
} | } | ||
} | } | ||
} | } | ||