]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Wizard ID (#35530)
authorScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Wed, 26 Feb 2025 14:06:18 +0000 (15:06 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 14:06:18 +0000 (15:06 +0100)
* init

* comment

* agentless

* sprite changes

Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml
Resources/Prototypes/Objectives/wizard.yml
Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml
Resources/Textures/Objects/Misc/id_cards.rsi/idwizard.png [new file with mode: 0644]
Resources/Textures/Objects/Misc/id_cards.rsi/meta.json
Resources/Textures/Objects/Misc/id_cards.rsi/wizard.png [new file with mode: 0644]

index 75db4b93af51759593e31b30c038aad759874000..126b8fc943551f1e3b71da5a51267bb5862d25f1 100644 (file)
     - state: default
     - state: idseniorofficer
 
+- type: entity
+  parent: IDCardStandard
+  id: WizardIDCard
+  name: wizard ID card
+  components:
+  - type: Sprite
+    layers:
+    - state: wizard
+    - state: idwizard
+  - type: Access
+    tags:
+    - Wizard
+    - External
+    - Maintenance
+
 - type: entity
   parent: IDCardStandard
   id: UniversalIDCard
index 03bcd64e71601fe2d6324942047edc5c34dcf041..fc8ef6dca3df86b95ddb0e6612de074acf9bad76 100644 (file)
@@ -26,7 +26,7 @@
 - type: entity
   parent: [BaseWizardObjective, BaseFreeObjective]
   id: WizardDemonstrateObjective
-  name: Demonstration
+  name: Show off
   description: Give the station a good demonstration of your powers!
   components:
   - type: Objective
index 3e9ea6360ae6e2737179225c70135f30e66a4b8f..b21fd525ae4a33bc766cc71c3af4da3bec53b0d5 100644 (file)
@@ -7,7 +7,7 @@
     back: ClothingBackpack # Wizard backpack?
     outerClothing: ClothingOuterWizard
     shoes: ClothingShoesWizard
-    id: PassengerPDA # Maybe a wizard PDA of some sort?
+    id: WizardIDCard
     ears: ClothingHeadsetAltCommand
     belt: ClothingBeltWand
     # pocket1: TODO: Include wizard teleport scroll
diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idwizard.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idwizard.png
new file mode 100644 (file)
index 0000000..5213047
Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idwizard.png differ
index 2fbd57c351a778a44ab6cf8325fec96c4448dfd6..a739a86f9b09c3da3b9bb31c35d26111dc4f9747 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e idcluwne made by brainfood1183 (github) for ss14, idbrigmedic made by PuroSlavKing (Github), pirate made by brainfood1183 (github), idadmin made by Arimah (github), idvisitor by IProduceWidgets (Github), idintern-service by spanky-spanky (Github) | service icons darkened by frobnic8 (Discord and Github)",
+  "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e idcluwne made by brainfood1183 (github) for ss14, idbrigmedic made by PuroSlavKing (Github), pirate made by brainfood1183 (github), idadmin made by Arimah (github), idvisitor by IProduceWidgets (Github), idintern-service by spanky-spanky (Github) | service icons darkened by frobnic8 (Discord and Github), wizard and idwizard by ScarKy0",
   "size": {
     "x": 32,
     "y": 32
     {
       "name": "idseniorofficer"
     },
+    {
+      "name": "wizard"
+    },
+    {
+      "name": "idwizard"
+    },
     {
       "name": "gold-inhand-left",
       "directions": 4
diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/wizard.png b/Resources/Textures/Objects/Misc/id_cards.rsi/wizard.png
new file mode 100644 (file)
index 0000000..d13faa3
Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/wizard.png differ