From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:39:08 +0000 (+1100) Subject: add custom PDA for nukie medic (#22016) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1aa07dbb56f9128cebf831700650626160bcf1f7;p=space-station-14.git add custom PDA for nukie medic (#22016) --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index b39ea2a0c4..2cf629b816 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -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" diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index ecb449fc4d..a787d45654 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -150,7 +150,7 @@ gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitMedic shoes: ClothingShoesBootsMagSyndie - id: SyndiPDA + id: SyndiAgentPDA pocket1: DoubleEmergencyOxygenTankFilled pocket2: BaseUplinkRadio40TC belt: ClothingBeltMilitaryWebbingMedFilled diff --git a/Resources/Textures/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/Objects/Devices/pda.rsi/meta.json index a72e532868..f77f8c0e71 100644 --- a/Resources/Textures/Objects/Devices/pda.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/pda.rsi/meta.json @@ -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": [ diff --git a/Resources/Textures/Objects/Devices/pda.rsi/pda-syndi-agent.png b/Resources/Textures/Objects/Devices/pda.rsi/pda-syndi-agent.png new file mode 100644 index 0000000000..84fb47cc79 Binary files /dev/null and b/Resources/Textures/Objects/Devices/pda.rsi/pda-syndi-agent.png differ