From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:06:18 +0000 (+0100) Subject: Wizard ID (#35530) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7c6028bc8037306536dca68f3c2cdd5edec56d14;p=space-station-14.git Wizard ID (#35530) * init * comment * agentless * sprite changes --- diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 75db4b93af..126b8fc943 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -790,6 +790,21 @@ - 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 diff --git a/Resources/Prototypes/Objectives/wizard.yml b/Resources/Prototypes/Objectives/wizard.yml index 03bcd64e71..fc8ef6dca3 100644 --- a/Resources/Prototypes/Objectives/wizard.yml +++ b/Resources/Prototypes/Objectives/wizard.yml @@ -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 diff --git a/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/wizard_startinggear.yml index 3e9ea6360a..b21fd525ae 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: 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 index 0000000000..5213047636 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/idwizard.png differ diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json index 2fbd57c351..a739a86f9b 100644 --- a/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json @@ -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 @@ -226,6 +226,12 @@ { "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 index 0000000000..d13faa3ab1 Binary files /dev/null and b/Resources/Textures/Objects/Misc/id_cards.rsi/wizard.png differ