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:
@@ -6,4 +6,9 @@
|
||||
- files: ["trayhit2.ogg"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Time immemorial"
|
||||
source: "https://github.com/tgstation/tgstation/blob/172b533d0257fcc1f8a05406f1c9fad514c14d88/sound/items/trayhit2.ogg"
|
||||
source: "https://github.com/tgstation/tgstation/blob/172b533d0257fcc1f8a05406f1c9fad514c14d88/sound/items/trayhit2.ogg"
|
||||
|
||||
- files: ["rped.ogg"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Time immemorial"
|
||||
source: "https://github.com/tgstation/tgstation/blob/172b533d0257fcc1f8a05406f1c9fad514c14d88/sound/items/rped.ogg"
|
||||
|
||||
BIN
Resources/Audio/Items/rped.ogg
Normal file
BIN
Resources/Audio/Items/rped.ogg
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Objects/Specific/Research/rped.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Specific/Research/rped.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 996 B |
Binary file not shown.
|
After Width: | Height: | Size: 1002 B |
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a, inhands created by EmoGarbage404",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user