From 481b47bf1247a0d6d33828ebb7edccbaa9e22103 Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Mon, 17 Jun 2024 07:14:33 +0100 Subject: [PATCH 1/2] make void jetpack REable --- Resources/Prototypes/DeltaV/Recipes/Lathes/devices.yml | 10 ++++++++++ .../Prototypes/Entities/Objects/Tools/jetpacks.yml | 4 ++++ .../Prototypes/Entities/Structures/Machines/lathe.yml | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Recipes/Lathes/devices.yml diff --git a/Resources/Prototypes/DeltaV/Recipes/Lathes/devices.yml b/Resources/Prototypes/DeltaV/Recipes/Lathes/devices.yml new file mode 100644 index 00000000000..1f0b51f7602 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Recipes/Lathes/devices.yml @@ -0,0 +1,10 @@ +- type: latheRecipe + id: JetpackVoid + result: JetpackVoid + completetime: 15 + materials: + Steel: 3000 + Glass: 1500 + Plastic: 1000 + Gold: 300 + Silver: 800 diff --git a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml index 257025ff850..5b1ef6690c3 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jetpacks.yml @@ -276,6 +276,10 @@ - Back - suitStorage - Belt + - type: ReverseEngineering # DeltaV - make void jetpack RE'able + difficulty: 4 + recipes: + - JetpackVoid # Filled void - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index ce5c7780c25..c7d75c80132 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -647,6 +647,9 @@ - JetpackBlue - JetpackMini # End Nyano additions + # Begin DeltaV additions + - JetpackVoid + # End DeltaV additions - type: MaterialStorage whitelist: tags: From 9acfad881bfd9edd15bba4a81b0ba01d2a47fe3b Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Mon, 17 Jun 2024 08:18:35 +0100 Subject: [PATCH 2/2] rerun