Skip to content

Commit

Permalink
King Outfit
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerRevolution committed May 24, 2024
1 parent 201b612 commit a078627
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,30 @@
- type: Sprite
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi
- type: Clothing
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/chemshirtsuit.rsi

# Theatre

- type: entity
parent: UnsensoredClothingUniformBase # no soup sensors
id: ClothingUniformBaseTheatre
name: theatre base Clothing
description: you should not be seeing this
abstract: true
components:
- type: Tag
tags:
- Skirt # i'm not respriting for harpies
- ClothMade # no tag inheritance, moths need to eat this

- type: entity
parent: ClothingUniformBaseTheatre
id: ClothingUniformJumpsuitTheatreKing
name: King's Tunic
description: royal and that
suffix: Theatre
components:
- type: Sprite
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/theatreking.rsi
- type: Clothing
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/theatreking.rsi
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,18 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Sprited by DangerRevolution (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
}
]
}

0 comments on commit a078627

Please sign in to comment.