Skip to content

Commit

Permalink
Added The Classical Maid Dress
Browse files Browse the repository at this point in the history
Added the Dress itself
alocated it in auto drobe and jani drobe
  • Loading branch information
ItsDzordz committed Jan 20, 2025
1 parent 0e0153d commit d41bc62
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ClothingOuterWinterJani: 2
ClothingNeckScarfStripedPurple: 3
ClothingShoesBootsWinterJani: 2 #Delta V: Add departmental winter boots
ClothingUniformClassicalMaidDress: 2 # Floofstation: a Tider was here and bestowed upon us frills
ClothingUniformJumpskirtJanimaid: 2 # Delta V: the maiden outfits no longer require emagging.
ClothingUniformJumpskirtJanimaidmini: 1
ClothingHandsJanitorWarmers: 1 # Floofstation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
ClothingUniformJumpskirtPerformer: 2
ClothingShoesBootsPerformer: 2
ClothingNeckCloakMoth: 2
ClothingUniformClassicalMaidDress: 2 # Floofstation: a Tider was here and bestowed upon us frills
ClothingUniformJumpskirtJanimaid: 2
ClothingNeckCloakVoid: 2
ClothingHeadBandRed: 1
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -839,3 +839,14 @@
sprite: Clothing/Uniforms/Jumpskirt/olddress.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/olddress.rsi

- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformClassicalMaidDress
name: Classical Maid Dress
description: A modernised version of the victorian-era maid dress. Streamlined but frilly perfect for a hard working maid.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/ClassicalMaidDress.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/ClassicalMaidDress.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.
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Dzordz#8811",
"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
}
]
}

0 comments on commit d41bc62

Please sign in to comment.