RPED (#12008)
* RPED * sound effect * wires must be open finished me appy slices yum yum * Update Resources/Audio/Items/attributions.yml Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> * Update attributions.yml Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
@@ -245,6 +245,7 @@
|
||||
- FireAlarmElectronics
|
||||
- MailingUnitElectronics
|
||||
- HolofanProjector
|
||||
- RPED
|
||||
|
||||
- type: technology
|
||||
name: technologies-material-sheet-printing
|
||||
@@ -438,7 +439,6 @@
|
||||
requiredPoints: 8000
|
||||
requiredTechnologies:
|
||||
- BasicPartsTechnology
|
||||
- IndustrialEngineering
|
||||
- PowerCellBasic
|
||||
unlockedRecipes:
|
||||
- AdvancedCapacitorStockPart
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
- type: entity
|
||||
parent: BaseStorageItem
|
||||
id: RPED
|
||||
name: RPED
|
||||
description: A Rapid Part Exchange Device, perfect for quickly upgrading machines.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Research/rped.rsi
|
||||
state: icon
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Research/rped.rsi
|
||||
size: 50
|
||||
- type: PartExchanger
|
||||
- type: Storage
|
||||
capacity: 150
|
||||
whitelist:
|
||||
components:
|
||||
- MachinePart
|
||||
@@ -189,3 +189,15 @@
|
||||
Glass: 350
|
||||
Plastic: 150
|
||||
Gold: 10
|
||||
|
||||
- type: latheRecipe
|
||||
id: RPED
|
||||
icon:
|
||||
sprite: Objects/Specific/Research/rped.rsi
|
||||
state: icon
|
||||
result: RPED
|
||||
completetime: 10
|
||||
materials:
|
||||
Steel: 650
|
||||
Plastic: 150
|
||||
Gold: 50
|
||||
|
||||
Reference in New Issue
Block a user