Skip to content

Commit

Permalink
no idea so yeah just this
Browse files Browse the repository at this point in the history
  • Loading branch information
noctyrnal committed Feb 28, 2024
1 parent aba3e7a commit aa65bda
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,14 @@
sprite: DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi
- type: Clothing
sprite: DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpkirtCentcomTurtleneck
name: centcom turtleneck skirt
description: A more comfortable turtleneck for members of Central Command bored in their officers, answering faxes.
components:
- type: Sprite
sprite: DeltaV/Clothing/Uniforms/Jumpskirt/centcom_turtleneck.rsi
- type: Clothing
sprite: DeltaV/Clothing/Uniforms/Jumpskirt/centcom_turtleneck.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,17 @@
- type: Clothing
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitCentcomTurtleneck
name: centcom turtleneck suit
description: A more comfortable turtleneck for members of Central Command bored in their officers, answering faxes.
components:
- type: Sprite
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/centcom_turtleneck.rsi
- type: Clothing
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/centcom_turtleneck.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitKilt
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by noctis (458283410268487691)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by noctis (458283410268487691)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

0 comments on commit aa65bda

Please sign in to comment.