- 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
- ClothingShoesBootsSalvage
- ClothingShoesBootsWork
- ClothingShoesTourist
+ - ClothingUniformJumpsuitLoungewear
chance: 0.6
offset: 0.0
orGroup: dressermainloot
- id: ClothingUniformJumpskirtColorPink
prob: 0.05
+ - id: ClothingUniformJumpsuitLoungewear
+ prob: 0.05
orGroup: dressermainloot
- id: Pen # It`s pen.
prob: 0.03
--- /dev/null
+{
+ "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
+ }
+ ]
+}