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:
35
Resources/Prototypes/Stacks/Materials/Sheets/glass.yml
Normal file
35
Resources/Prototypes/Stacks/Materials/Sheets/glass.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
- type: stack
|
||||
id: Glass
|
||||
name: glass
|
||||
icon: /Textures/Objects/Materials/Sheets/glass.rsi/glass.png
|
||||
spawn: SheetGlass1
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedGlass
|
||||
name: reinforced glass
|
||||
icon: /Textures/Objects/Materials/Sheets/glass.rsi/rglass.png
|
||||
spawn: SheetRGlass1
|
||||
|
||||
- type: stack
|
||||
id: PlasmaGlass
|
||||
name: plasma glass
|
||||
icon: /Textures/Objects/Materials/Sheets/glass.rsi/pglass.png
|
||||
spawn: SheetPGlass1
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedPlasmaGlass
|
||||
name: reinforced plasma glass
|
||||
icon: /Textures/Objects/Materials/Sheets/glass.rsi/rpglass.png
|
||||
spawn: SheetRPGlass1
|
||||
|
||||
- type: stack
|
||||
id: TitaniumGlass
|
||||
name: titanium glass
|
||||
icon: /Textures/Objects/Materials/Sheets/glass.rsi/titaniumglass.png
|
||||
spawn: SheetTitaniumGlass1
|
||||
|
||||
- type: stack
|
||||
id: PlastitaniumGlass
|
||||
name: plastitanium glass
|
||||
icon: /Textures/Objects/Materials/Sheets/glass.rsi/plastitaniumglass.png
|
||||
spawn: SheetPlastitaniumGlass1
|
||||
30
Resources/Prototypes/Stacks/Materials/Sheets/metal.yml
Normal file
30
Resources/Prototypes/Stacks/Materials/Sheets/metal.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
- type: stack
|
||||
id: Steel
|
||||
name: steel
|
||||
icon: /Textures/Objects/Materials/Sheets/metal.rsi/steel.png
|
||||
spawn: SheetSteel1
|
||||
|
||||
- type: stack
|
||||
id: Plasteel
|
||||
name: plasteel
|
||||
icon: /Textures/Objects/Materials/Sheets/metal.rsi/plasteel.png
|
||||
spawn: SheetPlasteel1
|
||||
|
||||
- type: stack
|
||||
id: Titanium
|
||||
name: titanium
|
||||
icon: /Textures/Objects/Materials/Sheets/metal.rsi/titanium.png
|
||||
spawn: SheetTitanium1
|
||||
|
||||
- type: stack
|
||||
id: Plastitanium
|
||||
name: plastitanium
|
||||
icon: /Textures/Objects/Materials/Sheets/metal.rsi/plastitanium.png
|
||||
spawn: SheetPlastitanium1
|
||||
|
||||
- type: stack
|
||||
id: Brass
|
||||
name: brass
|
||||
icon: /Textures/Objects/Materials/Sheets/metal.rsi/brass.png
|
||||
spawn: SheetBrass1
|
||||
|
||||
29
Resources/Prototypes/Stacks/Materials/Sheets/other.yml
Normal file
29
Resources/Prototypes/Stacks/Materials/Sheets/other.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
- type: stack
|
||||
id: Paper
|
||||
name: paper
|
||||
icon: /Textures/Objects/Materials/Sheets/other.rsi/paper.png
|
||||
spawn: SheetPaper1
|
||||
|
||||
- type: stack
|
||||
id: Phoron
|
||||
name: phoron
|
||||
icon: /Textures/Objects/Materials/Sheets/other.rsi/phoron.png
|
||||
spawn: SheetPhoron1
|
||||
|
||||
- type: stack
|
||||
id: Plasma
|
||||
name: plasma
|
||||
icon: /Textures/Objects/Materials/Sheets/other.rsi/plasma.png
|
||||
spawn: SheetPlasma1
|
||||
|
||||
- type: stack
|
||||
id: Plastic
|
||||
name: plastic
|
||||
icon: /Textures/Objects/Materials/Sheets/other.rsi/plastic.png
|
||||
spawn: SheetPlastic1
|
||||
|
||||
- type: stack
|
||||
id: Uranium
|
||||
name: uranium
|
||||
icon: /Textures/Objects/Materials/Sheets/other.rsi/uranium.png
|
||||
spawn: SheetUranium1
|
||||
35
Resources/Prototypes/Stacks/Materials/ingots.yml
Normal file
35
Resources/Prototypes/Stacks/Materials/ingots.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
- type: stack
|
||||
id: Adamantine
|
||||
name: adamantine
|
||||
icon: "/Textures/Objects/Materials/ingots.rsi/adamantine.png"
|
||||
spawn: IngotAdamantine1
|
||||
|
||||
- type: stack
|
||||
id: Copper
|
||||
name: copper
|
||||
icon: "/Textures/Objects/Materials/ingots.rsi/copper.png"
|
||||
spawn: IngotCopper1
|
||||
|
||||
- type: stack
|
||||
id: Gold
|
||||
name: gold
|
||||
icon: "/Textures/Objects/Materials/ingots.rsi/gold.png"
|
||||
spawn: IngotGold1
|
||||
|
||||
- type: stack
|
||||
id: Hydrogen
|
||||
name: hydrogen
|
||||
icon: "/Textures/Objects/Materials/ingots.rsi/hydrogen.png"
|
||||
spawn: IngotHydrogen1
|
||||
|
||||
- type: stack
|
||||
id: Iron
|
||||
name: iron
|
||||
icon: "/Textures/Objects/Materials/ingots.rsi/iron.png"
|
||||
spawn: IngotIron1
|
||||
|
||||
- type: stack
|
||||
id: Silver
|
||||
name: silver
|
||||
icon: "/Textures/Objects/Materials/ingots.rsi/silver.png"
|
||||
spawn: IngotSilver1
|
||||
53
Resources/Prototypes/Stacks/Materials/materials.yml
Normal file
53
Resources/Prototypes/Stacks/Materials/materials.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
- type: stack
|
||||
id: Banananium
|
||||
name: banananium
|
||||
icon: /Textures/Objects/Materials/materials.rsi/banananium.png
|
||||
spawn: MaterialBanananium1
|
||||
|
||||
- type: stack
|
||||
id: Diamond
|
||||
name: diamond
|
||||
icon: /Textures/Objects/Materials/materials.rsi/diamond.png
|
||||
spawn: MaterialDiamond1
|
||||
|
||||
- type: stack
|
||||
id: WoodPlank
|
||||
name: wood plank
|
||||
icon: /Textures/Objects/Materials/materials.rsi/wood.png
|
||||
spawn: MaterialWoodPlank1
|
||||
|
||||
- type: stack
|
||||
id: Cloth
|
||||
name: cloth
|
||||
icon: /Textures/Objects/Materials/materials.rsi/cloth.png
|
||||
spawn: MaterialCloth1
|
||||
|
||||
- type: stack
|
||||
id: Cotton
|
||||
name: cotton
|
||||
icon: /Textures/Objects/Materials/materials.rsi/cotton.png
|
||||
spawn: MaterialCotton1
|
||||
|
||||
- type: stack
|
||||
id: Durathread
|
||||
name: durathread
|
||||
icon: /Textures/Objects/Materials/materials.rsi/durathread.png
|
||||
spawn: MaterialDurathread1
|
||||
|
||||
- type: stack
|
||||
id: RawDurathread
|
||||
name: raw durathread
|
||||
icon: /Textures/Objects/Materials/materials.rsi/durathreadraw.png
|
||||
spawn: MaterialDurathreadRaw1
|
||||
|
||||
- type: stack
|
||||
id: Hide
|
||||
name: hide
|
||||
icon: /Textures/Objects/Materials/materials.rsi/hide.png
|
||||
spawn: MaterialHide1
|
||||
|
||||
- type: stack
|
||||
id: Leather
|
||||
name: leather
|
||||
icon: /Textures/Objects/Materials/materials.rsi/leather.png
|
||||
spawn: MaterialLeather1
|
||||
83
Resources/Prototypes/Stacks/Materials/ore.yml
Normal file
83
Resources/Prototypes/Stacks/Materials/ore.yml
Normal file
@@ -0,0 +1,83 @@
|
||||
- type: stack
|
||||
id: AdamantineOre
|
||||
name: adamantine ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/adamantine.png
|
||||
spawn: AdamantineOre1
|
||||
|
||||
- type: stack
|
||||
id: Ammonia
|
||||
name: ammonia
|
||||
icon: /Textures/Objects/Materials/ore.rsi/ammonia.png
|
||||
spawn: Ammonia1
|
||||
|
||||
- type: stack
|
||||
id: BananiumOre
|
||||
name: bananium ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/bananium.png
|
||||
spawn: BananiumOre1
|
||||
|
||||
- type: stack
|
||||
id: DiamondOre
|
||||
name: diamond ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/diamond.png
|
||||
spawn: DiamondOre1
|
||||
|
||||
- type: stack
|
||||
id: GoldOre
|
||||
name: gold ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/gold.png
|
||||
spawn: GoldOre1
|
||||
|
||||
- type: stack
|
||||
id: IronOre
|
||||
name: iron ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/iron.png
|
||||
spawn: IronOre1
|
||||
|
||||
- type: stack
|
||||
id: PhoronOre
|
||||
name: phoron ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/phoron.png
|
||||
spawn: PhoronOre1
|
||||
|
||||
- type: stack
|
||||
id: PlasmaOre
|
||||
name: plasma ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/plasma.png
|
||||
spawn: PlasmaOre1
|
||||
|
||||
- type: stack
|
||||
id: Sand
|
||||
name: sand
|
||||
icon: /Textures/Objects/Materials/ore.rsi/sand.png
|
||||
spawn: Sand1
|
||||
|
||||
- type: stack
|
||||
id: BlackSand
|
||||
name: black sand
|
||||
icon: /Textures/Objects/Materials/ore.rsi/sand_black.png
|
||||
spawn: SandBlack1
|
||||
|
||||
- type: stack
|
||||
id: SilverOre
|
||||
name: silver ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/silver.png
|
||||
spawn: SilverOre1
|
||||
|
||||
- type: stack
|
||||
id: Slag
|
||||
name: slag
|
||||
icon: /Textures/Objects/Materials/ore.rsi/slag.png
|
||||
spawn: Slag1
|
||||
|
||||
- type: stack
|
||||
id: TitaniumOre
|
||||
name: titanium ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/titanium.png
|
||||
spawn: TitaniumOre1
|
||||
|
||||
- type: stack
|
||||
id: UraniumOre
|
||||
name: uranium ore
|
||||
icon: /Textures/Objects/Materials/ore.rsi/titanium.png
|
||||
spawn: UraniumOre1
|
||||
5
Resources/Prototypes/Stacks/Materials/parts.yml
Normal file
5
Resources/Prototypes/Stacks/Materials/parts.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- type: stack
|
||||
id: MetalRod
|
||||
name: rods
|
||||
icon: /Textures/Objects/Materials/parts.rsi/rods.png
|
||||
spawn: PartRodMetal1
|
||||
@@ -1,61 +0,0 @@
|
||||
- type: stack
|
||||
id: Steel
|
||||
name: steel
|
||||
icon: "/Textures/Objects/Materials/sheets.rsi/metal.png"
|
||||
spawn: SteelSheet1
|
||||
|
||||
- type: stack
|
||||
id: Glass
|
||||
name: glass
|
||||
icon: "/Textures/Objects/Materials/sheets.rsi/glass.png"
|
||||
spawn: GlassSheet1
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedGlass
|
||||
name: reinforced glass
|
||||
|
||||
- type: stack
|
||||
id: Plasteel
|
||||
name: plasteel
|
||||
icon: "/Textures/Objects/Materials/sheets.rsi/plasteel.png"
|
||||
spawn: PlasteelSheet1
|
||||
|
||||
- type: stack
|
||||
id: Wood
|
||||
name: wood
|
||||
|
||||
- type: stack
|
||||
id: Plastic
|
||||
name: plastic
|
||||
|
||||
- type: stack
|
||||
id: Gold
|
||||
name: gold
|
||||
|
||||
- type: stack
|
||||
id: Plasma
|
||||
name: plasma
|
||||
icon: "/Textures/Objects/Materials/sheets.rsi/phoron.png"
|
||||
spawn: PlasmaStack1
|
||||
|
||||
- type: stack
|
||||
id: MetalRod
|
||||
name: metal rod
|
||||
icon: "/Textures/Objects/Materials/materials.rsi/rods.png"
|
||||
spawn: MetalRodStack1
|
||||
|
||||
- type: stack
|
||||
id: GoldStack1
|
||||
name: gold
|
||||
|
||||
- type: stack
|
||||
id: PlasmaStack1
|
||||
name: plasma
|
||||
|
||||
- type: stack
|
||||
id: WoodPlank1
|
||||
name: wood
|
||||
|
||||
- type: stack
|
||||
id: PlasticSheet1
|
||||
name: plastic
|
||||
Reference in New Issue
Block a user