Add loungewear (#19933)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
- ClothingShoesBootsSalvage
|
||||
- ClothingShoesBootsWork
|
||||
- ClothingShoesTourist
|
||||
- ClothingUniformJumpsuitLoungewear
|
||||
chance: 0.6
|
||||
offset: 0.0
|
||||
|
||||
|
||||
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user