From 1d5c85d886489e00e8c14dab1ab6ad48b5ee590d Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Tue, 26 Sep 2023 05:09:39 +0200 Subject: [PATCH] Add the fox toys into the spawners (#37) Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> --- Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml | 2 ++ .../Entities/Objects/Consumable/Food/Containers/box.yml | 4 ++++ Resources/Prototypes/Entities/Objects/Decoration/present.yml | 4 ++++ .../Entities/Structures/Machines/Computers/arcades.yml | 2 ++ 4 files changed, 12 insertions(+) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml index cf870daf542..908e89cc46f 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/toy.yml @@ -70,6 +70,8 @@ - ToyDurand - ToySkeleton - MysteryFigureBox + - ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml chance: 0.5 offset: 0.2 diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml index 4d7c06cd434..990a6815616 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml @@ -671,3 +671,7 @@ - id: GoldenBikeHorn prob: 0.1 orGroup: GiftPool + - id: ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + orGroup: GiftPool + - id: ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + orGroup: GiftPool diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index 6241b93f91e..478e5d8401a 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -367,6 +367,10 @@ orGroup: GiftPool - id: RGBStaff orGroup: GiftPool + - id: ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + orGroup: GiftPool + - id: ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + orGroup: GiftPool sound: path: /Audio/Effects/unwrap.ogg diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml index b3463f12449..808f2d1d660 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml @@ -85,6 +85,8 @@ - BeachBall - PlushieMoth - PlushieHampter + - ToyRenault # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml + - ToySiobhan # DeltaV Toy, see Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml - type: WiresPanel - type: Wires LayoutId: Arcade