Add black suspenders (#29055)

* Black suspenders

* fix

* fix linter
This commit is contained in:
lzk
2024-08-28 11:43:30 +02:00
committed by GitHub
parent 4d4a10dae6
commit 512d27ca6b
21 changed files with 69 additions and 9 deletions

View File

@@ -80,6 +80,7 @@ loadout-group-mime-mask = Mime mask
loadout-group-mime-jumpsuit = Mime jumpsuit
loadout-group-mime-backpack = Mime backpack
loadout-group-mime-outerclothing = Mime outer clothing
loadout-group-mime-belt = Mime belt
loadout-group-musician-jumpsuit = Musician jumpsuit
loadout-group-musician-outerclothing = Musician outer clothing

View File

@@ -91,7 +91,8 @@
- id: ClothingUniformJumpskirtOldDress
- id: BikeHorn
- id: ClownRecorder
- id: ClothingBeltSuspenders
- id: ClothingBeltSuspendersRed
- id: ClothingBeltSuspendersBlack
- type: entity
id: CrateServiceCustomSmokable

View File

@@ -672,20 +672,30 @@
- type: entity
parent: ClothingBeltBase
id: ClothingBeltSuspenders
name: suspenders
id: ClothingBeltSuspendersRed
name: red suspenders
description: For holding your pants up.
components:
- type: Tag
tags:
- MimeBelt
- type: Sprite
sprite: Clothing/Belt/suspenders.rsi
sprite: Clothing/Belt/suspenders_red.rsi
state: icon
- type: Clothing
sprite: Clothing/Belt/suspenders.rsi
sprite: Clothing/Belt/suspenders_red.rsi
quickEquip: true
- type: entity
parent: ClothingBeltSuspendersRed
id: ClothingBeltSuspendersBlack
name: black suspenders
components:
- type: Sprite
sprite: Clothing/Belt/suspenders_black.rsi
- type: Clothing
sprite: Clothing/Belt/suspenders_black.rsi
- type: entity
parent: ClothingBeltStorageBase
id: ClothingBeltWand

View File

@@ -39,7 +39,8 @@
- id: ClothingMaskRaven
- id: ClothingMaskJackal
- id: ClothingMaskBat
- id: ClothingBeltSuspenders
- id: ClothingBeltSuspendersRed
- id: ClothingBeltSuspendersBlack
- id: ClothingEyesEyepatch
- id: ClothingEyesGlasses
- id: ClothingHandsGlovesLatex

View File

@@ -62,3 +62,14 @@
id: MimeWintercoat
equipment:
outerClothing: ClothingOuterWinterMime
# Belt
- type: loadout
id: MimeSuspendersRed
equipment:
belt: ClothingBeltSuspendersRed
- type: loadout
id: MimeSuspendersBlack
equipment:
belt: ClothingBeltSuspendersBlack

View File

@@ -482,6 +482,13 @@
loadouts:
- MimeWintercoat
- type: loadoutGroup
id: MimeBelt
name: loadout-group-mime-belt
loadouts:
- MimeSuspendersRed
- MimeSuspendersBlack
- type: loadoutGroup
id: SurvivalMime
name: loadout-group-survival-mime

View File

@@ -173,6 +173,7 @@
- MimeJumpsuit
- MimeBackpack
- MimeOuterClothing
- MimeBelt
- Glasses
- SurvivalMime
- Trinkets

View File

@@ -36,7 +36,7 @@
- tag: MimeBelt
name: suspenders
icon:
sprite: Clothing/Belt/suspenders.rsi
sprite: Clothing/Belt/suspenders_red.rsi
state: icon
doAfter: 1
- node: mimeHardsuit

View File

@@ -13,7 +13,7 @@
name: mime edition happy honk meal
- tag: MimeBelt
icon:
sprite: Clothing/Belt/suspenders.rsi
sprite: Clothing/Belt/suspenders_red.rsi
state: icon
name: suspenders
doAfter: 2

View File

@@ -21,7 +21,6 @@
- type: startingGear
id: MimeGear
equipment:
belt: ClothingBeltSuspenders
gloves: ClothingHandsGlovesColorWhite
shoes: ClothingShoesColorWhite
pocket1: CrayonMime

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 and resprited",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

View File

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 286 B

View File

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 433 B

View File

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B

View File

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 371 B

View File

@@ -404,5 +404,8 @@ FoodMeatHawaiianKebab: FoodKebabSkewer
FoodMeatKebab: FoodKebabSkewer
FoodMeatFiestaKebab: FoodKebabSkewer
#2024-08-14
ClothingBeltSuspenders: ClothingBeltSuspendersRed
# 2024-08-19
ClothingNeckShockCollar: ClothingBackpackElectropack