From 82bf92f4e0dfe32ecd7e162bd327a3b060f8ed5b Mon Sep 17 00:00:00 2001 From: cynical Date: Fri, 23 Aug 2024 18:37:42 -0400 Subject: [PATCH] adds the short leash --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 3 ++- .../Prototypes/Floof/Entities/Objects/Tools/leash.yml | 11 +++++++++++ Resources/Prototypes/Floof/Recipes/Lathes/tools.yml | 9 +++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 87f88f236b1..9e018385ecb 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -163,6 +163,7 @@ - ClothingHeadHatWelding - CustomDrinkJug # FloofStation - LeashBasic # FloofStation + - ShortLeash # FloofStation - type: EmagLatheRecipes emagStaticRecipes: - CartridgePistol @@ -1461,4 +1462,4 @@ - type: MaterialStorage whitelist: tags: - - PrizeTicket \ No newline at end of file + - PrizeTicket diff --git a/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml b/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml index 5d09435d66f..45d080b601d 100644 --- a/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml +++ b/Resources/Prototypes/Floof/Entities/Objects/Tools/leash.yml @@ -24,6 +24,17 @@ detachDelay: 3 selfDetachDelay: 10 +- type: entity + id: ShortLeash + parent: BaseLeash + name: short leash + components: + - type: Leash + length: 1.5 + attachDelay: 4.5 + detachDelay: 3 + selfDetachDelay: 10 + - type: entity id: LeashAdvanced parent: LeashBasic diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml b/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml index 83e86c43658..69d3ecba2ac 100644 --- a/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Floof/Recipes/Lathes/tools.yml @@ -7,3 +7,12 @@ Plastic: 500 Steel: 75 +- type: latheRecipe + id: ShortLeash + result: ShortLeash + completetime: 2.5 + materials: + Cloth: 25 + Plastic: 300 + Steel: 50 +