[Sponsor] Oleg_Tinkoff fluff (#534)

* [Sponsor] Oleg_Tinkoff fluff

* name fix
This commit is contained in:
HitPanda
2023-11-02 07:37:43 +03:00
committed by Aviu00
parent d9ce4781d3
commit c5692b3588
12 changed files with 111 additions and 0 deletions

View File

@@ -763,3 +763,40 @@
sprite: White/Fluff/Medicgaming/deal_glasses.rsi
- type: Clothing
sprite: White/Fluff/Medicgaming/deal_glasses.rsi
# Oleg_Tinkoff
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHelmetGopTinkoff
name: шлем с забралом "Маска-1"
description: Защитный шлем «Маска-1» появился на вооружении в давних временах, как замена шлему «Сфера».
suffix: Fluff
components:
- type: Sprite
sprite: White/Fluff/Oleg_Tinkoff/helmet_gop.rsi
- type: Clothing
sprite: White/Fluff/Oleg_Tinkoff/helmet_gop.rsi
- type: entity
parent: ClothingShoesColorBlack
id: ClothingShoesGopTinkoff
name: cпортивные кроссовки "ГОП ПАК"
description: Предназначены для спорта и гоп стопа.
suffix: Fluff
components:
- type: Sprite
sprite: White/Fluff/Oleg_Tinkoff/shoes_gop.rsi
- type: Clothing
sprite: White/Fluff/Oleg_Tinkoff/shoes_gop.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformGopTinkoff
name: cпортивный костюм "ГОП ПАК"
description: От костюма пахнет семечками, порохом и криминалом.
suffix: Fluff
components:
- type: Sprite
sprite: White/Fluff/Oleg_Tinkoff/uniform_gop.rsi
- type: Clothing
sprite: White/Fluff/Oleg_Tinkoff/uniform_gop.rsi

View File

@@ -303,3 +303,19 @@
id: MedicgamingDealGlasses
entity: ClothingEyesDealGlassesMedic
sponsorOnly: true
# Oleg_Tinkoff
- type: loadout
id: TinkoffGopHelmet
entity: ClothingHeadHelmetGopTinkoff
sponsorOnly: true
- type: loadout
id: TinkoffShoesGop
entity: ClothingShoesGopTinkoff
sponsorOnly: true
- type: loadout
id: TinkoffSuitGop
entity: ClothingUniformGopTinkoff
sponsorOnly: true

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Belongs to @kupetsbakaleishik_",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

View File

@@ -0,0 +1,22 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Belongs to @kupetsbakaleishik_",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-body-slim",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Belongs to @kupetsbakaleishik_",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
}
]
}