committed by
GitHub
parent
afc8c9163c
commit
3a27490c59
@@ -1,45 +1,35 @@
|
||||
- type: material
|
||||
id: GlassMaterialBase
|
||||
density: 2500
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 0.9
|
||||
specificHeat: 840
|
||||
|
||||
- type: material
|
||||
id: glass
|
||||
id: Glass
|
||||
stack: Glass
|
||||
name: glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/glass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
- type: material
|
||||
id: rglass
|
||||
id: ReinforcedGlass
|
||||
stack: ReinforcedGlass
|
||||
name: reinforced glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/rglass.png
|
||||
density: 5000
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 0.9
|
||||
specificHeat: 5000
|
||||
|
||||
- type: material
|
||||
id: pglass
|
||||
id: PlasmaGlass
|
||||
stack: PlasmaGlass
|
||||
name: plasma glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/pglass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
- type: material
|
||||
id: rpglass
|
||||
id: ReinforcedPlasmaGlass
|
||||
stack: ReinforcedPlasmaGlass
|
||||
name: reinforced plasma glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/rpglass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
- type: material
|
||||
id: titaniumglass
|
||||
id: TitaniumGlass
|
||||
stack: TitaniumGlass
|
||||
name: titanium glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/titaniumglass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
- type: material
|
||||
id: plastitaniumglass
|
||||
id: PlastitaniumGlass
|
||||
stack: PlastitaniumGlass
|
||||
name: plastitanium glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/plastitaniumglass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
@@ -1,42 +1,23 @@
|
||||
- type: material
|
||||
id: MaterialBase
|
||||
density: 5000
|
||||
electricResistivity: 6.9e-7
|
||||
thermalConductivity: 18
|
||||
specificHeat: 500
|
||||
|
||||
- type: material
|
||||
id: plasma
|
||||
id: Plasma
|
||||
stack: Plasma
|
||||
name: plasma
|
||||
icon: Objects/Materials/Sheets/other.rsi/plasma.png
|
||||
density: 200
|
||||
electricResistivity: 2.1e-1
|
||||
thermalConductivity: 80
|
||||
specificHeat: 2000
|
||||
|
||||
- type: material
|
||||
id: phoron
|
||||
id: Phoron
|
||||
stack: Phoron
|
||||
name: phoron
|
||||
icon: Objects/Materials/Sheets/other.rsi/phoron.png
|
||||
density: 200
|
||||
electricResistivity: 2.1e-1
|
||||
thermalConductivity: 80
|
||||
specificHeat: 2000
|
||||
|
||||
- type: material
|
||||
id: plastic
|
||||
id: Plastic
|
||||
stack: Plastic
|
||||
name: plastic
|
||||
icon: Objects/Materials/Sheets/other.rsi/plastic.png
|
||||
density: 6500
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 1.5
|
||||
specificHeat: 600
|
||||
|
||||
- type: material
|
||||
id: wood
|
||||
id: Wood
|
||||
stack: WoodPlank
|
||||
name: wood
|
||||
icon: Objects/Materials/materials.rsi/wood.png
|
||||
density: 6000
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 1.5
|
||||
specificHeat: 600
|
||||
|
||||
@@ -1,78 +1,65 @@
|
||||
- type: material
|
||||
id: MetalMaterialBase
|
||||
density: 7700
|
||||
electricResistivity: 6.9e-7
|
||||
thermalConductivity: 18
|
||||
specificHeat: 500
|
||||
|
||||
- type: material
|
||||
id: steel
|
||||
id: Steel
|
||||
stack: Steel
|
||||
name: steel
|
||||
icon: Objects/Materials/Sheets/metal.rsi/steel.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: adamantine
|
||||
id: Adamantine
|
||||
stack: Adamantine
|
||||
name: adamantine
|
||||
icon: Objects/Materials/ingots.rsi/adamantine.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: copper
|
||||
id: Copper
|
||||
stack: Copper
|
||||
name: copper
|
||||
icon: Objects/Materials/ingots.rsi/copper.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: gold
|
||||
id: Gold
|
||||
stack: Gold
|
||||
name: gold
|
||||
icon: Objects/Materials/ingots.rsi/gold.png
|
||||
density: 10000
|
||||
electricResistivity: 8.0e-9
|
||||
thermalConductivity: 30
|
||||
specificHeat: 1000
|
||||
|
||||
- type: material
|
||||
id: hydrogen
|
||||
id: Hydrogen
|
||||
stack: Hydrogen
|
||||
name: hydrogen
|
||||
icon: Objects/Materials/ingots.rsi/hydrogen.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: iron
|
||||
id: Iron
|
||||
stack: Iron
|
||||
name: iron
|
||||
icon: Objects/Materials/ingots.rsi/iron.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: silver
|
||||
id: Silver
|
||||
stack: Silver
|
||||
name: silver
|
||||
icon: Objects/Materials/ingots.rsi/silver.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: plasteel
|
||||
id: Plasteel
|
||||
stack: Plasteel
|
||||
name: plasteel
|
||||
icon: Objects/Materials/Sheets/metal.rsi/plasteel.png
|
||||
density: 15400 # literally arbitrary values...
|
||||
electricResistivity: 6.9e-7
|
||||
thermalConductivity: 18
|
||||
specificHeat: 200
|
||||
|
||||
- type: material
|
||||
id: brass
|
||||
id: Brass
|
||||
stack: Brass
|
||||
name: brass
|
||||
icon: Objects/Materials/Sheets/metal.rsi/brass.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: titanium
|
||||
id: Titanium
|
||||
stack: Titanium
|
||||
name: titanium
|
||||
icon: Objects/Materials/Sheets/metal.rsi/titanium.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: plastitanium
|
||||
id: Plastitanium
|
||||
stack: Plastitanium
|
||||
name: plastitanium
|
||||
icon: Objects/Materials/Sheets/metal.rsi/plastitanium.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
Reference in New Issue
Block a user