Import colored jumpsuits from TG.

Including the holy grey jumpsuit.
This commit is contained in:
Pieter-Jan Briers
2020-04-23 16:41:45 +02:00
parent 4239e8c687
commit 7cb7e03ff6
109 changed files with 537 additions and 0 deletions

View File

@@ -0,0 +1,536 @@
- type: entity
parent: UniformBase
id: UniformColorBase
abstract: true
description: A standard issue colored jumpsuit. Variety is the spice of life!
components:
- type: Sprite
sprite: Clothing/Uniforms/color.rsi
- type: Icon
sprite: Clothing/Uniforms/color.rsi
- type: Clothing
sprite: Clothing/Uniforms/color.rsi
# worldwide
- type: entity
parent: UniformColorBase
id: UniformColorGrey
description: A tasteful grey jumpsuit that reminds you of the good old days.
name: grey jumpsuit
components:
- type: Sprite
state: grey
- type: Icon
state: grey
- type: Clothing
HeldPrefix: grey
- type: entity
parent: UniformColorGrey
id: UniformColorGreySkirt
description: A tasteful grey jumpskirt that reminds you of the good old days.
name: grey jumpskirt
components:
- type: Sprite
state: grey_skirt
- type: Icon
state: grey_skirt
- type: Clothing
ClothingPrefix: grey_skirt
femaleMask: UniformTop
# Black
- type: entity
parent: UniformColorBase
id: UniformColorBlack
name: black jumpsuit
components:
- type: Sprite
state: black
- type: Icon
state: black
- type: Clothing
HeldPrefix: black
- type: entity
parent: UniformColorBlack
id: UniformColorBlackSkirt
name: black jumpskirt
components:
- type: Sprite
state: black_skirt
- type: Icon
state: black_skirt
- type: Clothing
ClothingPrefix: black_skirt
femaleMask: UniformTop
# Blue
- type: entity
parent: UniformColorBase
id: UniformColorBlue
name: blue jumpsuit
components:
- type: Sprite
state: blue
- type: Icon
state: blue
- type: Clothing
HeldPrefix: blue
- type: entity
parent: UniformColorBlue
id: UniformColorBlueSkirt
name: grey jumpskirt
components:
- type: Sprite
state: blue_skirt
- type: Icon
state: blue_skirt
- type: Clothing
ClothingPrefix: blue_skirt
femaleMask: UniformTop
# Green
- type: entity
parent: UniformColorBase
id: UniformColorGreen
name: green jumpsuit
components:
- type: Sprite
state: green
- type: Icon
state: green
- type: Clothing
HeldPrefix: green
- type: entity
parent: UniformColorGreen
id: UniformColorGreenSkirt
name: green jumpskirt
components:
- type: Sprite
state: green_skirt
- type: Icon
state: green_skirt
- type: Clothing
ClothingPrefix: green_skirt
femaleMask: UniformTop
# Orange
- type: entity
parent: UniformColorBase
id: UniformColorOrange
name: orange jumpsuit
description: "Don't wear this near paranoid security officers."
components:
- type: Sprite
state: orange
- type: Icon
state: orange
- type: Clothing
HeldPrefix: orange
- type: entity
parent: UniformColorOrange
id: UniformColorOrangeSkirt
name: orange jumpskirt
components:
- type: Sprite
state: orange_skirt
- type: Icon
state: orange_skirt
- type: Clothing
ClothingPrefix: orange_skirt
femaleMask: UniformTop
# Pink
- type: entity
parent: UniformColorBase
id: UniformColorPink
name: pink jumpsuit
description: "Just looking at this makes you feel fabulous."
components:
- type: Sprite
state: pink
- type: Icon
state: pink
- type: Clothing
ClothingPrefix: pink
HeldPrefix: purple
- type: entity
parent: UniformColorPink
id: UniformColorPinkSkirt
name: pink jumpskirt
components:
- type: Sprite
state: pink_skirt
- type: Icon
state: pink_skirt
- type: Clothing
ClothingPrefix: pink_skirt
femaleMask: UniformTop
# Red
- type: entity
parent: UniformColorBase
id: UniformColorRed
name: red jumpsuit
components:
- type: Sprite
state: red
- type: Icon
state: red
- type: Clothing
HeldPrefix: red
- type: entity
parent: UniformColorRed
id: UniformColorRedSkirt
name: red jumpskirt
components:
- type: Sprite
state: red_skirt
- type: Icon
state: red_skirt
- type: Clothing
ClothingPrefix: red_skirt
femaleMask: UniformTop
# White
- type: entity
parent: UniformColorBase
id: UniformColorWhite
name: white jumpsuit
components:
- type: Sprite
state: white
- type: Icon
state: white
- type: Clothing
HeldPrefix: white
- type: entity
parent: UniformColorWhite
id: UniformColorWhiteSkirt
name: white jumpskirt
components:
- type: Sprite
state: white_skirt
- type: Icon
state: white_skirt
- type: Clothing
ClothingPrefix: white_skirt
femaleMask: UniformTop
# Yellow
- type: entity
parent: UniformColorBase
id: UniformColorYellow
name: yellow jumpsuit
components:
- type: Sprite
state: yellow
- type: Icon
state: yellow
- type: Clothing
HeldPrefix: yellow
- type: entity
parent: UniformColorYellow
id: UniformColorYellowSkirt
name: yellow jumpskirt
components:
- type: Sprite
state: yellow_skirt
- type: Icon
state: yellow_skirt
- type: Clothing
ClothingPrefix: yellow_skirt
femaleMask: UniformTop
# Dark blue
- type: entity
parent: UniformColorBase
id: UniformColorDarkBlue
name: dark blue jumpsuit
components:
- type: Sprite
state: darkblue
- type: Icon
state: darkblue
- type: Clothing
ClothingPrefix: darkblue
HeldPrefix: blue
- type: entity
parent: UniformColorDarkBlue
id: UniformColorDarkBlueSkirt
name: dark blue jumpskirt
components:
- type: Sprite
state: darkblue_skirt
- type: Icon
state: darkblue_skirt
- type: Clothing
ClothingPrefix: darkblue_skirt
femaleMask: UniformTop
# Teal
- type: entity
parent: UniformColorBase
id: UniformColorTeal
name: teal jumpsuit
components:
- type: Sprite
state: teal
- type: Icon
state: teal
- type: Clothing
ClothingPrefix: teal
HeldPrefix: blue
- type: entity
parent: UniformColorTeal
id: UniformColorTealSkirt
name: teal jumpskirt
components:
- type: Sprite
state: teal_skirt
- type: Icon
state: teal_skirt
- type: Clothing
ClothingPrefix: teal_skirt
femaleMask: UniformTop
# Purple
- type: entity
parent: UniformColorBase
id: UniformColorPurple
name: purple jumpsuit
components:
- type: Sprite
state: lightpurple
- type: Icon
state: lightpurple
- type: Clothing
ClothingPrefix: lightpurple
HeldPrefix: purple
- type: entity
parent: UniformColorPurple
id: UniformColorPurpleSkirt
name: purple jumpskirt
components:
- type: Sprite
state: lightpurple_skirt
- type: Icon
state: lightpurple_skirt
- type: Clothing
ClothingPrefix: lightpurple_skirt
femaleMask: UniformTop
# Dark Green
- type: entity
parent: UniformColorBase
id: UniformColorDarkGreen
name: dark green jumpsuit
components:
- type: Sprite
state: darkgreen
- type: Icon
state: darkgreen
- type: Clothing
ClothingPrefix: darkgreen
HeldPrefix: green
- type: entity
parent: UniformColorDarkGreen
id: UniformColorDarkGreenSkirt
name: dark green jumpskirt
components:
- type: Sprite
state: darkgreen_skirt
- type: Icon
state: darkgreen_skirt
- type: Clothing
ClothingPrefix: darkgreen_skirt
femaleMask: UniformTop
# Light Brown
- type: entity
parent: UniformColorBase
id: UniformColorLightBrown
name: light brown jumpsuit
components:
- type: Sprite
state: lightbrown
- type: Icon
state: lightbrown
- type: Clothing
HeldPrefix: lightbrown
- type: entity
parent: UniformColorLightBrown
id: UniformColorLightBrownSkirt
name: light brown jumpskirt
components:
- type: Sprite
state: lightbrown_skirt
- type: Icon
state: lightbrown_skirt
- type: Clothing
ClothingPrefix: lightbrown_skirt
femaleMask: UniformTop
# Brown
- type: entity
parent: UniformColorBase
id: UniformColorBrown
name: brown jumpsuit
components:
- type: Sprite
state: brown
- type: Icon
state: brown
- type: Clothing
ClothingPrefix: brown
HeldPrefix: lightbrown
- type: entity
parent: UniformColorBrown
id: UniformColorBrownSkirt
name: brown jumpskirt
components:
- type: Sprite
state: brown_skirt
- type: Icon
state: brown_skirt
- type: Clothing
ClothingPrefix: brown_skirt
femaleMask: UniformTop
# Maroon
- type: entity
parent: UniformColorBase
id: UniformColorMaroon
name: maroon jumpsuit
components:
- type: Sprite
state: maroon
- type: Icon
state: maroon
- type: Clothing
ClothingPrefix: maroon
HeldPrefix: red
- type: entity
parent: UniformColorMaroon
id: UniformColorMaroonSkirt
name: maroon jumpskirt
components:
- type: Sprite
state: maroon_skirt
- type: Icon
state: maroon_skirt
- type: Clothing
ClothingPrefix: maroon_skirt
femaleMask: UniformTop
# Rainbow
- type: entity
parent: UniformColorBase
id: UniformColorRainbow
name: rainbow jumpsuit
description: A multi-colored jumpskirt!
components:
- type: Sprite
state: rainbow
- type: Icon
state: rainbow
- type: Clothing
HeldPrefix: rainbow
- type: entity
parent: UniformColorRainbow
id: UniformColorRainbowSkirt
name: rainbow jumpskirt
components:
- type: Sprite
state: rainbow_skirt
- type: Icon
state: rainbow_skirt
- type: Clothing
ClothingPrefix: rainbow_skirt
femaleMask: UniformTop

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

Some files were not shown because too many files have changed in this diff Show More