Trooper Uniform and Hat (#31997)
* Adds entities, sprites, and loadout accessibility * Fixing Uniform file issues
@@ -58,6 +58,21 @@
|
||||
- HamsterWearable
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatSecurityTrooper
|
||||
name: trooper hat
|
||||
description: A campaign hat for the Nanotrasen Troopers, comes with a case too, but you lost it.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hats/security_trooper_hat.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hats/security_trooper_hat.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- ClothMade
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatCasa
|
||||
|
||||
@@ -634,6 +634,17 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/security_grey.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingUniformBase, BaseRestrictedContraband]
|
||||
id: ClothingUniformSecurityTrooper
|
||||
name: trooper uniform
|
||||
description: A formal uniform issued to the Nanotrasen Troopers, usually it comes with a car.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/security_trooper.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/security_trooper.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingUniformBase, BaseRestrictedContraband]
|
||||
id: ClothingUniformJumpsuitWarden
|
||||
|
||||
@@ -39,6 +39,11 @@
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretSecurity
|
||||
|
||||
- type: loadout
|
||||
id: TrooperHat
|
||||
equipment:
|
||||
head: ClothingHeadHatSecurityTrooper
|
||||
|
||||
# Jumpsuit
|
||||
- type: loadout
|
||||
id: SecurityJumpsuit
|
||||
@@ -60,6 +65,11 @@
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpskirtSecGrey
|
||||
|
||||
- type: loadout
|
||||
id: TrooperUniform
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformSecurityTrooper
|
||||
|
||||
- type: loadout
|
||||
id: SeniorOfficerJumpsuit
|
||||
effects:
|
||||
|
||||
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 256 B |
|
After Width: | Height: | Size: 351 B |
|
After Width: | Height: | Size: 355 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by DieselMohawk for use in ss14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 964 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 514 B |
|
After Width: | Height: | Size: 555 B |
|
After Width: | Height: | Size: 561 B |
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by DieselMohawk for use in ss14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING-monkey",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||