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:
Simon
2025-05-27 13:47:49 +02:00
committed by GitHub
parent a371c15748
commit 2bbe66cea9
22 changed files with 102 additions and 200 deletions

View File

@@ -27,7 +27,7 @@
sprite: Objects/Devices/communication.rsi
state: walkietalkie
doAfter: 5
- material: Capacitor
- material: Manipulator
amount: 2
doAfter: 5
- node: medsecHud

View File

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

View File

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

View File

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

View File

@@ -60,7 +60,7 @@
- material: Cable
amount: 2
doAfter: 1
- material: Capacitor
- material: Manipulator
amount: 2
- node: potatoaichip
entity: PotatoAIChip

View File

@@ -11,8 +11,6 @@
- Igniter
- ModularReceiver
- MicroManipulatorStockPart
- MatterBinStockPart
- CapacitorStockPart
- ConveyorBeltAssembly
- type: latheRecipePack

View File

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