+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:
@@ -196,6 +196,9 @@
|
|||||||
- CableStack
|
- CableStack
|
||||||
- LightTube
|
- LightTube
|
||||||
- LightBulb
|
- LightBulb
|
||||||
|
- FirelockElectronics
|
||||||
|
- DoorElectronics
|
||||||
|
- APCElectronics
|
||||||
|
|
||||||
# Bluespace Theory Technology Tree
|
# Bluespace Theory Technology Tree
|
||||||
|
|
||||||
|
|||||||
@@ -156,6 +156,9 @@
|
|||||||
- Flash
|
- Flash
|
||||||
- Handcuffs
|
- Handcuffs
|
||||||
- Stunbaton
|
- Stunbaton
|
||||||
|
- FirelockElectronics
|
||||||
|
- DoorElectronics
|
||||||
|
- APCElectronics
|
||||||
|
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
interfaces:
|
interfaces:
|
||||||
|
|||||||
26
Resources/Prototypes/Recipes/Lathes/electronics.yml
Normal file
26
Resources/Prototypes/Recipes/Lathes/electronics.yml
Normal 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
|
||||||
Reference in New Issue
Block a user