init
This commit is contained in:
77
Prototypes/Reagents/Materials/glass.yml
Normal file
77
Prototypes/Reagents/Materials/glass.yml
Normal file
@@ -0,0 +1,77 @@
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Paul <ritter.paul1+git@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Paul Ritter <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Visne <39844191+Visne@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 AsikKEsel <115815982+AsikKEsel@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nairod <110078045+Nairodian@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 MACMAN2003 <macman2003c@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: material
|
||||
id: Glass
|
||||
stackEntity: SheetGlass1
|
||||
name: materials-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: glass }
|
||||
color: "#a8ccd7"
|
||||
price: 0.15 # $15 for one unit
|
||||
|
||||
- type: material
|
||||
id: ReinforcedGlass
|
||||
stackEntity: SheetRGlass1
|
||||
name: materials-reinforced-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rglass }
|
||||
color: "#549bb0"
|
||||
price: 0.225 # 1-0.5 mix of glass and metal.
|
||||
|
||||
- type: material
|
||||
id: PlasmaGlass
|
||||
stackEntity: SheetPGlass1
|
||||
name: materials-plasma-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: pglass }
|
||||
color: "#b35989"
|
||||
price: 0.50 # 1-1 mix of plasma and glass.
|
||||
|
||||
- type: material
|
||||
id: ReinforcedPlasmaGlass
|
||||
stackEntity: SheetRPGlass1
|
||||
name: materials-reinforced-plasma-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass }
|
||||
color: "#8c4069"
|
||||
price: 0.575 # 1-1-0.5 mix of plasma, glass, and metal.
|
||||
|
||||
- type: material
|
||||
id: BrassGlass
|
||||
stackEntity: SheetClockworkGlass1
|
||||
name: materials-clockwork-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: cglass }
|
||||
color: "#9b6f07"
|
||||
price: 0.225 # average of glass and brass.
|
||||
|
||||
- type: material
|
||||
id: UraniumGlass
|
||||
stackEntity: SheetUGlass1
|
||||
name: materials-uranium-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: uglass }
|
||||
color: "#3cab38"
|
||||
price: 1.0 # 1-1 mix of uranium and glass.
|
||||
|
||||
- type: material
|
||||
id: ReinforcedUraniumGlass
|
||||
stackEntity: SheetRUGlass1
|
||||
name: materials-reinforced-uranium-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: ruglass }
|
||||
color: "#2d872a"
|
||||
price: 1.075 # 2-2-1 mix of uranium, glass, and metal.
|
||||
175
Prototypes/Reagents/Materials/materials.yml
Normal file
175
Prototypes/Reagents/Materials/materials.yml
Normal file
@@ -0,0 +1,175 @@
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Paul <ritter.paul1+git@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Paul Ritter <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Visne <39844191+Visne@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Ed <96445749+TheShuEd@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Jeff <velcroboy333@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 MisterMecky <mrmecky@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 PixelTK <85175107+PixelTheKermit@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 RiceMar1244 <138547931+RiceMar1244@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Velcroboy <107660393+IamVelcroboy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 brainfood1183 <113240905+brainfood1183@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2024 Alzore <140123969+Blackern5000@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 yglop <95057024+yglop@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: material
|
||||
id: Biomass
|
||||
stackEntity: MaterialBiomass1
|
||||
name: materials-biomass
|
||||
unit: materials-unit-piece
|
||||
icon: { sprite: /Textures/Objects/Misc/monkeycube.rsi, state: cube }
|
||||
color: "#8A9A5B"
|
||||
price: 0.1
|
||||
|
||||
- type: material
|
||||
id: Cardboard
|
||||
stackEntity: MaterialCardboard1
|
||||
name: materials-cardboard
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard }
|
||||
color: "#70736c"
|
||||
price: 0.025
|
||||
|
||||
- type: material
|
||||
id: Cloth
|
||||
stackEntity: MaterialCloth1
|
||||
name: materials-cloth
|
||||
unit: materials-unit-roll
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cloth }
|
||||
color: "#e7e7de"
|
||||
price: 0.05
|
||||
|
||||
- type: material
|
||||
id: Durathread
|
||||
stackEntity: MaterialDurathread1
|
||||
name: materials-durathread
|
||||
# not exactly a sheet but its sprite suggests it cant be rolled like cloth
|
||||
unit: materials-unit-sheet
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: durathread }
|
||||
color: "#8291a1"
|
||||
price: 0.35 # 1-1 mix of plastic and cloth.
|
||||
|
||||
- type: material
|
||||
id: Paper
|
||||
stackEntity: SheetPaper1
|
||||
name: materials-paper
|
||||
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: paper }
|
||||
color: "#d9d9d9"
|
||||
price: 0.01 # it's paper bro what do you expect?
|
||||
|
||||
- type: material
|
||||
id: Plasma
|
||||
stackEntity: SheetPlasma1
|
||||
name: materials-plasma
|
||||
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: plasma }
|
||||
color: "#7e009e"
|
||||
price: 0.35 # $35 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Plastic
|
||||
stackEntity: SheetPlastic1
|
||||
name: materials-plastic
|
||||
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: plastic }
|
||||
color: "#d9d9d9"
|
||||
price: 0.20 # $20 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Wood
|
||||
stackEntity: MaterialWoodPlank1
|
||||
name: materials-wood
|
||||
unit: materials-unit-plank
|
||||
icon: { sprite: Objects/Materials/materials.rsi, state: wood }
|
||||
color: "#966F33"
|
||||
price: 0.10 # $10 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Uranium
|
||||
stackEntity: SheetUranium1
|
||||
name: materials-uranium
|
||||
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: uranium }
|
||||
color: "#32a852"
|
||||
price: 0.85 # $85 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Bananium
|
||||
stackEntity: MaterialBananium1
|
||||
name: materials-bananium
|
||||
unit: materials-unit-bunch
|
||||
icon: { sprite: Objects/Materials/materials.rsi, state: bananium }
|
||||
color: "#32a852"
|
||||
price: 1.0 # $100 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Meaterial # you can't take this pun from me
|
||||
name: materials-meat
|
||||
unit: materials-unit-slab
|
||||
icon: { sprite: Objects/Materials/Sheets/meaterial.rsi, state: meat }
|
||||
color: "#c53648"
|
||||
price: 0.05
|
||||
|
||||
- type: material
|
||||
id: WebSilk
|
||||
name: materials-web
|
||||
unit: materials-unit-web
|
||||
icon: { sprite: Objects/Materials/silk.rsi, state: icon }
|
||||
color: "#eeeeee" #eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
|
||||
price: 0 # Maybe better for it to be priceless, knowing how greedy cargo is.
|
||||
|
||||
- type: material
|
||||
id: Cotton
|
||||
name: materials-cotton
|
||||
unit: materials-unit-boll
|
||||
icon: { sprite: Objects/Materials/materials.rsi, state: cotton }
|
||||
color: "#cccccc"
|
||||
price: 0.01 #Who knew cotton was infinitely more valuable than silk
|
||||
|
||||
- type: material
|
||||
id: Bones
|
||||
name: materials-bones
|
||||
unit: materials-unit-piece
|
||||
icon: { sprite: Objects/Materials/materials.rsi, state: bones }
|
||||
color: "#896f5e"
|
||||
price: 0
|
||||
|
||||
- type: material
|
||||
id: Coal
|
||||
stackEntity: Coal1
|
||||
name: materials-coal
|
||||
unit: materials-unit-piece
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: coal }
|
||||
color: "#404040"
|
||||
price: 0.1 # $10 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Gunpowder
|
||||
name: materials-gunpowder
|
||||
unit: materials-unit-piece
|
||||
icon: { sprite: Objects/Misc/reagent_fillings.rsi, state: powderpile }
|
||||
color: "#A9A9A9"
|
||||
price: 0
|
||||
|
||||
- type: material
|
||||
id: Diamond
|
||||
stackEntity: MaterialDiamond1
|
||||
name: materials-diamond
|
||||
unit: materials-unit-piece
|
||||
icon: { sprite: Objects/Materials/materials.rsi, state: diamond }
|
||||
color: "#80ffff"
|
||||
price: 20 # big diamond gaslit us so hard diamonds actually became extremely rare
|
||||
63
Prototypes/Reagents/Materials/metals.yml
Normal file
63
Prototypes/Reagents/Materials/metals.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Paul <ritter.paul1+git@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Paul Ritter <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Morb <14136326+Morb0@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Visne <39844191+Visne@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2024 MACMAN2003 <macman2003c@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Ilya246 <57039557+Ilya246@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: material
|
||||
id: Steel
|
||||
stackEntity: SheetSteel1
|
||||
name: materials-steel
|
||||
icon: { sprite: Objects/Materials/Sheets/metal.rsi, state: steel }
|
||||
price: 0.15 # $15 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Gold
|
||||
stackEntity: IngotGold1
|
||||
name: materials-gold
|
||||
unit: materials-unit-bar
|
||||
icon: { sprite: Objects/Materials/ingots.rsi, state: gold }
|
||||
color: "#FFD700"
|
||||
price: 0.75 # $75 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Silver
|
||||
stackEntity: IngotSilver1
|
||||
name: materials-silver
|
||||
unit: materials-unit-bar
|
||||
icon: { sprite: Objects/Materials/ingots.rsi, state: silver }
|
||||
color: "#C0C0C0"
|
||||
price: 0.60 # $60 for 1 unit
|
||||
|
||||
- type: material
|
||||
id: Brass
|
||||
stackEntity: SheetBrass1
|
||||
name: materials-brass
|
||||
icon: { sprite: Objects/Materials/Sheets/metal.rsi, state: brass }
|
||||
color: "#b18b25"
|
||||
price: 0.20 # Goobstation - Cargo repricing
|
||||
|
||||
- type: material
|
||||
id: Plasteel
|
||||
stackEntity: SheetPlasteel1
|
||||
name: materials-plasteel
|
||||
icon: { sprite: Objects/Materials/Sheets/metal.rsi, state: plasteel }
|
||||
color: "#696969" #Okay, this is epic
|
||||
price: 0.3 # Goobstation - Cargo repricing
|
||||
86
Prototypes/Reagents/Materials/ores.yml
Normal file
86
Prototypes/Reagents/Materials/ores.yml
Normal file
@@ -0,0 +1,86 @@
|
||||
# SPDX-FileCopyrightText: 2024 Ed <96445749+TheShuEd@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Zadeon <loldude9000@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: material
|
||||
id: RawIron
|
||||
stackEntity: SteelOre1
|
||||
name: materials-raw-iron
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: iron }
|
||||
price: 0.05
|
||||
|
||||
- type: material
|
||||
id: RawQuartz
|
||||
stackEntity: SpaceQuartz1
|
||||
name: materials-raw-quartz
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: spacequartz }
|
||||
color: "#a8ccd7"
|
||||
price: 0.075
|
||||
|
||||
- type: material
|
||||
id: RawGold
|
||||
stackEntity: GoldOre1
|
||||
name: materials-raw-gold
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: gold }
|
||||
color: "#FFD700"
|
||||
price: 0.2
|
||||
|
||||
- type: material
|
||||
id: RawDiamond
|
||||
stackEntity: DiamondOre1
|
||||
name: materials-raw-diamond
|
||||
unit: materials-unit-piece
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: diamond }
|
||||
color: "#C9D8F2"
|
||||
price: 0.5
|
||||
|
||||
- type: material
|
||||
id: RawSilver
|
||||
stackEntity: SilverOre1
|
||||
name: materials-raw-silver
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: silver }
|
||||
color: "#C0C0C0"
|
||||
price: 0.15
|
||||
|
||||
- type: material
|
||||
id: RawPlasma
|
||||
stackEntity: PlasmaOre1
|
||||
name: materials-raw-plasma
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: plasma }
|
||||
color: "#7e009e"
|
||||
price: 0.2
|
||||
|
||||
- type: material
|
||||
id: RawUranium
|
||||
stackEntity: UraniumOre1
|
||||
name: materials-raw-uranium
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: uranium }
|
||||
color: "#32a852"
|
||||
price: 0.2
|
||||
|
||||
- type: material
|
||||
id: RawBananium
|
||||
stackEntity: BananiumOre1
|
||||
name: materials-raw-bananium
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: bananium }
|
||||
color: "#32a852"
|
||||
price: 0.2
|
||||
|
||||
- type: material
|
||||
id: RawSalt
|
||||
stackEntity: Salt1
|
||||
name: materials-raw-salt
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: Objects/Materials/ore.rsi, state: salt }
|
||||
color: "#f5e7d7"
|
||||
price: 0.075
|
||||
Reference in New Issue
Block a user