]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fashion is my profession - Procedural jumpsuit variants (#25888)
authorEd <96445749+TheShuEd@users.noreply.github.com>
Fri, 15 Mar 2024 07:37:12 +0000 (10:37 +0300)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2024 07:37:12 +0000 (18:37 +1100)
commit986ac589b44687fd2f3b71da00a52434db75abe3
treefd887043e7629f3c35340d0a3cd47b2c618fe789
parent3c814f4652c679821613c618cd206988f011599a
Fashion is my profession - Procedural jumpsuit variants (#25888)

* add color field to clothing layers

* add support to randomsprite

* bababa

* finalize spriting work

* add to game

* fix

* remove space

* edit patelle, +1 decor variant

* added only pants, some sprite fix

* inflation

* fix mixed

* not tested commit

* Revert "not tested commit"

This reverts commit 4a904df3452263e87c9cb819ab5d8cf411ebe468.

* naked human is fun

* update

* add new style

* some sprite pixel tweak

* Update meta.json
46 files changed:
Content.Client/Clothing/ClientClothingSystem.cs
Content.Client/Sprite/RandomSpriteSystem.cs
Content.Shared/Clothing/EntitySystems/ClothingSystem.cs
Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_colors.yml
Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml
Resources/Prototypes/Entities/Clothing/Uniforms/random_suit.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Clothing/Uniforms/specific.yml
Resources/Prototypes/Entities/Structures/Furniture/dresser.yml
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_leg_short.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_leg_skirt.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_leg_skirt_long.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_leg_standart.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_torso_armless.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_torso_bra.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_torso_shirt.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_torso_standart.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/base_torso_standart2.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless1.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless10.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless2.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless3.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless4.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless5.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless6.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless7.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless8.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_armless9.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_bra1.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_bra2.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_bra3.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_bra4.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_bra5.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_shirt1.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_shirt2.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_shirt3.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart1.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart2.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart3.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart4.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart5.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart6.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart7.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart8.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/decor_torso_standart9.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/mask_null.png [new file with mode: 0644]
Resources/Textures/Clothing/Uniforms/procedural.rsi/meta.json [new file with mode: 0644]