From: Velken <8467292+Velken@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:12:24 +0000 (-0300) Subject: Wizard PDA (#35572) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=30a6ebdb264c7256a8837a268d4cb8eeda03cfbe;p=space-station-14.git Wizard PDA (#35572) * wizard PDA * colour change to brown --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 0e8b51cc6a..991955b61f 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -1455,3 +1455,27 @@ type: HealthAnalyzerBoundUserInterface enum.ChameleonUiKey.Key: type: ChameleonBoundUserInterface + +- type: entity + parent: BasePDA + id: WizardPDA + name: wizard PDA + description: You hear faint whispers coming from it. + components: + - type: Pda + id: WizardIDCard + penSlot: + startingItem: LuxuryPen + priority: -1 + whitelist: + tags: + - Write + - type: Appearance + appearanceDataInit: + enum.PdaVisuals.PdaType: + !type:String + pda-wizard + - type: PdaBorderColor + borderColor: "#7F3300" + - type: Icon + state: pda-wizard diff --git a/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml index b21fd525ae..0697b698b2 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml @@ -7,7 +7,7 @@ back: ClothingBackpack # Wizard backpack? outerClothing: ClothingOuterWizard shoes: ClothingShoesWizard - id: WizardIDCard + id: WizardPDA ears: ClothingHeadsetAltCommand belt: ClothingBeltWand # pocket1: TODO: Include wizard teleport scroll diff --git a/Resources/Textures/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/Objects/Devices/pda.rsi/meta.json index f77f8c0e71..5942b13be0 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), pda-syndi-agent drawn by Ubaser", + "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, pda-wizard recolour by Velken", "size": { "x": 32, "y": 32 @@ -225,6 +225,17 @@ }, { "name": "pda-seniorofficer" + }, + { + "name": "pda-wizard", + "delays": [ + [ + 0.3, + 0.3, + 0.3, + 0.3 + ] + ] }, { "name": "equipped-IDCARD", diff --git a/Resources/Textures/Objects/Devices/pda.rsi/pda-wizard.png b/Resources/Textures/Objects/Devices/pda.rsi/pda-wizard.png new file mode 100644 index 0000000000..c2c7bbc8e8 Binary files /dev/null and b/Resources/Textures/Objects/Devices/pda.rsi/pda-wizard.png differ