added senior teamster PDA, cargo beret

This commit is contained in:
Hitlinemoss
2025-05-20 08:20:13 -04:00
parent 0d4f9640b5
commit 0f692b3788
10 changed files with 72 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
- type: Tag
tags:
- ClothMade
- Recyclable
- Recyclable
- WhitelistChameleon
- type: entity
@@ -104,6 +104,23 @@
- HamsterWearable
- WhitelistChameleon
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretCargo
name: cargo beret
description: A beret in cargo colors. Fancy!
components:
- type: Sprite
sprite: Clothing/Head/Hats/beret_cargo.rsi
- type: Clothing
sprite: Clothing/Head/Hats/beret_cargo.rsi
- type: Tag
tags:
- ClothMade
- Recyclable
- HamsterWearable
- WhitelistChameleon
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretEngineering
@@ -477,8 +494,8 @@
- state: icon-nobeard
map: [ "foldedLayer" ]
visible: true
- type: entity
parent: ClothingHeadBase

View File

@@ -1418,6 +1418,25 @@
- type: Icon
state: pda-seniorofficer
- type: entity
parent: BasePDA
id: SeniorTeamsterPDA
name: senior teamster PDA
description: PDA for the guys that order the crucial station supplies.
components:
- type: Pda
id: CargoIDCard
- type: Appearance
appearanceDataInit:
enum.PdaVisuals.PdaType:
!type:String
pda-seniorteamster
- type: PdaBorderColor
borderColor: "#e39751"
accentVColor: "#DFDFDF"
- type: Icon
state: pda-seniorteamster
- type: entity
parent: [ BaseMajorContraband, SyndiPDA ]
id: PiratePDA

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 891 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e and changed by Hitlinemoss",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "equipped-HELMET-hamster",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

View File

@@ -231,6 +231,9 @@
},
{
"name": "pda-seniorofficer"
},
{
"name": "pda-seniorteamster"
},
{
"name": "pda-wizard",

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B