* init

* comment

* agentless

* sprite changes
This commit is contained in:
ScarKy0
2025-02-26 15:06:18 +01:00
committed by GitHub
parent 7283f9b6dc
commit 7c6028bc80
6 changed files with 24 additions and 3 deletions

View File

@@ -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

View 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

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View 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
@@ -226,6 +226,12 @@
{
"name": "idseniorofficer"
},
{
"name": "wizard"
},
{
"name": "idwizard"
},
{
"name": "gold-inhand-left",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB