From f5f5eebeeeee005a955ebd2814b4b9d6204e72ef Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Wed, 13 Mar 2024 01:21:51 -0500 Subject: [PATCH] Add fancy table spawner (#26044) * Add fancy table spawner * fix icon --------- Co-authored-by: Jeff --- .../Markers/Spawners/Random/fancytables.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Resources/Prototypes/Entities/Markers/Spawners/Random/fancytables.yml diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/fancytables.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/fancytables.yml new file mode 100644 index 0000000000..274db34437 --- /dev/null +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/fancytables.yml @@ -0,0 +1,22 @@ +- type: entity + name: random fancy table spawner + id: FancyTableSpawner + parent: MarkerBase + components: + - type: Sprite + layers: + - state: red + - sprite: Structures/Furniture/Tables/Fancy/blue.rsi + state: full + - type: RandomSpawner + prototypes: + - TableFancyBlue + - TableFancyCyan + - TableFancyBlack + - TableFancyRed + - TableFancyPurple + - TableFancyPink + - TableFancyGreen + - TableFancyOrange + - TableFancyWhite + offset: 0.0 -- 2.51.2