Add loungewear (#19933)
This commit is contained in:
@@ -1301,3 +1301,14 @@
|
|||||||
- type: Construction
|
- type: Construction
|
||||||
graph: WebObjects
|
graph: WebObjects
|
||||||
node: jumpsuit
|
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
|
- ClothingShoesBootsSalvage
|
||||||
- ClothingShoesBootsWork
|
- ClothingShoesBootsWork
|
||||||
- ClothingShoesTourist
|
- ClothingShoesTourist
|
||||||
|
- ClothingUniformJumpsuitLoungewear
|
||||||
chance: 0.6
|
chance: 0.6
|
||||||
offset: 0.0
|
offset: 0.0
|
||||||
|
|
||||||
|
|||||||
@@ -66,6 +66,8 @@
|
|||||||
orGroup: dressermainloot
|
orGroup: dressermainloot
|
||||||
- id: ClothingUniformJumpskirtColorPink
|
- id: ClothingUniformJumpskirtColorPink
|
||||||
prob: 0.05
|
prob: 0.05
|
||||||
|
- id: ClothingUniformJumpsuitLoungewear
|
||||||
|
prob: 0.05
|
||||||
orGroup: dressermainloot
|
orGroup: dressermainloot
|
||||||
- id: Pen # It`s pen.
|
- id: Pen # It`s pen.
|
||||||
prob: 0.03
|
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