Trooper Uniform and Hat (#31997)
* Adds entities, sprites, and loadout accessibility * Fixing Uniform file issues
@@ -58,6 +58,21 @@
|
|||||||
- HamsterWearable
|
- HamsterWearable
|
||||||
- WhitelistChameleon
|
- 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
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHatCasa
|
id: ClothingHeadHatCasa
|
||||||
|
|||||||
@@ -634,6 +634,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Uniforms/Jumpsuit/security_grey.rsi
|
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
|
- type: entity
|
||||||
parent: [ClothingUniformBase, BaseRestrictedContraband]
|
parent: [ClothingUniformBase, BaseRestrictedContraband]
|
||||||
id: ClothingUniformJumpsuitWarden
|
id: ClothingUniformJumpsuitWarden
|
||||||
|
|||||||
@@ -39,6 +39,11 @@
|
|||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatBeretSecurity
|
head: ClothingHeadHatBeretSecurity
|
||||||
|
|
||||||
|
- type: loadout
|
||||||
|
id: TrooperHat
|
||||||
|
equipment:
|
||||||
|
head: ClothingHeadHatSecurityTrooper
|
||||||
|
|
||||||
# Jumpsuit
|
# Jumpsuit
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SecurityJumpsuit
|
id: SecurityJumpsuit
|
||||||
@@ -60,6 +65,11 @@
|
|||||||
equipment:
|
equipment:
|
||||||
jumpsuit: ClothingUniformJumpskirtSecGrey
|
jumpsuit: ClothingUniformJumpskirtSecGrey
|
||||||
|
|
||||||
|
- type: loadout
|
||||||
|
id: TrooperUniform
|
||||||
|
equipment:
|
||||||
|
jumpsuit: ClothingUniformSecurityTrooper
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SeniorOfficerJumpsuit
|
id: SeniorOfficerJumpsuit
|
||||||
effects:
|
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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||