Generalized material spawning (#12489)

This commit is contained in:
Rane
2023-01-07 13:09:05 -05:00
committed by GitHub
parent f1cb0ca37a
commit fecd60e98a
13 changed files with 177 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
- type: material
id: Glass
stack: Glass
stackEntity: SheetGlass
name: materials-glass
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: glass }
color: "#a8ccd7"
@@ -8,7 +8,7 @@
- type: material
id: ReinforcedGlass
stack: ReinforcedGlass
stackEntity: SheetRGlass
name: materials-reinforced-glass
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rglass }
color: "#549bb0"
@@ -16,7 +16,7 @@
- type: material
id: PlasmaGlass
stack: PlasmaGlass
stackEntity: SheetPGlass
name: materials-plasma-glass
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: pglass }
color: "#b35989"
@@ -24,7 +24,7 @@
- type: material
id: ReinforcedPlasmaGlass
stack: ReinforcedPlasmaGlass
stackEntity: SheetRPGlass
name: materials-reinforced-plasma-glass
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass }
color: "#8c4069"

View File

@@ -1,6 +1,6 @@
- type: material
id: Biomass
stack: Biomass
stackEntity: MaterialBiomass
name: materials-biomass
icon: { sprite: /Textures/Objects/Misc/monkeycube.rsi, state: cube }
color: "#8A9A5B"
@@ -8,7 +8,7 @@
- type: material
id: Cloth
stack: Cloth
stackEntity: MaterialCloth
name: materials-cloth
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cloth }
color: "#e7e7de"
@@ -16,7 +16,7 @@
- type: material
id: Durathread
stack: Durathread
stackEntity: MaterialDurathread
name: materials-durathread
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: durathread }
color: "#8291a1"
@@ -24,7 +24,7 @@
- type: material
id: Plasma
stack: Plasma
stackEntity: SheetPlasma
name: materials-plasma
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: plasma }
color: "#7e009e"
@@ -32,7 +32,7 @@
- type: material
id: Plastic
stack: Plastic
stackEntity: SheetPlastic
name: materials-plastic
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: plastic }
color: "#d9d9d9"
@@ -40,7 +40,7 @@
- type: material
id: Wood
stack: WoodPlank
stackEntity: MaterialWoodPlank
name: materials-wood
icon: { sprite: Objects/Materials/materials.rsi, state: wood }
color: "#966F33"
@@ -48,7 +48,7 @@
- type: material
id: Uranium
stack: Uranium
stackEntity: SheetUranium
name: materials-uranium
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: uranium }
color: "#32a852"

View File

@@ -1,13 +1,13 @@
- type: material
id: Steel
stack: Steel
stackEntity: SheetSteel
name: materials-steel
icon: { sprite: Objects/Materials/Sheets/metal.rsi, state: steel }
price: 0.05
- type: material
id: Gold
stack: Gold
stackEntity: IngotGold
name: materials-gold
icon: { sprite: Objects/Materials/ingots.rsi, state: gold }
color: "#FFD700"
@@ -15,7 +15,7 @@
- type: material
id: Silver
stack: Silver
stackEntity: IngotSilver
name: materials-silver
icon: { sprite: Objects/Materials/ingots.rsi, state: silver }
color: "#C0C0C0"
@@ -23,7 +23,7 @@
- type: material
id: Plasteel
stack: Plasteel
stackEntity: SheetPlasteel
name: materials-plasteel
icon: { sprite: Objects/Materials/Sheets/metal.rsi, state: plasteel }
color: "#696969" #Okay, this is epic