- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}