add: add new fluff (#232)

This commit is contained in:
ThereDrD0
2024-03-24 02:43:33 +03:00
committed by GitHub
parent 7b6c723d2b
commit a5e6fad659
18 changed files with 108 additions and 27 deletions

View File

@@ -1014,34 +1014,33 @@
# kreses
- type: entity
parent: ClothingBackpack
id: KresesClothingBackpackDeath
name: рюкзак из исследователя пустоты
suffix: fluff
description: Кажется когда то это не было рюкзаком. Вы чувствуйте на себя взгляды из пустоты.
parent: ClothingBackpackSatchel
id: KresesClothingBackpackVoid
name: Сумка солдата сингулярности
description: В ней может храниться все, что угодно, даже сама сингулярность.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/ertleader.rsi
- type: Sprite
sprite: White/Fluff/kreses/sachel.rsi
- type: entity
parent: ClothingUniformJumpsuitDeathSquad
id: KresesClothingJumpsuitDeath
name: комбинезон исследователя из пустоты
suffix: fluff
description: Костюм тех, кто видел что внутри черной дыры. Если слишком долго смотреть в пустоту, то пустота начнёт смотреть в тебя.
parent: ClothingShoesBaseButcherable
id: KresesClothingShoesVoid
name: Ботинки солдата пустоты
description: Стандартная обувь иседователей бездны, все еще покрыты бурлящей кровью.
components:
- type: Sprite
sprite: White/Fluff/kreses/boots.rsi
- type: entity
parent: ClothingMaskGas
id: KresesClothingMaskGasDeath
name: противогаз исследователя пустоты
suffix: fluff
description: Стандартный противогаз для тех, кто любит полетать в космосе и понаблюдать вблизи за чёрной дырой.
parent: ClothingOuterBase
id: KresesClothingOuterVoid
name: Шинель солдата пустоты
description: Прямиком из сингулярности, как долго ты сможешь её носить?
components:
- type: Sprite
sprite: Clothing/Mask/squadron.rsi
- type: Clothing
sprite: Clothing/Mask/squadron.rsi
- type: Sprite
sprite: White/Fluff/kreses/coat.rsi
#Reider207
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterJacketReider207

View File

@@ -388,18 +388,18 @@
# kreses
- type: loadout
id: KresesGasMaskDeath
entity: KresesClothingMaskGasDeath
id: KresesBackpackVoid
entity: KresesClothingBackpackVoid
sponsorOnly: true
- type: loadout
id: KresesJumpsuitDeath
entity: KresesClothingJumpsuitDeath
id: KresesShoesVoid
entity: KresesClothingShoesVoid
sponsorOnly: true
- type: loadout
id: KresesBackpackDeath
entity: KresesClothingBackpackDeath
id: KresesCoatVoid
entity: KresesClothingOuterVoid
# Reider207
- type: loadout

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by @ninruB#7795, based off tgstation's jackboots at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe, reptilian made by kuro(388673708753027083)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 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/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 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/2e24b7af2221928e4b844a29408e821b60a5fe29, modified by linkblyat (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}