add custom PDA for nukie medic (#22016)

This commit is contained in:
Ubaser
2023-12-01 08:39:08 +11:00
committed by GitHub
parent 16df3c80aa
commit 1aa07dbb56
4 changed files with 35 additions and 2 deletions

View File

@@ -961,3 +961,33 @@
state: pda-pirate
- type: Icon
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"

View File

@@ -150,7 +150,7 @@
gloves: ClothingHandsGlovesCombat
outerClothing: ClothingOuterHardsuitMedic
shoes: ClothingShoesBootsMagSyndie
id: SyndiPDA
id: SyndiAgentPDA
pocket1: DoubleEmergencyOxygenTankFilled
pocket2: BaseUplinkRadio40TC
belt: ClothingBeltMilitaryWebbingMedFilled

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"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": {
"x": 32,
"y": 32
@@ -164,6 +164,9 @@
{
"name": "pda-syndi"
},
{
"name": "pda-syndi-agent"
},
{
"name": "pda-centcom",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB