CentCom Agent Suit (#22700)

* added suit

* added suit

* tweaked monkey suit
This commit is contained in:
Guilherme Ornel
2023-12-20 20:29:13 -03:00
committed by GitHub
parent 27cd66b048
commit 62cee0bca5
7 changed files with 41 additions and 0 deletions

View File

@@ -123,6 +123,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/chaplain.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitCentcomAgent
name: CentCom agent's jumpsuit
description: A suit worn by CentCom's legal team. Smells of burnt coffee.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/centcom_agent.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/centcom_agent.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitCentcomOfficial

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Recolor of lawyerblack.rsi joshepvodka",
"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
}
]
}