]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Wizard PDA (#35572)
authorVelken <8467292+Velken@users.noreply.github.com>
Sat, 1 Mar 2025 02:12:24 +0000 (23:12 -0300)
committerGitHub <noreply@github.com>
Sat, 1 Mar 2025 02:12:24 +0000 (03:12 +0100)
* wizard PDA

* colour change to brown

Resources/Prototypes/Entities/Objects/Devices/pda.yml
Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml
Resources/Textures/Objects/Devices/pda.rsi/meta.json
Resources/Textures/Objects/Devices/pda.rsi/pda-wizard.png [new file with mode: 0644]

index 0e8b51cc6a365ddebcc89d5169abe8668c1bebec..991955b61ff6cd843277c092a9125dcc54ed0dbd 100644 (file)
         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
index b21fd525ae4a33bc766cc71c3af4da3bec53b0d5..0697b698b206c44b985f5f904f4bab2d11da3e0f 100644 (file)
@@ -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
index f77f8c0e7119334b72e7bba50b4692eaea9e69ab..5942b13be04ccf5454392e59d2725253a6b00090 100644 (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), 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
     },
     {
       "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 (file)
index 0000000..c2c7bbc
Binary files /dev/null and b/Resources/Textures/Objects/Devices/pda.rsi/pda-wizard.png differ