From 1d4df2606d2c2c4dbf3544dfcb6135fc0b36b762 Mon Sep 17 00:00:00 2001 From: MehimoNemo <22804739+MehimoNemo@users.noreply.github.com> Date: Tue, 6 Apr 2021 14:06:24 -0500 Subject: [PATCH] +3 lathe recipes 8===D (#3812) * Adds some lathe recipes for a few circuit boards Does this mean I can call myself a video game dev now. Recipes can be tweaked and stuff if needed Issue #3544 Lathe stuff :) * Big Huge Changes To Lathe Makes lathe able to craft 3 circuit boards * +3 Circuit Boards to electromag research * fixes icon sprites * fixes textures for realsies * Update Changelog.yml * Unfucked changelog I guess it's automatic * Revert "Unfucked changelog" This reverts commit b877188b1fc7928d618f27ef5a8d2c4b6d011523. * Revert "Update Changelog.yml" This reverts commit d31ef05b11d72f6781f563658e24083b8a14019d. * Tweaked resource costs --- .../Catalog/Research/technologies.yml | 3 +++ .../Entities/Constructible/Power/lathe.yml | 3 +++ .../Prototypes/Recipes/Lathes/electronics.yml | 26 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 Resources/Prototypes/Recipes/Lathes/electronics.yml diff --git a/Resources/Prototypes/Catalog/Research/technologies.yml b/Resources/Prototypes/Catalog/Research/technologies.yml index 9fa5a419bc..6f0de1a626 100644 --- a/Resources/Prototypes/Catalog/Research/technologies.yml +++ b/Resources/Prototypes/Catalog/Research/technologies.yml @@ -196,6 +196,9 @@ - CableStack - LightTube - LightBulb + - FirelockElectronics + - DoorElectronics + - APCElectronics # Bluespace Theory Technology Tree diff --git a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml index 3278b3605a..dece3752fe 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/lathe.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/lathe.yml @@ -156,6 +156,9 @@ - Flash - Handcuffs - Stunbaton + - FirelockElectronics + - DoorElectronics + - APCElectronics - type: UserInterface interfaces: diff --git a/Resources/Prototypes/Recipes/Lathes/electronics.yml b/Resources/Prototypes/Recipes/Lathes/electronics.yml new file mode 100644 index 0000000000..d729dbf9c7 --- /dev/null +++ b/Resources/Prototypes/Recipes/Lathes/electronics.yml @@ -0,0 +1,26 @@ +- type: latheRecipe + id: FirelockElectronics + icon: Constructible/Misc/module.rsi/mainboard.png + result: FirelockElectronics + completetime: 500 + materials: + steel: 50 + glass: 50 + +- type: latheRecipe + id: DoorElectronics + icon: Constructible/Misc/module.rsi/door_electronics.png + result: DoorElectronics + completetime: 500 + materials: + steel: 50 + glass: 50 + +- type: latheRecipe + id: APCElectronics + icon: Constructible/Misc/module.rsi/charger_APC.png + result: APCElectronics + completetime: 500 + materials: + steel: 50 + glass: 50