Add loungewear (#19933)

This commit is contained in:
Ubaser
2023-09-15 17:00:29 +10:00
committed by GitHub
parent 08b6f0748a
commit 89f5fa2247
8 changed files with 40 additions and 0 deletions

View File

@@ -1301,3 +1301,14 @@
- type: Construction
graph: WebObjects
node: jumpsuit
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitLoungewear
name: loungewear
description: A long stretch of fabric that wraps around your body for comfort.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/loungewear.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/loungewear.rsi

View File

@@ -106,6 +106,7 @@
- ClothingShoesBootsSalvage
- ClothingShoesBootsWork
- ClothingShoesTourist
- ClothingUniformJumpsuitLoungewear
chance: 0.6
offset: 0.0

View File

@@ -66,6 +66,8 @@
orGroup: dressermainloot
- id: ClothingUniformJumpskirtColorPink
prob: 0.05
- id: ClothingUniformJumpsuitLoungewear
prob: 0.05
orGroup: dressermainloot
- id: Pen # It`s pen.
prob: 0.03

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Ubaser",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}