Files
OldThink/Resources/Prototypes/materials.yml

29 lines
573 B
YAML
Raw Normal View History

2018-07-27 17:11:58 +02:00
- type: material
id: steel
name: Steel
color: gray
2019-09-24 13:15:26 -07:00
icon: Objects/Materials/sheet_metal.png
2018-07-27 17:11:58 +02:00
density: 7700
electricresistivity: 6.9e-7
thermalconductivity: 18
specificheat: 500
- type: material
id: glass
name: Glass
color: '#e8f0ff33'
2019-09-24 13:15:26 -07:00
icon: Objects/Materials/sheet_glass.png
2018-07-27 17:11:58 +02:00
density: 2500
electricresistivity: 1.0e+13
thermalconductivity: 0.9
specificheat: 840
2020-05-24 16:56:19 +00:00
- type: material
id: gold
name: Gold
icon: Objects/Materials/goldbar_single.png
density: 10000
electricresistivity: 8.0e-9
thermalconductivity: 30
specificheat: 1000