init
This commit is contained in:
61
Prototypes/Stacks/Materials/Sheets/glass.yml
Normal file
61
Prototypes/Stacks/Materials/Sheets/glass.yml
Normal file
@@ -0,0 +1,61 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 AsikKEsel <115815982+AsikKEsel@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MACMAN2003 <macman2003c@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: Glass
|
||||
name: stack-glass
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: glass }
|
||||
spawn: SheetGlass1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedGlass
|
||||
name: stack-reinforced-glass
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: rglass }
|
||||
spawn: SheetRGlass1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: PlasmaGlass
|
||||
name: stack-plasma-glass
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: pglass }
|
||||
spawn: SheetPGlass1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedPlasmaGlass
|
||||
name: stack-reinforced-plasma-glass
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: rpglass }
|
||||
spawn: SheetRPGlass1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: UraniumGlass
|
||||
name: stack-uranium-glass
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: uglass }
|
||||
spawn: SheetUGlass1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: ReinforcedUraniumGlass
|
||||
name: stack-reinforced-uranium-glass
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: ruglass }
|
||||
spawn: SheetRUGlass1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: ClockworkGlass
|
||||
name: stack-clockwork-glass
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/glass.rsi, state: cglass }
|
||||
spawn: SheetClockworkGlass1
|
||||
maxCount: 30
|
||||
33
Prototypes/Stacks/Materials/Sheets/metal.yml
Normal file
33
Prototypes/Stacks/Materials/Sheets/metal.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Jacob Tong <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MACMAN2003 <macman2003c@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: Steel
|
||||
name: stack-steel
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: steel }
|
||||
spawn: SheetSteel1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Plasteel
|
||||
name: stack-plasteel
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: plasteel }
|
||||
spawn: SheetPlasteel1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Brass
|
||||
name: stack-brass
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/metal.rsi, state: brass }
|
||||
spawn: SheetBrass1
|
||||
maxCount: 30
|
||||
38
Prototypes/Stacks/Materials/Sheets/other.yml
Normal file
38
Prototypes/Stacks/Materials/Sheets/other.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: Paper
|
||||
name: stack-paper
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: paper }
|
||||
spawn: SheetPaper1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Plasma
|
||||
name: stack-plasma
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: plasma }
|
||||
spawn: SheetPlasma1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Plastic
|
||||
name: stack-plastic
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: plastic }
|
||||
spawn: SheetPlastic1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Uranium
|
||||
name: stack-uranium
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/other.rsi, state: uranium }
|
||||
spawn: SheetUranium1
|
||||
maxCount: 30
|
||||
12
Prototypes/Stacks/Materials/crystals.yml
Normal file
12
Prototypes/Stacks/Materials/crystals.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# SPDX-FileCopyrightText: 2021 Alex Evgrashin <aevgrashin@yandex.ru>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: Telecrystal
|
||||
name: stack-telecrystal
|
||||
icon: Objects/Specific/Syndicate/telecrystal.rsi
|
||||
spawn: Telecrystal1
|
||||
24
Prototypes/Stacks/Materials/ingots.yml
Normal file
24
Prototypes/Stacks/Materials/ingots.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: Gold
|
||||
name: stack-gold
|
||||
icon: { sprite: "/Textures/Objects/Materials/ingots.rsi", state: gold }
|
||||
spawn: IngotGold1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Silver
|
||||
name: stack-silver
|
||||
icon: { sprite: "/Textures/Objects/Materials/ingots.rsi", state: silver }
|
||||
spawn: IngotSilver1
|
||||
maxCount: 30
|
||||
135
Prototypes/Stacks/Materials/materials.yml
Normal file
135
Prototypes/Stacks/Materials/materials.yml
Normal file
@@ -0,0 +1,135 @@
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Metal Gear Sloth <metalgearsloth@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Paul <ritter.paul1+git@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Paul Ritter <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2021 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moonheart08@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Rane <60792108+Elijahrane@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 MisterMecky <mrmecky@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 PixelTK <85175107+PixelTheKermit@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 brainfood1183 <113240905+brainfood1183@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@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 Ubaser <134914314+UbaserB@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: Biomass
|
||||
name: stack-biomass
|
||||
icon: { sprite: /Textures/Objects/Misc/monkeycube.rsi, state: cube }
|
||||
spawn: MaterialBiomass1
|
||||
maxCount: 100
|
||||
|
||||
- type: stack
|
||||
id: WoodPlank
|
||||
name: stack-wood-plank
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: wood }
|
||||
spawn: MaterialWoodPlank1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Cardboard
|
||||
name: stack-cardboard
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cardboard }
|
||||
spawn: MaterialCardboard1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Cloth
|
||||
name: stack-cloth
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cloth }
|
||||
spawn: MaterialCloth1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Durathread
|
||||
name: stack-durathread
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: durathread }
|
||||
spawn: MaterialDurathread1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Diamond
|
||||
name: stack-diamond
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: diamond }
|
||||
spawn: MaterialDiamond1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Cotton
|
||||
name: stack-cotton
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: cotton }
|
||||
spawn: MaterialCotton1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Pyrotton
|
||||
name: stack-pyrotton
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: pyrotton }
|
||||
spawn: MaterialPyrotton1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Bananium
|
||||
name: stack-bananium
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: bananium }
|
||||
spawn: MaterialBananium1
|
||||
maxCount: 10
|
||||
|
||||
- type: stack
|
||||
id: MeatSheets
|
||||
name: stack-meat-sheet
|
||||
icon: { sprite: /Textures/Objects/Materials/Sheets/meaterial.rsi, state: meat }
|
||||
spawn: MaterialSheetMeat1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: WebSilk
|
||||
name: stack-silk
|
||||
icon: { sprite: /Textures/Objects/Materials/silk.rsi, state: icon }
|
||||
spawn: MaterialWebSilk1
|
||||
maxCount: 50
|
||||
|
||||
- type: stack
|
||||
id: SpaceCarpTooth
|
||||
name: stack-space-carp-tooth
|
||||
icon: { sprite: /Textures/Objects/Materials/Mob/carptooth.rsi, state: tooth }
|
||||
spawn: MaterialToothSpaceCarp1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: SharkMinnowTooth
|
||||
name: stack-sharkminnow-tooth
|
||||
icon: { sprite: /Textures/Objects/Materials/Mob/sharktooth.rsi, state: tooth }
|
||||
spawn: MaterialToothSharkminnow1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Bones
|
||||
name: stack-bones
|
||||
icon: { sprite: /Textures/Objects/Materials/materials.rsi, state: bones }
|
||||
spawn: MaterialBones1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Gunpowder
|
||||
name: stack-gunpowder
|
||||
icon: { sprite: /Textures/Objects/Misc/reagent_fillings.rsi, state: powderpile }
|
||||
spawn: MaterialGunpowder
|
||||
maxCount: 60
|
||||
|
||||
- type: stack
|
||||
id: GoliathHide
|
||||
name: stack-goliath-hide
|
||||
icon: { sprite: /Textures/Objects/Materials/hide.rsi, state: goliath_hide }
|
||||
spawn: MaterialGoliathHide1
|
||||
maxCount: 30
|
||||
86
Prototypes/Stacks/Materials/ore.yml
Normal file
86
Prototypes/Stacks/Materials/ore.yml
Normal file
@@ -0,0 +1,86 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2022 Chris V <HoofedEar@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Jeff <velcroboy333@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Velcroboy <107660393+IamVelcroboy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 brainfood1183 <113240905+brainfood1183@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# 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: stack
|
||||
id: GoldOre
|
||||
name: stack-gold-ore
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: gold }
|
||||
spawn: GoldOre1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: DiamondOre
|
||||
name: stack-rough-diamond
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: diamond }
|
||||
spawn: DiamondOre1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: SteelOre
|
||||
name: stack-iron-ore
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: iron }
|
||||
spawn: SteelOre1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: PlasmaOre
|
||||
name: stack-plasma-ore
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: plasma }
|
||||
spawn: PlasmaOre1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: SilverOre
|
||||
name: stack-silver-ore
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: silver }
|
||||
spawn: SilverOre1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: SpaceQuartz
|
||||
name: stack-space-quartz
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: spacequartz }
|
||||
spawn: SpaceQuartz1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: UraniumOre
|
||||
name: stack-uranium-ore
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: uranium }
|
||||
spawn: UraniumOre1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: BananiumOre
|
||||
name: stack-bananium-ore
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: bananium }
|
||||
spawn: BananiumOre1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: Coal
|
||||
name: stack-coal
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: coal }
|
||||
spawn: Coal1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: SaltOre
|
||||
name: stack-salt
|
||||
icon: { sprite: /Textures/Objects/Materials/ore.rsi, state: salt }
|
||||
spawn: Salt1
|
||||
maxCount: 30
|
||||
14
Prototypes/Stacks/Materials/parts.yml
Normal file
14
Prototypes/Stacks/Materials/parts.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: MetalRod
|
||||
name: stack-rods
|
||||
icon: { sprite: /Textures/Objects/Materials/parts.rsi, state: rods }
|
||||
spawn: PartRodMetal1
|
||||
maxCount: 30
|
||||
100
Prototypes/Stacks/consumable_stacks.yml
Normal file
100
Prototypes/Stacks/consumable_stacks.yml
Normal file
@@ -0,0 +1,100 @@
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Paul Ritter <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Visne <39844191+Visne@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Goldminermac <112822310+Goldminermac@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 potato1234_x <79580518+potato1234x@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# Food
|
||||
|
||||
- type: stack
|
||||
id: Pancake
|
||||
name: stack-pancake
|
||||
spawn: FoodBakedPancake
|
||||
maxCount: 9
|
||||
|
||||
- type: stack
|
||||
id: PancakeBb
|
||||
name: stack-blueberry-pancake
|
||||
spawn: FoodBakedPancakeBb
|
||||
maxCount: 9
|
||||
|
||||
- type: stack
|
||||
id: PancakeCc
|
||||
name: stack-chocolate-chip-pancake
|
||||
spawn: FoodBakedPancakeCc
|
||||
maxCount: 9
|
||||
|
||||
# Food Containers
|
||||
|
||||
- type: stack
|
||||
id: PizzaBox
|
||||
name: stack-pizza-box
|
||||
icon: { sprite: Objects/Consumable/Food/Baked/pizza.rsi, state: box }
|
||||
spawn: FoodBoxPizza
|
||||
maxCount: 30
|
||||
|
||||
# Smokeables
|
||||
|
||||
- type: stack
|
||||
id: PaperRolling
|
||||
name: stack-rolling-paper
|
||||
icon: { sprite: /Textures/Objects/Consumable/Smokeables/Cigarettes/paper.rsi, state: cigpaper }
|
||||
spawn: PaperRolling
|
||||
maxCount: 5
|
||||
|
||||
- type: stack
|
||||
id: CigaretteFilter
|
||||
name: stack-cigarette-filter
|
||||
icon: { sprite: /Textures/Objects/Consumable/Smokeables/Cigarettes/paper.rsi, state: cigfilter }
|
||||
spawn: CigaretteFilter
|
||||
maxCount: 5
|
||||
|
||||
- type: stack
|
||||
id: GroundTobacco
|
||||
name: stack-ground-tobacco
|
||||
icon: { sprite: /Textures/Objects/Misc/reagent_fillings.rsi, state: powderpile }
|
||||
spawn: GroundTobacco
|
||||
maxCount: 5
|
||||
|
||||
- type: stack
|
||||
id: GroundCannabis
|
||||
name: stack-ground-cannabis
|
||||
icon: { sprite: /Textures/Objects/Misc/reagent_fillings.rsi, state: powderpile }
|
||||
spawn: GroundCannabis
|
||||
maxCount:
|
||||
|
||||
- type: stack
|
||||
id: GroundCannabisRainbow
|
||||
name: stack-ground-rainbow-cannabis
|
||||
icon: { sprite: /Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: powderpile_rainbow }
|
||||
spawn: GroundCannabisRainbow
|
||||
maxCount:
|
||||
|
||||
- type: stack
|
||||
id: LeavesTobaccoDried
|
||||
name: stack-dried-tobacco-leaves
|
||||
icon: { sprite: /Textures/Objects/Specific/Hydroponics/tobacco.rsi, state: dried }
|
||||
spawn: LeavesTobaccoDried
|
||||
maxCount: 5
|
||||
|
||||
- type: stack
|
||||
id: LeavesCannabisDried
|
||||
name: stack-dried-cannabis-leaves
|
||||
icon: { sprite: /Textures/Objects/Specific/Hydroponics/tobacco.rsi, state: dried }
|
||||
spawn: LeavesCannabisDried
|
||||
maxCount: 5
|
||||
|
||||
- type: stack
|
||||
id: LeavesCannabisRainbowDried
|
||||
name: stack-dried-rainbow-cannabis-leaves
|
||||
icon: { sprite: /Textures/Objects/Specific/Hydroponics/rainbow_cannabis.rsi, state: dried }
|
||||
spawn: LeavesCannabisRainbowDried
|
||||
20
Prototypes/Stacks/engineering_stacks.yml
Normal file
20
Prototypes/Stacks/engineering_stacks.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# SPDX-FileCopyrightText: 2021 ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Fishfish458 <47410468+Fishfish458@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 fishfish458 <fishfish458>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
# they're uninflated by default so they're tiny
|
||||
- type: stack
|
||||
id: InflatableWall
|
||||
name: stack-inflatable-wall
|
||||
spawn: InflatableWallStack1
|
||||
maxCount: 10
|
||||
|
||||
- type: stack
|
||||
id: InflatableDoor
|
||||
name: stack-inflatable-door
|
||||
spawn: InflatableDoorStack1
|
||||
maxCount: 4
|
||||
754
Prototypes/Stacks/floor_tile_stacks.yml
Normal file
754
Prototypes/Stacks/floor_tile_stacks.yml
Normal file
@@ -0,0 +1,754 @@
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Swept <sweptwastaken@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2022 Mervill <mervills.email@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Moony <moony@hellomouse.net>
|
||||
# SPDX-FileCopyrightText: 2022 Paul Ritter <ritter.paul1@googlemail.com>
|
||||
# SPDX-FileCopyrightText: 2022 Peptide90 <78795277+Peptide90@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 brainfood1183 <113240905+brainfood1183@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Kara <lunarautomaton6@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 NULL882 <104377798+NULL882@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 PixelTK <85175107+PixelTheKermit@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM <AJCM@tutanota.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Aiden <aiden@djkraz.com>
|
||||
# SPDX-FileCopyrightText: 2024 Alex Evgrashin <aevgrashin@yandex.ru>
|
||||
# SPDX-FileCopyrightText: 2024 Alex Pavlenko <diraven@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Alice "Arimah" Heurlin <30327355+arimah@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 ArkiveDev <95712736+ArkiveDev@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Boaz1111 <149967078+Boaz1111@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Cojoke <83733158+Cojoke-dot@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Doomsdrayk <robotdoughnut@comcast.net>
|
||||
# SPDX-FileCopyrightText: 2024 DrEnzyme <DrEnzyme@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 DrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ed <96445749+TheShuEd@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Elysium206 <151651971+Elysium206@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Emisse <99158783+Emisse@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Eoin Mcloughlin <helloworld@eoinrul.es>
|
||||
# SPDX-FileCopyrightText: 2024 Errant <35878406+Errant-4@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Flareguy <78941145+Flareguy@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Floofi <126319569+Shadowtheprotogen546@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ghagliiarghii <68826635+Ghagliiarghii@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 HS <81934438+HolySSSS@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 K-Dynamic <20566341+K-Dynamic@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Kevin Zheng <kevinz5000@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ko4ergaPunk <62609550+Ko4ergaPunk@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MACMAN2003 <macman2003c@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 MetalSage <74924875+MetalSage@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MetalSage <metalsage.official@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 MilenVolf <63782763+MilenVolf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Mr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 MureixloI <132683811+MureixloI@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 PJBot <pieterjan.briers+bot@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Partmedia <kevinz5000@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Plykiya <58439124+Plykiya@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ps3Moira <113228053+ps3moira@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Redfire1331 <125223432+Redfire1331@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Rouge2t7 <81053047+Sarahon@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 TakoDragon <69509841+BackeTako@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Tayrtahn <tayrtahn@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 Truoizys <153248924+Truoizys@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 TsjipTsjip <19798667+TsjipTsjip@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Ubaser <134914314+UbaserB@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Vasilis <vasilis@pikachu.systems>
|
||||
# SPDX-FileCopyrightText: 2024 WarMechanic <69510347+WarMechanic@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 beck-thompson <107373427+beck-thompson@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deathride58 <deathride58@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 deltanedas <@deltanedas:kde.org>
|
||||
# SPDX-FileCopyrightText: 2024 eoineoineoin <github@eoinrul.es>
|
||||
# SPDX-FileCopyrightText: 2024 github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 lzk <124214523+lzk228@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 marbow <152051971+marboww@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 metalgearsloth <comedian_vs_clown@hotmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 mhamster <81412348+mhamsterr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 neutrino <67447925+neutrino-laser@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 osjarw <62134478+osjarw@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 plykiya <plykiya@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2024 redfire1331 <Redfire1331@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 slarticodefast <161409025+slarticodefast@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Арт <123451459+JustArt1m@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Ertanic <36124833+Ertanic@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me>
|
||||
# SPDX-FileCopyrightText: 2025 SX-7 <sn1.test.preria.2002@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2025 Southbridge <7013162+southbridge-fur@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Thomas <87614336+Aeshus@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 TytosB <dunlaintytos@yahoo.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDark
|
||||
name: stack-dark-tile
|
||||
spawn: FloorTileItemDark
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkDiagonalMini
|
||||
name: stack-dark-steel-diagonal-mini-tile
|
||||
spawn: FloorTileItemDarkDiagonalMini
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkDiagonal
|
||||
name: stack-dark-steel-diagonal-tile
|
||||
spawn: FloorTileItemDarkDiagonal
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkHerringbone
|
||||
name: stack-dark-steel-herringbone
|
||||
spawn: FloorTileItemDarkHerringbone
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkMini
|
||||
name: stack-dark-steel-mini-tile
|
||||
spawn: FloorTileItemDarkMini
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkMono
|
||||
name: stack-dark-steel-mono-tile
|
||||
spawn: FloorTileItemDarkMono
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkPavement
|
||||
name: stack-dark-steel-pavement
|
||||
spawn: FloorTileItemDarkPavement
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkPavementVertical
|
||||
name: stack-dark-steel-vertical-pavement
|
||||
spawn: FloorTileItemDarkPavementVertical
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkOffset
|
||||
name: stack-offset-dark-steel-tile
|
||||
spawn: FloorTileItemDarkOffset
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteel
|
||||
name: stack-steel-tile
|
||||
spawn: FloorTileItemSteel
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelOffset
|
||||
name: stack-offset-steel-tile
|
||||
spawn: FloorTileItemSteelOffset
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelDiagonalMini
|
||||
name: stack-steel-diagonal-mini-tile
|
||||
spawn: FloorTileItemSteelDiagonalMini
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelDiagonal
|
||||
name: stack-steel-diagonal-tile
|
||||
spawn: FloorTileItemSteelDiagonal
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelHerringbone
|
||||
name: stack-steel-herringbone
|
||||
spawn: FloorTileItemSteelHerringbone
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelMini
|
||||
name: stack-steel-mini-tile
|
||||
spawn: FloorTileItemSteelMini
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelMono
|
||||
name: stack-steel-mono-tile
|
||||
spawn: FloorTileItemSteelMono
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelPavement
|
||||
name: stack-steel-pavement
|
||||
spawn: FloorTileItemSteelPavement
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelPavementVertical
|
||||
name: stack-steel-vertical-pavement
|
||||
spawn: FloorTileItemSteelPavementVertical
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhite
|
||||
name: stack-white-tile
|
||||
spawn: FloorTileItemWhite
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhiteOffset
|
||||
name: stack-offset-white-steel-tile
|
||||
spawn: FloorTileItemWhiteOffset
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhiteDiagonalMini
|
||||
name: stack-white-steel-diagonal-mini-tile
|
||||
spawn: FloorTileItemWhiteDiagonalMini
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhiteDiagonal
|
||||
name: stack-white-steel-diagonal-tile
|
||||
spawn: FloorTileItemWhiteDiagonal
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhiteHerringbone
|
||||
name: stack-white-steel-herringbone
|
||||
spawn: FloorTileItemWhiteHerringbone
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhiteMini
|
||||
name: stack-white-steel-mini-tile
|
||||
spawn: FloorTileItemWhiteMini
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhiteMono
|
||||
name: stack-white-steel-mono-tile
|
||||
spawn: FloorTileItemWhiteMono
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhitePavement
|
||||
name: stack-white-steel-pavement
|
||||
spawn: FloorTileItemWhitePavement
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhitePavementVertical
|
||||
name: stack-white-steel-vertical-pavement
|
||||
spawn: FloorTileItemWhitePavementVertical
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelCheckerDark
|
||||
name: stack-steel-dark-checker-tile
|
||||
spawn: FloorTileItemSteelCheckerDark
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelCheckerLight
|
||||
name: stack-steel-light-checker-tile
|
||||
spawn: FloorTileItemSteelCheckerLight
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMetalDiamond
|
||||
name: stack-steel-tile
|
||||
spawn: FloorTileItemMetalDiamond
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWood
|
||||
name: stack-wood-floor
|
||||
spawn: FloorTileItemWood
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileTechmaint
|
||||
name: stack-techmaint-floor
|
||||
spawn: FloorTileItemTechmaint
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileTechmaintDark
|
||||
name: stack-techmaint-floor-dark
|
||||
spawn: FloorTileItemTechmaintDark
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileFreezer
|
||||
name: stack-freezer-tile
|
||||
spawn: FloorTileItemFreezer
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileShowroom
|
||||
name: stack-showroom-tile
|
||||
spawn: FloorTileItemShowroom
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGCircuit
|
||||
name: stack-green-circuit-floor
|
||||
spawn: FloorTileItemGCircuit
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGold
|
||||
name: stack-gold-floor
|
||||
spawn: FloorTileItemGold
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMono
|
||||
name: stack-mono-tile
|
||||
spawn: FloorTileItemMono
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileBrassFilled
|
||||
name: stack-filled-brass-plate
|
||||
spawn: FloorTileItemBrassFilled
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileBrassReebe
|
||||
name: stack-smooth-brass-plate
|
||||
spawn: FloorTileItemBrassReebe
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileLino
|
||||
name: stack-linoleum-floor
|
||||
spawn: FloorTileItemLino
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileHydro
|
||||
name: stack-hydro-tile
|
||||
spawn: FloorTileItemHydro
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileLime
|
||||
name: stack-lime-tile
|
||||
spawn: FloorTileItemLime
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDirty
|
||||
name: stack-dirty-tile
|
||||
spawn: FloorTileItemDirty
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleWhite
|
||||
name: stack-white-shuttle-tile
|
||||
spawn: FloorTileItemShuttleWhite
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleBlue
|
||||
name: stack-blue-shuttle-tile
|
||||
spawn: FloorTileItemShuttleBlue
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleOrange
|
||||
name: stack-orange-shuttle-tile
|
||||
spawn: FloorTileItemShuttleOrange
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttlePurple
|
||||
name: stack-purple-shuttle-tile
|
||||
spawn: FloorTileItemShuttlePurple
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleRed
|
||||
name: stack-red-shuttle-tile
|
||||
spawn: FloorTileItemShuttleRed
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleGrey
|
||||
name: stack-grey-shuttle-tile
|
||||
spawn: FloorTileItemShuttleGrey
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackShuttleBlack
|
||||
name: stack-black-shuttle-tile
|
||||
spawn: FloorTileItemShuttleBlack
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackEighties
|
||||
name: stack-eighties-floor-tile
|
||||
spawn: FloorTileItemEighties
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackArcadeBlue
|
||||
name: stack-blue-arcade-tile
|
||||
spawn: FloorTileItemArcadeBlue
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackArcadeBlue2
|
||||
name: stack-blue-arcade-tile
|
||||
spawn: FloorTileItemArcadeBlue2
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackArcadeRed
|
||||
name: stack-red-arcade-tile
|
||||
spawn: FloorTileItemArcadeRed
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetRed
|
||||
name: stack-red-carpet-tile
|
||||
spawn: FloorCarpetItemRed
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetBlack
|
||||
name: stack-black-carpet-tile
|
||||
spawn: FloorCarpetItemBlack
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetBlue
|
||||
name: stack-blue-carpet-tile
|
||||
spawn: FloorCarpetItemBlue
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetGreen
|
||||
name: stack-green-carpet-tile
|
||||
spawn: FloorCarpetItemGreen
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetOrange
|
||||
name: stack-orange-carpet-tile
|
||||
spawn: FloorCarpetItemOrange
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetSkyBlue
|
||||
name: stack-skyblue-carpet-tile
|
||||
spawn: FloorCarpetItemSkyBlue
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetPurple
|
||||
name: stack-purple-carpet-tile
|
||||
spawn: FloorCarpetItemPurple
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetPink
|
||||
name: stack-pink-carpet-tile
|
||||
spawn: FloorCarpetItemPink
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetCyan
|
||||
name: stack-cyan-carpet-tile
|
||||
spawn: FloorCarpetItemCyan
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorCarpetWhite
|
||||
name: stack-white-carpet-tile
|
||||
spawn: FloorCarpetItemWhite
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackCarpetClown
|
||||
name: stack-clown-carpet-tile
|
||||
spawn: FloorTileItemCarpetClown
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackCarpetOffice
|
||||
name: stack-office-carpet-tile
|
||||
spawn: FloorTileItemCarpetOffice
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackBoxing
|
||||
name: stack-boxing-ring-tile
|
||||
spawn: FloorTileItemBoxing
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileStackGym
|
||||
name: stack-gym-floor-tile
|
||||
spawn: FloorTileItemGym
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileElevatorShaft
|
||||
name: stack-elevator-shaft-tile
|
||||
spawn: FloorTileItemElevatorShaft
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileRockVault
|
||||
name: stack-rock-vault-tile
|
||||
spawn: FloorTileItemRockVault
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileBlue
|
||||
name: stack-blue-floor-tile
|
||||
spawn: FloorTileItemBlue
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMining
|
||||
name: stack-mining-floor-tile
|
||||
spawn: FloorTileItemMining
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMiningDark
|
||||
name: stack-dark-mining-floor-tile
|
||||
spawn: FloorTileItemMiningDark
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMiningLight
|
||||
name: stack-light-mining-floor-tile
|
||||
spawn: FloorTileItemMiningLight
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileBar
|
||||
name: stack-item-bar-floor-tile
|
||||
spawn: FloorTileItemBar
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileClown
|
||||
name: stack-clown-floor-tile
|
||||
spawn: FloorTileItemClown
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMime
|
||||
name: stack-mime-floor-tile
|
||||
spawn: FloorTileItemMime
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileKitchen
|
||||
name: stack-kitchen-floor-tile
|
||||
spawn: FloorTileItemKitchen
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileLaundry
|
||||
name: stack-laundry-floor-tile
|
||||
spawn: FloorTileItemLaundry
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileConcrete
|
||||
name: stack-concrete-tile
|
||||
spawn: FloorTileItemGrayConcrete
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileConcreteMono
|
||||
name: stack-concrete-mono-tile
|
||||
spawn: FloorTileItemConcreteMono
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileConcreteSmooth
|
||||
name: stack-concrete-smooth
|
||||
spawn: FloorTileItemConcreteSmooth
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGrayConcrete
|
||||
name: stack-gray-concrete-tile
|
||||
spawn: FloorTileItemGrayConcrete
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGrayConcreteMono
|
||||
name: stack-gray-concrete-mono-tile
|
||||
spawn: FloorTileItemGrayConcreteMono
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGrayConcreteSmooth
|
||||
name: stack-gray-concrete-smooth
|
||||
spawn: FloorTileItemGrayConcreteSmooth
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileOldConcrete
|
||||
name: stack-old-concrete-tile
|
||||
spawn: FloorTileItemOldConcrete
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileOldConcreteMono
|
||||
name: stack-old-concrete-mono-tile
|
||||
spawn: FloorTileItemOldConcreteMono
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileOldConcreteSmooth
|
||||
name: stack-old-concrete-smooth
|
||||
spawn: FloorTileItemOldConcreteSmooth
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSilver
|
||||
name: stack-silver-floor-tile
|
||||
spawn: FloorTileItemSilver
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileBCircuit
|
||||
name: stack-bcircuit-floor-tile
|
||||
spawn: FloorTileItemBCircuit
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileRCircuit
|
||||
name: stack-red-circuit-floor
|
||||
spawn: FloorTileItemRCircuit
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGrass
|
||||
name: stack-grass-floor-tile
|
||||
spawn: FloorTileItemGrass
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGrassJungle
|
||||
name: stack-grass-jungle-floor-tile
|
||||
spawn: FloorTileItemGrassJungle
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSnow
|
||||
name: stack-snow-floor-tile
|
||||
spawn: FloorTileItemSnow
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWoodPattern
|
||||
name: stack-wood-patter-floor
|
||||
spawn: FloorTileItemWoodPattern
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileFlesh
|
||||
name: stack-flesh-floor
|
||||
spawn: FloorTileItemFlesh
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileSteelMaint
|
||||
name: stack-steel-maint-floor
|
||||
spawn: FloorTileItemSteelMaint
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileGratingMaint
|
||||
name: stack-grating-maint-floor
|
||||
spawn: FloorTileItemGratingMaint
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWeb
|
||||
name: stack-web-tile
|
||||
spawn: FloorTileItemWeb
|
||||
maxCount: 30
|
||||
|
||||
# Faux science tiles
|
||||
- type: stack
|
||||
id: FloorTileAstroGrass
|
||||
name: stack-astro-grass-floor
|
||||
spawn: FloorTileItemAstroGrass
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileMowedAstroGrass
|
||||
name: stack-mowed-astro-grass-floor
|
||||
spawn: FloorTileItemMowedAstroGrass
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileJungleAstroGrass
|
||||
name: stack-jungle-astro-grass-floor
|
||||
spawn: FloorTileItemJungleAstroGrass
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileAstroIce
|
||||
name: stack-astro-ice-floor
|
||||
spawn: FloorTileItemAstroIce
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileAstroSnow
|
||||
name: stack-astro-snow-floor
|
||||
spawn: FloorTileItemAstroSnow
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileAstroAsteroidSand
|
||||
name: stack-asteroid-astro-sand-floor
|
||||
spawn: FloorTileItemAstroAsteroidSand
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWoodLarge
|
||||
name: stack-large-wood-floor
|
||||
spawn: FloorTileItemWoodLarge
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileWhiteMarble
|
||||
name: stack-white-marble-floor
|
||||
spawn: FloorTileItemWhiteMarble
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileDarkMarble
|
||||
name: stack-dark-marble-floor
|
||||
spawn: FloorTileItemDarkMarble
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTilePlasmaMarble
|
||||
name: stack-plasma-marble-floor
|
||||
spawn: FloorTileItemPlasmaMarble
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: FloorTileUraniumMarble
|
||||
name: stack-uranium-marble-floor
|
||||
spawn: FloorTileItemUraniumMarble
|
||||
maxCount: 30
|
||||
63
Prototypes/Stacks/medical_stacks.yml
Normal file
63
Prototypes/Stacks/medical_stacks.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
# SPDX-FileCopyrightText: 2021 DrSmugleaf <DrSmugleaf@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2021 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Linus Wacker <70486856+SirDragooon@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Arendian <137322659+Arendian@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2023 Whisper <121047731+QuietlyWhisper@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Piras314 <p1r4s@proton.me>
|
||||
# SPDX-FileCopyrightText: 2024 Tmanzxd <164098915+Tmanzxd@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: Ointment
|
||||
name: stack-ointment
|
||||
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: ointment }
|
||||
spawn: Ointment
|
||||
maxCount: 15 #Was 10, bumped up due to Shitmed changes. (Goobstation)
|
||||
|
||||
- type: stack
|
||||
id: AloeCream
|
||||
name: stack-aloe-cream
|
||||
icon: { sprite: "/Textures/Objects/Specific/Hydroponics/aloe.rsi", state: cream }
|
||||
spawn: AloeCream
|
||||
maxCount: 15 #Was 10, bumped up due to Shitmed changes. (Goobstation)
|
||||
|
||||
- type: stack
|
||||
id: Gauze
|
||||
name: stack-gauze
|
||||
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: gauze }
|
||||
spawn: Gauze
|
||||
maxCount: 15 #Was 10, bumped up due to Shitmed changes. (Goobstation)
|
||||
|
||||
- type: stack
|
||||
id: Brutepack
|
||||
name: stack-brutepack
|
||||
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: gauze }
|
||||
spawn: Brutepack
|
||||
maxCount: 15 #Was 10, bumped up due to Shitmed changes. (Goobstation)
|
||||
|
||||
- type: stack
|
||||
id: Bloodpack
|
||||
name: stack-bloodpack
|
||||
icon: { sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: bloodpack }
|
||||
spawn: Bloodpack
|
||||
maxCount: 15 #Was 10, bumped up due to Shitmed changes. (Goobstation)
|
||||
|
||||
- type: stack
|
||||
id: MedicatedSuture
|
||||
name: stack-medicated-suture
|
||||
icon: {sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: medicated-suture }
|
||||
spawn: MedicatedSuture
|
||||
maxCount: 15 #Was 10, bumped up due to Shitmed changes. (Goobstation)
|
||||
|
||||
- type: stack
|
||||
id: RegenerativeMesh
|
||||
name: stack-regenerative-mesh
|
||||
icon: {sprite: "/Textures/Objects/Specific/Medical/medical.rsi", state: regenerative-mesh}
|
||||
spawn: RegenerativeMesh
|
||||
maxCount: 15 #Was 10, bumped up due to Shitmed changes. (Goobstation)
|
||||
33
Prototypes/Stacks/power_stacks.yml
Normal file
33
Prototypes/Stacks/power_stacks.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
# SPDX-FileCopyrightText: 2021 20kdc <asdd2808@gmail.com>
|
||||
# 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 Vera Aguilera Puerto <gradientvera@outlook.com>
|
||||
# SPDX-FileCopyrightText: 2021 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2022 Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2023 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: Cable
|
||||
name: stack-lv-cable
|
||||
icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coil-30 }
|
||||
spawn: CableApcStack1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CableMV
|
||||
name: stack-mv-cable
|
||||
icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coilmv-30 }
|
||||
spawn: CableMVStack1
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CableHV
|
||||
name: stack-hv-cable
|
||||
icon: { sprite: "/Textures/Objects/Tools/cable-coils.rsi", state: coilhv-30 }
|
||||
spawn: CableHVStack1
|
||||
maxCount: 30
|
||||
21
Prototypes/Stacks/science_stacks.yml
Normal file
21
Prototypes/Stacks/science_stacks.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
# SPDX-FileCopyrightText: 2023 cOrigin <96662984+c0rigin@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 AJCM-git <60196617+AJCM-git@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2024 TheWaffleJesus <106146578+TheWaffleJesus@users.noreply.github.com>
|
||||
# SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
- type: stack
|
||||
id: ArtifactFragment
|
||||
name: stack-artifact-fragment
|
||||
spawn: ArtifactFragment1
|
||||
maxCount: 30
|
||||
|
||||
|
||||
- type: stack
|
||||
id: Manipulator
|
||||
name: stack-micro-manipulator
|
||||
icon: { sprite: /Textures/Objects/Misc/stock_parts.rsi, state: micro_mani }
|
||||
spawn: MicroManipulatorStockPart
|
||||
maxCount: 10
|
||||
Reference in New Issue
Block a user