Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Clothing Assignments of Suit/Skirt #146

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
- type: Clothing
slots: [innerclothing]
femaleMask: UniformTop
# Adds the 'skirt' tag to UnsensoredClothingUniformSkirtBase to, well, make it a skirt.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Adds the 'skirt' tag to UnsensoredClothingUniformSkirtBase to, well, make it a skirt.
# Adds the 'skirt' tag to UnsensoredClothingUniformSkirtBase to, well, make it a skirt. // FloofStation

# By extension, the ClothingUniformSkirtBase is marked as a skirt as well.
- type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts
tags:
- Skirt


- type: entity
Expand Down Expand Up @@ -66,6 +71,6 @@
slots: [innerclothing]
femaleMask: UniformTop
- type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts
# Removed the subsequent 'skirt' tag from ClothingUniformSkirtBase, as the unsensored parent now has it.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Removed the subsequent 'skirt' tag from ClothingUniformSkirtBase, as the unsensored parent now has it.
# Removed the subsequent 'skirt' tag from ClothingUniformSkirtBase, as the unsensored parent now has it. // FloofStation

Also doing this kinda make this base now worthless.

tags:
- Skirt
- ClothMade # Delta-V - allows moths to eat this
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Every jumpskirt in this file has been changed from having ClothingUniformBase to having ClothingUniformSkirtBase as a parent.
# White Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorWhite
name: white jumpskirt
description: A generic white jumpskirt with no rank markings.
Expand All @@ -27,7 +28,7 @@

# Grey Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorGrey
name: grey jumpskirt
description: A tasteful grey jumpskirt that reminds you of the good old days.
Expand Down Expand Up @@ -58,7 +59,7 @@

# Black Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorBlack
name: black jumpskirt
description: A generic black jumpskirt with no rank markings.
Expand Down Expand Up @@ -89,7 +90,7 @@

# Blue Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorBlue
name: blue jumpskirt
description: A generic blue jumpskirt with no rank markings.
Expand Down Expand Up @@ -120,7 +121,7 @@

# Dark Blue Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorDarkBlue
name: dark blue jumpskirt
description: A generic dark blue jumpskirt with no rank markings.
Expand Down Expand Up @@ -151,7 +152,7 @@

# Teal Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorTeal
name: teal jumpskirt
description: A generic teal jumpskirt with no rank markings.
Expand Down Expand Up @@ -182,7 +183,7 @@

# Green Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorGreen
name: green jumpskirt
description: A generic green jumpskirt with no rank markings.
Expand Down Expand Up @@ -213,7 +214,7 @@

# Dark Green Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorDarkGreen
name: dark green jumpskirt
description: A generic dark green jumpskirt with no rank markings.
Expand Down Expand Up @@ -244,7 +245,7 @@

# Orange Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorOrange
name: orange jumpskirt
description: Don't wear this near paranoid security officers.
Expand Down Expand Up @@ -275,7 +276,7 @@

# Pink Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorPink
name: pink jumpskirt
description: Just looking at this makes you feel <i>fabulous</i>.
Expand Down Expand Up @@ -306,7 +307,7 @@

# Red Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorRed
name: red jumpskirt
description: A generic red jumpskirt with no rank markings.
Expand Down Expand Up @@ -337,7 +338,7 @@

# Yellow Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorYellow
name: yellow jumpskirt
description: A generic yellow jumpskirt with no rank markings.
Expand Down Expand Up @@ -368,7 +369,7 @@

# Purple Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorPurple
name: purple jumpskirt
description: A generic light purple jumpskirt with no rank markings.
Expand Down Expand Up @@ -399,7 +400,7 @@

# Light Brown Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorLightBrown
name: light brown jumpskirt
description: A generic light brown jumpskirt with no rank markings.
Expand Down Expand Up @@ -430,7 +431,7 @@

# Brown Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorBrown
name: brown jumpskirt
description: A generic brown jumpskirt with no rank markings.
Expand Down Expand Up @@ -461,7 +462,7 @@

# Maroon Jumpskirt
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpskirtColorMaroon
name: maroon jumpskirt
description: A generic maroon jumpskirt with no rank markings.
Expand Down
60 changes: 60 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,66 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/bartender.rsi

# Moved gladiator uniform here instead of jumpsuits.yml, changed its parent to ClothingUniformSkirtBase, and moved the sprite location to the jumpskirts directory.
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpsuitGladiator
name: gladiator uniform
description: Made for true gladiators (or Ash Walkers).
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/gladiator.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/gladiator.rsi

# Moved purple bartender's uniform here instead of jumpsuits.yml, changed its parent to ClothingUniformSkirtBase, and moved the sprite location to the jumpskirts directory.
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpsuitBartenderPurple
name: purple bartender's uniform
description: A special purple outfit to serve drinks.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/bartender_purple.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/bartender_purple.rsi

# Moved dark monstic robe here instead of jumpsuits.yml, changed its parent to ClothingUniformSkirtBase, and moved the sprite location to the jumpskirts directory.
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpsuitMonasticRobeDark
name: dark monastic robe
description: It's a dark robe, often worn by religious folk.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/monastic_robe_dark.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/monastic_robe_dark.rsi

# Moved light monastic here instead of jumpsuits.yml, changed its parent to ClothingUniformSkirtBase, and moved the sprite location to the jumpskirts directory.
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpsuitMonasticRobeLight
name: light monastic robe
description: It's a light robe, often worn by religious folk.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/monastic_robe_light.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/monastic_robe_light.rsi

# Moved kimono here instead of jumpsuits.yml, changed its parent to ClothingUniformSkirtBase, and moved the sprite location to the jumpskirts directory.
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpsuitKimono
name: kimono
description: traditional chinese clothing
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/kimono.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/kimono.rsi
Comment on lines +12 to +70
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This need to be moved to a floof directory instead please.


- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtCaptain
Expand Down
107 changes: 56 additions & 51 deletions Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,17 @@
randomMode: false
mode: SensorCords

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitBartenderPurple
name: purple bartender's uniform
description: A special purple outfit to serve drinks.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/bartender_purple.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/bartender_purple.rsi
# Moved this to jumpskirts.yml, further modifications made there.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Moved this to jumpskirts.yml, further modifications made there.
# Moved this to jumpskirts.yml, further modifications made there. // FloofStation

# - type: entity
# parent: ClothingUniformBase
# id: ClothingUniformJumpsuitBartenderPurple
# name: purple bartender's uniform
# description: A special purple outfit to serve drinks.
# components:
# - type: Sprite
# sprite: Clothing/Uniforms/Jumpsuit/bartender_purple.rsi
# - type: Clothing
# sprite: Clothing/Uniforms/Jumpsuit/bartender_purple.rsi

- type: entity
parent: ClothingUniformBase
Expand Down Expand Up @@ -396,16 +397,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/janitor.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitKimono
name: kimono
description: traditional chinese clothing
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/kimono.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/kimono.rsi
# Moved this to jumpskirts.yml, further modifications made there.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Moved this to jumpskirts.yml, further modifications made there.
# Moved this to jumpskirts.yml, further modifications made there. // FloofStation

# - type: entity
# parent: ClothingUniformBase
# id: ClothingUniformJumpsuitKimono
# name: kimono
# description: traditional chinese clothing
# components:
# - type: Sprite
# sprite: Clothing/Uniforms/Jumpsuit/kimono.rsi
# - type: Clothing
# sprite: Clothing/Uniforms/Jumpsuit/kimono.rsi

- type: entity
parent: ClothingUniformBase
Expand Down Expand Up @@ -892,27 +894,29 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/journalist.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitMonasticRobeDark
name: dark monastic robe
description: It's a dark robe, often worn by religious folk.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_dark.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_dark.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitMonasticRobeLight
name: light monastic robe
description: It's a light robe, often worn by religious folk.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_light.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_light.rsi
# Moved this to jumpskirts.yml, further modifications made there.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Moved this to jumpskirts.yml, further modifications made there.
# Moved this to jumpskirts.yml, further modifications made there. // FloofStation

# - type: entity
# parent: ClothingUniformBase
# id: ClothingUniformJumpsuitMonasticRobeDark
# name: dark monastic robe
# description: It's a dark robe, often worn by religious folk.
# components:
# - type: Sprite
# sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_dark.rsi
# - type: Clothing
# sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_dark.rsi

# Moved this to jumpskirts.yml, further modifications made there.
# - type: entity
# parent: ClothingUniformBase
# id: ClothingUniformJumpsuitMonasticRobeLight
# name: light monastic robe
# description: It's a light robe, often worn by religious folk.
# components:
# - type: Sprite
# sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_light.rsi
# - type: Clothing
# sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_light.rsi

- type: entity
parent: ClothingUniformBase
Expand Down Expand Up @@ -1191,16 +1195,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/loungewear.rsi

- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitGladiator
name: gladiator uniform
description: Made for true gladiators (or Ash Walkers).
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/gladiator.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/gladiator.rsi
# Moved this to jumpskirts.yml, further modifications made there.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Moved this to jumpskirts.yml, further modifications made there.
# Moved this to jumpskirts.yml, further modifications made there. // FloofStation

# - type: entity
# parent: ClothingUniformBase
# id: ClothingUniformJumpsuitGladiator
# name: gladiator uniform
# description: Made for true gladiators (or Ash Walkers).
# components:
# - type: Sprite
# sprite: Clothing/Uniforms/Jumpsuit/gladiator.rsi
# - type: Clothing
# sprite: Clothing/Uniforms/Jumpsuit/gladiator.rsi

- type: entity
parent: ClothingUniformBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: ClothingUniformBase
parent: ClothingUniformSkirtBase
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
parent: ClothingUniformSkirtBase
parent: ClothingUniformSkirtBase # FloofStation

id: ClothingUniformJumpsuitChameleon
name: black jumpsuit
description: A generic black jumpsuit with no rank markings.
Expand Down
Loading