add custom PDA for nukie medic (#22016)
This commit is contained in:
@@ -961,3 +961,33 @@
|
|||||||
state: pda-pirate
|
state: pda-pirate
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: pda-pirate
|
state: pda-pirate
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BasePDA
|
||||||
|
id: SyndiAgentPDA
|
||||||
|
name: syndicate agent PDA
|
||||||
|
description: For those days when healing normal syndicates aren't enough, try healing nuclear operatives instead!
|
||||||
|
components:
|
||||||
|
- type: Pda
|
||||||
|
id: SyndicateIDCard
|
||||||
|
state: pda-syndi-agent
|
||||||
|
- type: PdaBorderColor
|
||||||
|
borderColor: "#891417"
|
||||||
|
- type: Icon
|
||||||
|
state: pda-syndi-agent
|
||||||
|
- type: CartridgeLoader
|
||||||
|
uiKey: enum.PdaUiKey.Key
|
||||||
|
preinstalled:
|
||||||
|
- NotekeeperCartridge
|
||||||
|
cartridgeSlot:
|
||||||
|
priority: -1
|
||||||
|
name: Cartridge
|
||||||
|
ejectSound: /Audio/Machines/id_swipe.ogg
|
||||||
|
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- Cartridge
|
||||||
|
- type: HealthAnalyzer
|
||||||
|
scanDelay: 1
|
||||||
|
scanningEndSound:
|
||||||
|
path: "/Audio/Items/Medical/healthscanner.ogg"
|
||||||
|
|||||||
@@ -150,7 +150,7 @@
|
|||||||
gloves: ClothingHandsGlovesCombat
|
gloves: ClothingHandsGlovesCombat
|
||||||
outerClothing: ClothingOuterHardsuitMedic
|
outerClothing: ClothingOuterHardsuitMedic
|
||||||
shoes: ClothingShoesBootsMagSyndie
|
shoes: ClothingShoesBootsMagSyndie
|
||||||
id: SyndiPDA
|
id: SyndiAgentPDA
|
||||||
pocket1: DoubleEmergencyOxygenTankFilled
|
pocket1: DoubleEmergencyOxygenTankFilled
|
||||||
pocket2: BaseUplinkRadio40TC
|
pocket2: BaseUplinkRadio40TC
|
||||||
belt: ClothingBeltMilitaryWebbingMedFilled
|
belt: ClothingBeltMilitaryWebbingMedFilled
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, pda-cluwne made by brainfood1183 (github) ss14 | pda-brigmedic and pda-centcom made by PuroSlavKing (Github) | pda-brigemdic resprited by Hülle#2562 (Discord), pda-pirate made by brainfood1183 (Github)",
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/59f2a4e10e5ba36033c9734ddebfbbdc6157472d, pda-cluwne made by brainfood1183 (github) ss14 | pda-brigmedic and pda-centcom made by PuroSlavKing (Github) | pda-brigemdic resprited by Hülle#2562 (Discord), pda-pirate made by brainfood1183 (Github), pda-syndi-agent drawn by Ubaser",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -164,6 +164,9 @@
|
|||||||
{
|
{
|
||||||
"name": "pda-syndi"
|
"name": "pda-syndi"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "pda-syndi-agent"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "pda-centcom",
|
"name": "pda-centcom",
|
||||||
"delays": [
|
"delays": [
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Devices/pda.rsi/pda-syndi-agent.png
Normal file
BIN
Resources/Textures/Objects/Devices/pda.rsi/pda-syndi-agent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user