From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:44:41 +0000 (+1100) Subject: Artistic toolbox fill (#22552) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d9db53f1676f1b964a429a7bcacad3cdabed6c91;p=space-station-14.git Artistic toolbox fill (#22552) * add * spawn * Update toolboxes.yml --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> --- diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index 37642106e1..6cae786bd0 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml @@ -61,6 +61,27 @@ - id: CableHVStack10 orGroup: GlovesOrWires +- type: entity + id: ToolboxArtisticFilled + name: artistic toolbox + suffix: Filled + parent: ToolboxArtistic + components: + - type: StorageFill + contents: + - id: CrayonBox + - id: Paper + amount: 3 + - id: Pen + - id: MysteryFigureBox + prob: 0.5 + - id: MysteryFigureBox + prob: 0.5 + - id: BookRandom + amount: 2 + - id: CrayonMime + - id: CrayonRainbow + - type: entity id: ToolboxMechanicalFilled name: mechanical toolbox diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 07b304ba30..064c3d25a7 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -142,6 +142,7 @@ - YellowOxygenTankFilled - DoubleEmergencyOxygenTankFilled - ToolboxEmergencyFilled + - ToolboxArtisticFilled - NitrogenTankFilled - DoubleEmergencyNitrogenTankFilled - ToolboxElectricalFilled