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
|
||||
Reference in New Issue
Block a user