/TG/ ID sprites (#570)
* This adds /TG/ ID sprites * Applying suggestions Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
@@ -3,46 +3,70 @@
|
||||
id: IDCardStandard
|
||||
name: Identification Card
|
||||
description: A card necessary to access various areas aboard the station
|
||||
abstract: true
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/id_cards.rsi
|
||||
state: civilian
|
||||
- type: Icon
|
||||
sprite: Clothing/id_cards.rsi
|
||||
state: civilian
|
||||
- type: Clothing
|
||||
Slots:
|
||||
- idcard
|
||||
sprite: Clothing/id_cards.rsi
|
||||
HeldPrefix: civilian
|
||||
HeldPrefix: default
|
||||
- type: IdCard
|
||||
- type: Access
|
||||
|
||||
#IDs with layers
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: CommandIDCard
|
||||
name: Command Identification Card
|
||||
id: AssistantIDCard
|
||||
name: Assistant ID Card
|
||||
components:
|
||||
- type: Clothing
|
||||
HeldPrefix: gold
|
||||
- type: Sprite
|
||||
state: gold
|
||||
layers:
|
||||
- state: default
|
||||
- state: assigned
|
||||
- state: idassistant
|
||||
- type: Icon
|
||||
state: default
|
||||
- type: IdCard
|
||||
jobTitle: Assistant
|
||||
- type: Access
|
||||
tags: ["maintenance", "service"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: CaptainIDCard
|
||||
name: Captain ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: gold
|
||||
- state: assigned
|
||||
- state: idcaptain
|
||||
- type: Icon
|
||||
state: gold
|
||||
- type: Clothing
|
||||
HeldPrefix: gold
|
||||
- type: IdCard
|
||||
jobTitle: Captain
|
||||
- type: Access
|
||||
tags: ["command"]
|
||||
tags: ["maintenance", "cargo", "engineering", "medical", "research", "security", "service", "captain", "command"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: SecurityIDCard
|
||||
name: Security Identification Card
|
||||
name: Security ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
state: security
|
||||
layers:
|
||||
- state: default
|
||||
- state: assigned
|
||||
- state: idsecurityofficer
|
||||
- type: Icon
|
||||
state: security
|
||||
state: idsecurityofficer
|
||||
- type: IdCard
|
||||
jobTitle: Security Officer
|
||||
- type: Access
|
||||
@@ -51,12 +75,15 @@
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: EngineeringIDCard
|
||||
name: Engineering Identification Card
|
||||
name: Engineer ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
state: engineering
|
||||
layers:
|
||||
- state: default
|
||||
- state: assigned
|
||||
- state: idstationengineer
|
||||
- type: Icon
|
||||
state: engineering
|
||||
state: idstationengineer
|
||||
- type: IdCard
|
||||
jobTitle: Engineer
|
||||
- type: Access
|
||||
@@ -65,12 +92,15 @@
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: MedicalIDCard
|
||||
name: Medical Identification Card
|
||||
name: Medical ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
state: medical
|
||||
layers:
|
||||
- state: default
|
||||
- state: assigned
|
||||
- state: idmedicaldoctor
|
||||
- type: Icon
|
||||
state: medical
|
||||
state: idmedicaldoctor
|
||||
- type: IdCard
|
||||
jobTitle: Doctor
|
||||
- type: Access
|
||||
@@ -79,12 +109,15 @@
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: CargoIDCard
|
||||
name: Cargo Identification Card
|
||||
name: Cargo ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
state: cargo
|
||||
layers:
|
||||
- state: default
|
||||
- state: assigned
|
||||
- state: idcargotechnician
|
||||
- type: Icon
|
||||
state: cargo
|
||||
state: idcargotechnician
|
||||
- type: IdCard
|
||||
jobTitle: Cargo Technician
|
||||
- type: Access
|
||||
@@ -93,12 +126,15 @@
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: ResearchIDCard
|
||||
name: Research Identification Card
|
||||
name: Research ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
state: research
|
||||
layers:
|
||||
- state: default
|
||||
- state: assigned
|
||||
- state: idscientist
|
||||
- type: Icon
|
||||
state: research
|
||||
state: idscientist
|
||||
- type: IdCard
|
||||
jobTitle: Scientist
|
||||
- type: Access
|
||||
@@ -106,31 +142,148 @@
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: ServiceIDCard
|
||||
name: Service Identification Card
|
||||
id: ClownIDCard
|
||||
name: Clown ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: assigned
|
||||
- state: idclown
|
||||
- type: Icon
|
||||
state: idclown
|
||||
- type: IdCard
|
||||
jobTitle: Bartender
|
||||
jobTitle: Clown
|
||||
- type: Access
|
||||
tags: ["service"]
|
||||
tags: ["maintenance", "service"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: JanitorIDCard
|
||||
name: Service Identification Card
|
||||
name: Janitor ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: default
|
||||
- state: assigned
|
||||
- state: idjanitor
|
||||
- type: Icon
|
||||
state: idjanitor
|
||||
- type: IdCard
|
||||
jobTitle: Janitor
|
||||
- type: Access
|
||||
tags: ["service"]
|
||||
tags: ["maintenance", "service"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: AssistantIDCard
|
||||
name: Assistant Identification Card
|
||||
id: HoPIDCard
|
||||
name: Head of Personnel ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: silver
|
||||
- state: assigned
|
||||
- state: idheadofpersonnel
|
||||
- type: Icon
|
||||
state: idheadofpersonnel
|
||||
- type: Clothing
|
||||
HeldPrefix: silver
|
||||
- type: IdCard
|
||||
jobTitle: Assistant
|
||||
jobTitle: Head of Personnel
|
||||
- type: Access
|
||||
tags: ["maintenance"]
|
||||
tags: ["command"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: CEIDCard
|
||||
name: Chief Engineer ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: silver
|
||||
- state: assigned
|
||||
- state: idchiefengineer
|
||||
- type: Icon
|
||||
state: idchiefengineer
|
||||
- type: Clothing
|
||||
HeldPrefix: silver
|
||||
- type: IdCard
|
||||
jobTitle: Chief Engineer
|
||||
- type: Access
|
||||
tags: ["engineering", "command"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: CMOIDCard
|
||||
name: Chief Medical Officer ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: silver
|
||||
- state: assigned
|
||||
- state: idchiefmedicalofficer
|
||||
- type: Icon
|
||||
state: idchiefmedicalofficer
|
||||
- type: Clothing
|
||||
HeldPrefix: silver
|
||||
- type: IdCard
|
||||
jobTitle: Chief Medical Officer
|
||||
- type: Access
|
||||
tags: ["medical", "command"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: RDIDCard
|
||||
name: Research Director ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: silver
|
||||
- state: assigned
|
||||
- state: idresearchdirector
|
||||
- type: Icon
|
||||
state: idresearchdirector
|
||||
- type: Clothing
|
||||
HeldPrefix: silver
|
||||
- type: IdCard
|
||||
jobTitle: Research Director
|
||||
- type: Access
|
||||
tags: ["research", "command"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: HoSIDCard
|
||||
name: Head of Security ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: silver
|
||||
- state: assigned
|
||||
- state: idheadofsecurity
|
||||
- type: Icon
|
||||
state: idheadofsecurity
|
||||
- type: Clothing
|
||||
HeldPrefix: silver
|
||||
- type: IdCard
|
||||
jobTitle: Head of Security
|
||||
- type: Access
|
||||
tags: ["security", "command"]
|
||||
|
||||
- type: entity
|
||||
parent: IDCardStandard
|
||||
id: CentcomIDCard
|
||||
name: Command Officer ID Card
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: gold
|
||||
- state: assigned
|
||||
- state: idcentcom
|
||||
- type: Icon
|
||||
state: idcentcom
|
||||
- type: Clothing
|
||||
HeldPrefix: gold
|
||||
- type: IdCard
|
||||
jobTitle: Central Commander
|
||||
- type: Access
|
||||
tags: ["maintenance", "cargo", "engineering", "medical", "research", "security", "service", "captain", "command"]
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: Urist McHands
|
||||
id: HumanMob_Content
|
||||
description: A miserable pile of secrets
|
||||
drawdepth: Mobs
|
||||
components:
|
||||
- type: Hands
|
||||
hands:
|
||||
@@ -19,7 +20,6 @@
|
||||
- type: InteractionOutline
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
drawdepth: Mobs
|
||||
|
||||
layers:
|
||||
- map: ["enum.HumanoidVisualLayers.Chest"]
|
||||
|
||||
|
Before Width: | Height: | Size: 750 B |
|
Before Width: | Height: | Size: 743 B |
|
Before Width: | Height: | Size: 836 B |
|
Before Width: | Height: | Size: 890 B |
|
Before Width: | Height: | Size: 892 B |
|
Before Width: | Height: | Size: 913 B |
|
Before Width: | Height: | Size: 900 B |
|
Before Width: | Height: | Size: 731 B |
|
Before Width: | Height: | Size: 752 B |
|
Before Width: | Height: | Size: 822 B |
|
Before Width: | Height: | Size: 780 B |
|
Before Width: | Height: | Size: 914 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/assigned.png
Normal file
|
After Width: | Height: | Size: 125 B |
|
Before Width: | Height: | Size: 972 B |
|
Before Width: | Height: | Size: 763 B |
|
Before Width: | Height: | Size: 966 B |
|
Before Width: | Height: | Size: 1001 B |
|
Before Width: | Height: | Size: 977 B |
|
Before Width: | Height: | Size: 696 B |
|
Before Width: | Height: | Size: 678 B |
|
Before Width: | Height: | Size: 434 B |
|
Before Width: | Height: | Size: 525 B |
|
Before Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 179 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/default.png
Normal file
|
After Width: | Height: | Size: 337 B |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 980 B |
|
Before Width: | Height: | Size: 281 B |
|
Before Width: | Height: | Size: 383 B |
|
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 483 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idassistant.png
Normal file
|
After Width: | Height: | Size: 162 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idcaptain.png
Normal file
|
After Width: | Height: | Size: 247 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idcargotechnician.png
Normal file
|
After Width: | Height: | Size: 196 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idcentcom.png
Normal file
|
After Width: | Height: | Size: 180 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idchiefengineer.png
Normal file
|
After Width: | Height: | Size: 263 B |
|
After Width: | Height: | Size: 253 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idclown.png
Normal file
|
After Width: | Height: | Size: 225 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idheadofpersonnel.png
Normal file
|
After Width: | Height: | Size: 241 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idheadofsecurity.png
Normal file
|
After Width: | Height: | Size: 263 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idjanitor.png
Normal file
|
After Width: | Height: | Size: 199 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idmedicaldoctor.png
Normal file
|
After Width: | Height: | Size: 211 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idresearchdirector.png
Normal file
|
After Width: | Height: | Size: 248 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idscientist.png
Normal file
|
After Width: | Height: | Size: 199 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idsecurityofficer.png
Normal file
|
After Width: | Height: | Size: 190 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/idstationengineer.png
Normal file
|
After Width: | Height: | Size: 209 B |
|
Before Width: | Height: | Size: 958 B |
@@ -1 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "CE", "directions": 1, "delays": [[1.0]]}, {"name": "CMO", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_empty", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_engineering", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_leader", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_medical", "directions": 1, "delays": [[1.0]]}, {"name": "ERT_security", "directions": 1, "delays": [[1.0]]}, {"name": "HoS", "directions": 1, "delays": [[1.0]]}, {"name": "RD", "directions": 1, "delays": [[1.0]]}, {"name": "TDgreen", "directions": 1, "delays": [[1.0]]}, {"name": "TDred", "directions": 1, "delays": [[1.0]]}, {"name": "admin", "directions": 1, "delays": [[1.0]]}, {"name": "cargo", "directions": 1, "delays": [[1.0]]}, {"name": "centcom", "directions": 1, "delays": [[1.0]]}, {"name": "centcom_old", "directions": 1, "delays": [[1.0]]}, {"name": "civilian", "directions": 1, "delays": [[1.0]]}, {"name": "civilian-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "civilian-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "clown", "directions": 1, "delays": [[1.0]]}, {"name": "creed", "directions": 1, "delays": [[1.0]]}, {"name": "deathsquad", "directions": 1, "delays": [[1.0]]}, {"name": "debit", "directions": 1, "delays": [[1.0]]}, {"name": "debit-elite", "directions": 1, "delays": [[1.0]]}, {"name": "debit-preferred", "directions": 1, "delays": [[1.0]]}, {"name": "emag", "directions": 1, "delays": [[1.0]]}, {"name": "engineering", "directions": 1, "delays": [[1.0]]}, {"name": "fingerprint0", "directions": 1, "delays": [[1.0]]}, {"name": "fingerprint1", "directions": 1, "delays": [[1.0]]}, {"name": "gold", "directions": 1, "delays": [[1.0]]}, {"name": "gold-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "gold-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "medical", "directions": 1, "delays": [[1.0]]}, {"name": "mime", "directions": 1, "delays": [[1.0]]}, {"name": "old", "directions": 1, "delays": [[1.0]]}, {"name": "research", "directions": 1, "delays": [[1.0]]}, {"name": "robot", "directions": 1, "delays": [[0.5, 0.5]]}, {"name": "security", "directions": 1, "delays": [[1.0]]}, {"name": "silver", "directions": 1, "delays": [[1.0]]}, {"name": "syndie", "directions": 1, "delays": [[1.0]]}, {"name": "trader", "directions": 1, "delays": [[1.0]]}]}
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "assigned", "directions": 1, "delays": [[1.0]]}, {"name": "gold", "directions": 1, "delays": [[1.0]]}, {"name": "default", "directions": 1, "delays": [[1.0]]}, {"name": "idassistant", "directions": 1, "delays": [[1.0]]}, {"name": "idcaptain", "directions": 1, "delays": [[1.0]]}, {"name": "idcargotechnician", "directions": 1, "delays": [[1.0]]}, {"name": "idcentcom", "directions": 1, "delays": [[1.0]]}, {"name": "idchiefengineer", "directions": 1, "delays": [[1.0]]}, {"name": "idchiefmedicalofficer", "directions": 1, "delays": [[1.0]]}, {"name": "idclown", "directions": 1, "delays": [[1.0]]}, {"name": "idheadofpersonnel", "directions": 1, "delays": [[1.0]]}, {"name": "idheadofsecurity", "directions": 1, "delays": [[1.0]]}, {"name": "idjanitor", "directions": 1, "delays": [[1.0]]}, {"name": "idmedicaldoctor", "directions": 1, "delays": [[1.0]]}, {"name": "idresearchdirector", "directions": 1, "delays": [[1.0]]}, {"name": "idscientist", "directions": 1, "delays": [[1.0]]}, {"name": "idsecurityofficer", "directions": 1, "delays": [[1.0]]}, {"name": "idcargotechnician", "directions": 1, "delays": [[1.0]]}, {"name": "idstationengineer", "directions": 1, "delays": [[1.0]]}, {"name": "silver", "directions": 1, "delays": [[1.0]]}, {"name": "default-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "gold-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "silver-inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "default-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "gold-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "silver-inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]}
|
||||
|
||||
|
Before Width: | Height: | Size: 753 B |
|
Before Width: | Height: | Size: 905 B |
|
Before Width: | Height: | Size: 981 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 953 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/silver-inhand-left.png
Normal file
|
After Width: | Height: | Size: 173 B |
BIN
Resources/Textures/Clothing/id_cards.rsi/silver-inhand-right.png
Normal file
|
After Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 479 B |
|
Before Width: | Height: | Size: 683 B |
|
Before Width: | Height: | Size: 1.0 KiB |