Remove capacitors and matter bins (#37725)
* Remove capacitors and matter bins * fix migrations and yaml errors, remove parts fully * Rename to "modular machine part" * Sloth review
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
sprite: Objects/Devices/communication.rsi
|
||||
state: walkietalkie
|
||||
doAfter: 5
|
||||
- material: Capacitor
|
||||
- material: Manipulator
|
||||
amount: 2
|
||||
doAfter: 5
|
||||
- node: medsecHud
|
||||
|
||||
@@ -46,12 +46,12 @@
|
||||
doAfter: 1
|
||||
- to: memory_cell
|
||||
steps:
|
||||
- tag: CapacitorStockPart
|
||||
- tag: MicroManipulatorStockPart
|
||||
icon:
|
||||
sprite: Objects/Misc/stock_parts.rsi
|
||||
state: capacitor
|
||||
name: construction-graph-tag-capacitor
|
||||
- material: Capacitor
|
||||
state: micro_mani
|
||||
name: construction-graph-tag-manipulator
|
||||
- material: Manipulator
|
||||
amount: 1
|
||||
- material: Cable
|
||||
amount: 2
|
||||
@@ -103,7 +103,7 @@
|
||||
doAfter: 2
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: CapacitorStockPart
|
||||
prototype: MicroManipulatorStockPart
|
||||
- !type:SpawnPrototype
|
||||
prototype: CableApcStack1
|
||||
amount: 2
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
sprite: "Objects/Power/power_cells.rsi"
|
||||
state: "medium"
|
||||
doAfter: 0.5
|
||||
- material: Capacitor
|
||||
- material: Manipulator
|
||||
amount: 1
|
||||
doAfter: 0.5
|
||||
- to: frame
|
||||
|
||||
@@ -326,7 +326,7 @@
|
||||
group: Savory
|
||||
solids:
|
||||
FoodBreadBun: 1
|
||||
CapacitorStockPart: 2
|
||||
MicroManipulatorStockPart: 2
|
||||
# i would add steel to this recipe but the microwave explodes
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
- material: Cable
|
||||
amount: 2
|
||||
doAfter: 1
|
||||
- material: Capacitor
|
||||
- material: Manipulator
|
||||
amount: 2
|
||||
- node: potatoaichip
|
||||
entity: PotatoAIChip
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
- Igniter
|
||||
- ModularReceiver
|
||||
- MicroManipulatorStockPart
|
||||
- MatterBinStockPart
|
||||
- CapacitorStockPart
|
||||
- ConveyorBeltAssembly
|
||||
|
||||
- type: latheRecipePack
|
||||
|
||||
@@ -19,16 +19,6 @@
|
||||
Steel: 50
|
||||
Plastic: 50
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseStockPartRecipe
|
||||
id: CapacitorStockPart
|
||||
result: CapacitorStockPart
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseStockPartRecipe
|
||||
id: MatterBinStockPart
|
||||
result: MatterBinStockPart
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseStockPartRecipe
|
||||
id: MicroManipulatorStockPart
|
||||
|
||||
Reference in New Issue
Block a user