[Sponsor] thechaotic fluff (#519)
(cherry picked from commit d19c807751258f9cfb205db01b0e4617b638fe98)
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 407 B |
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 518 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 218 B |
BIN
Resources/Textures/White/Fluff/thechaotic/red_tie.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 457 B |
|
After Width: | Height: | Size: 177 B |
|
After Width: | Height: | Size: 174 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||