@@ -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
|
||||
|
||||
@@ -91,7 +91,8 @@
|
||||
- id: ClothingUniformJumpskirtOldDress
|
||||
- id: BikeHorn
|
||||
- id: ClownRecorder
|
||||
- id: ClothingBeltSuspenders
|
||||
- id: ClothingBeltSuspendersRed
|
||||
- id: ClothingBeltSuspendersBlack
|
||||
|
||||
- type: entity
|
||||
id: CrateServiceCustomSmokable
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -39,7 +39,8 @@
|
||||
- id: ClothingMaskRaven
|
||||
- id: ClothingMaskJackal
|
||||
- id: ClothingMaskBat
|
||||
- id: ClothingBeltSuspenders
|
||||
- id: ClothingBeltSuspendersRed
|
||||
- id: ClothingBeltSuspendersBlack
|
||||
- id: ClothingEyesEyepatch
|
||||
- id: ClothingEyesGlasses
|
||||
- id: ClothingHandsGlovesLatex
|
||||
|
||||
@@ -62,3 +62,14 @@
|
||||
id: MimeWintercoat
|
||||
equipment:
|
||||
outerClothing: ClothingOuterWinterMime
|
||||
|
||||
# Belt
|
||||
- type: loadout
|
||||
id: MimeSuspendersRed
|
||||
equipment:
|
||||
belt: ClothingBeltSuspendersRed
|
||||
|
||||
- type: loadout
|
||||
id: MimeSuspendersBlack
|
||||
equipment:
|
||||
belt: ClothingBeltSuspendersBlack
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -173,6 +173,7 @@
|
||||
- MimeJumpsuit
|
||||
- MimeBackpack
|
||||
- MimeOuterClothing
|
||||
- MimeBelt
|
||||
- Glasses
|
||||
- SurvivalMime
|
||||
- Trinkets
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
- type: startingGear
|
||||
id: MimeGear
|
||||
equipment:
|
||||
belt: ClothingBeltSuspenders
|
||||
gloves: ClothingHandsGlovesColorWhite
|
||||
shoes: ClothingShoesColorWhite
|
||||
pocket1: CrayonMime
|
||||
|
||||
|
After Width: | Height: | Size: 345 B |
BIN
Resources/Textures/Clothing/Belt/suspenders_black.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 557 B |
|
After Width: | Height: | Size: 425 B |
|
After Width: | Height: | Size: 437 B |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 433 B |
|
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 362 B |
|
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 371 B |
@@ -404,5 +404,8 @@ FoodMeatHawaiianKebab: FoodKebabSkewer
|
||||
FoodMeatKebab: FoodKebabSkewer
|
||||
FoodMeatFiestaKebab: FoodKebabSkewer
|
||||
|
||||
#2024-08-14
|
||||
ClothingBeltSuspenders: ClothingBeltSuspendersRed
|
||||
|
||||
# 2024-08-19
|
||||
ClothingNeckShockCollar: ClothingBackpackElectropack
|
||||
|
||||