+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
This commit is contained in:
MehimoNemo
2021-04-06 14:06:24 -05:00
committed by GitHub
parent f7cda52528
commit 1d4df2606d
3 changed files with 32 additions and 0 deletions

View File

@@ -196,6 +196,9 @@
- CableStack
- LightTube
- LightBulb
- FirelockElectronics
- DoorElectronics
- APCElectronics
# Bluespace Theory Technology Tree

View File

@@ -156,6 +156,9 @@
- Flash
- Handcuffs
- Stunbaton
- FirelockElectronics
- DoorElectronics
- APCElectronics
- type: UserInterface
interfaces:

View File

@@ -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