Adds tons of new materials + cleans up existing ones (#3413)
* RSIs are now banging * Sheets * Hotfix * Last before PR * Ready * Quick * E * Updates everything to new stack PR * Finished off ore, set max stack size to 30 from 50. * Most materials done * Donezo * Adds hides and custom sprited a corgi hide * Should be good * suffix * Bugs * Giff woodplank * Profit?
This commit is contained in:
45
Resources/Prototypes/Reagents/Materials/glass.yml
Normal file
45
Resources/Prototypes/Reagents/Materials/glass.yml
Normal file
@@ -0,0 +1,45 @@
|
||||
- type: material
|
||||
id: GlassMaterialBase
|
||||
density: 2500
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 0.9
|
||||
specificHeat: 840
|
||||
|
||||
- type: material
|
||||
id: glass
|
||||
name: glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/glass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
- type: material
|
||||
id: rglass
|
||||
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
|
||||
name: plasma glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/pglass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
- type: material
|
||||
id: rpglass
|
||||
name: reinforced plasma glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/prglass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
- type: material
|
||||
id: titaniumglass
|
||||
name: titanium glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/titaniumglass.png
|
||||
parent: GlassMaterialBase
|
||||
|
||||
- type: material
|
||||
id: plastitaniumglass
|
||||
name: plastitanium glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/plastitaniumglass.png
|
||||
parent: GlassMaterialBase
|
||||
42
Resources/Prototypes/Reagents/Materials/materials.yml
Normal file
42
Resources/Prototypes/Reagents/Materials/materials.yml
Normal file
@@ -0,0 +1,42 @@
|
||||
- type: material
|
||||
id: MaterialBase
|
||||
density: 5000
|
||||
electricResistivity: 6.9e-7
|
||||
thermalConductivity: 18
|
||||
specificHeat: 500
|
||||
|
||||
- type: material
|
||||
id: 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
|
||||
name: phoron
|
||||
icon: Objects/Materials/Sheets/other.rsi/phoron.png
|
||||
density: 200
|
||||
electricResistivity: 2.1e-1
|
||||
thermalConductivity: 80
|
||||
specificHeat: 2000
|
||||
|
||||
- type: material
|
||||
id: 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
|
||||
name: wood
|
||||
icon: Objects/Materials/materials.rsi/wood_plank.png
|
||||
density: 6000
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 1.5
|
||||
specificHeat: 600
|
||||
78
Resources/Prototypes/Reagents/Materials/metals.yml
Normal file
78
Resources/Prototypes/Reagents/Materials/metals.yml
Normal file
@@ -0,0 +1,78 @@
|
||||
- type: material
|
||||
id: MetalMaterialBase
|
||||
density: 7700
|
||||
electricResistivity: 6.9e-7
|
||||
thermalConductivity: 18
|
||||
specificHeat: 500
|
||||
|
||||
- type: material
|
||||
id: steel
|
||||
name: steel
|
||||
icon: Objects/Materials/Sheets/metal.rsi/steel.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: adamantine
|
||||
name: adamantine
|
||||
icon: Objects/Materials/Ingots/adamantine.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: copper
|
||||
name: copper
|
||||
icon: Objects/Materials/Ingots/copper.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: gold
|
||||
name: gold
|
||||
icon: Objects/Materials/Ingots/gold.png
|
||||
density: 10000
|
||||
electricResistivity: 8.0e-9
|
||||
thermalConductivity: 30
|
||||
specificHeat: 1000
|
||||
|
||||
- type: material
|
||||
id: hydrogen
|
||||
name: hydrogen
|
||||
icon: Objects/Materials/Ingots/hydrogen.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: iron
|
||||
name: iron
|
||||
icon: Objects/Materials/Ingots/iron.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: silver
|
||||
name: silver
|
||||
icon: Objects/Materials/Ingots/silver.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: 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
|
||||
name: brass
|
||||
icon: Objects/Materials/Sheets/metal.rsi/brass.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: titanium
|
||||
name: titanium
|
||||
icon: Objects/Materials/Sheets/metal.rsi/titanium.png
|
||||
parent: MetalMaterialBase
|
||||
|
||||
- type: material
|
||||
id: plastitanium
|
||||
name: plastitanium
|
||||
icon: Objects/Materials/Sheets/metal.rsi/plastitanium.png
|
||||
parent: MetalMaterialBase
|
||||
@@ -1,74 +0,0 @@
|
||||
- type: material
|
||||
id: steel
|
||||
name: steel
|
||||
color: gray
|
||||
icon: Objects/Materials/sheets.rsi/metal.png
|
||||
density: 7700
|
||||
electricResistivity: 6.9e-7
|
||||
thermalConductivity: 18
|
||||
specificHeat: 500
|
||||
|
||||
- type: material
|
||||
id: glass
|
||||
name: glass
|
||||
color: '#e8f0ff33'
|
||||
icon: Objects/Materials/sheets.rsi/glass.png
|
||||
density: 2500
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 0.9
|
||||
specificHeat: 840
|
||||
|
||||
- type: material
|
||||
id: rglass
|
||||
name: Reinforced glass
|
||||
color: '#49c9a7'
|
||||
icon: Objects/Materials/sheets.rsi/rglass.png
|
||||
density: 5000
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 0.9
|
||||
specificHeat: 5000
|
||||
|
||||
- type: material
|
||||
id: gold
|
||||
name: gold
|
||||
icon: Objects/Materials/materials.rsi/goldbar_10.png
|
||||
density: 10000
|
||||
electricResistivity: 8.0e-9
|
||||
thermalConductivity: 30
|
||||
specificHeat: 1000
|
||||
|
||||
- type: material
|
||||
id: plasma
|
||||
name: plasma
|
||||
icon: Objects/Materials/sheets.rsi/plasma.png
|
||||
density: 200
|
||||
electricResistivity: 2.1e-1
|
||||
thermalConductivity: 80
|
||||
specificHeat: 2000
|
||||
|
||||
- type: material
|
||||
id: plasteel
|
||||
name: plasteel
|
||||
icon: Objects/Materials/sheet_plasteel.png
|
||||
density: 15400 # literally arbitrary values...
|
||||
electricResistivity: 6.9e-7
|
||||
thermalConductivity: 18
|
||||
specificHeat: 200
|
||||
|
||||
- type: material
|
||||
id: wood
|
||||
name: wood
|
||||
icon: Objects/Materials/wood_plank.png
|
||||
density: 6000
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 1.5
|
||||
specificHeat: 600
|
||||
|
||||
- type: material
|
||||
id: plastic
|
||||
name: plastic
|
||||
icon: Objects/Materials/sheets.rsi/plastic.png
|
||||
density: 6500
|
||||
electricResistivity: 1.0e+13
|
||||
thermalConductivity: 1.5
|
||||
specificHeat: 600
|
||||
Reference in New Issue
Block a user