[Sponsor] thechaotic fluff (#519)

(cherry picked from commit d19c807751258f9cfb205db01b0e4617b638fe98)
This commit is contained in:
HitPanda
2023-10-28 15:23:03 +03:00
committed by Aviu00
parent 19c857d773
commit 64b926470d
12 changed files with 86 additions and 0 deletions

View File

@@ -491,6 +491,30 @@
contents: contents:
- id: SmokingPipeFilledTobacco - id: SmokingPipeFilledTobacco
- type: entity
parent: ClothingNeckBase
id: ClothingNeckTieThechaotic
name: багровый галстук
description: Свободно завязанный тёмно-красный галстук, показывает что детектив работает не в полную силу.
suffix: Fluff
components:
- type: Sprite
sprite: White/Fluff/thechaotic/red_tie.rsi
- type: Clothing
sprite: White/Fluff/thechaotic/red_tie.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingJumpsuitBlackThechaotic
name: экстра нуарный костюм
description: Когда просто нуарного для полного эффекта не хватает.
suffix: Fluff
components:
- type: Sprite
sprite: White/Fluff/thechaotic/black_suit.rsi
- type: Clothing
sprite: White/Fluff/thechaotic/black_suit.rsi
#6elblu #6elblu
- type: entity - type: entity
parent: ClothingNeckBase parent: ClothingNeckBase

View File

@@ -172,6 +172,16 @@
entity: ClothingOuterCoatThechaotic entity: ClothingOuterCoatThechaotic
sponsorOnly: true sponsorOnly: true
- type: loadout
id: thechaoticSuitLoadout
entity: ClothingJumpsuitBlackThechaotic
sponsorOnly: true
- type: loadout
id: thechaoticTieLoadout
entity: ClothingNeckTieThechaotic
sponsorOnly: true
#6elblu #6elblu
- type: loadout - type: loadout
id: 6elbluCloakLoadout id: 6elbluCloakLoadout

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "thechaotic",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "thechaotic",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}