[Sponsor] YouWellLeer new fluff (#141)

This commit is contained in:
HitPanda
2023-05-31 19:31:19 +03:00
committed by Remuchi
parent 89a690c09c
commit 823598ce3f
45 changed files with 366 additions and 17 deletions

View File

@@ -60,24 +60,114 @@
sprite: White/Fluff/Maury/chemshit.rsi
# YouWellLeer
#- type: entity
# parent: Crowbar
# id: Sledgebar
# name: Mjolnir
# description: Отлично ломает кости ассистентам и клоуну.
# components:
# - type: Sprite
# sprite: White/Fluff/YouWellLeer/sledgebar.rsi
# state: icon
# netsync: false
# - type: Item
# sprite: White/Fluff/YouWellLeer/sledgebar.rsi
# size: 30
# - type: Wieldable
# - type: IncreaseDamageOnWield
# damage:
# types:
# Blunt: 10
- type: entity
parent: Crowbar
id: Sledgebar
name: Mjolnir
description: Отлично ломает кости ассистентам и клоуну.
parent: ClothingShoesBootsJack
id: LeerBoots
name: Дисциплина
description: Несогласные будут раздавлены.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/sledgebar.rsi
state: icon
netsync: false
- type: Item
sprite: White/Fluff/YouWellLeer/sledgebar.rsi
size: 30
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Blunt: 10
sprite: White/Fluff/YouWellLeer/hosboots.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hosboots.rsi
- type: entity
parent: ClothingHeadBase
id: LeerCap
name: Правосудие
description: Там, где правит совесть, законы не нужны.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hoscap.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hoscap.rsi
- type: entity
parent: ClothingNeckBase
id: LeerCloak
name: плащ-палатка
description: Плащ, который при необходимости можно оборудовать в палатку, незаменимая вещь на войне.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hoscloak.rsi
- type: entity
parent: ClothingHandsGlovesCombat
id: LeerGloves
name: Наказание
description: Тактические перчатки из синтетических волокон с дополнительной защитой рук.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hosgloves.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hosgloves.rsi
- type: entity
parent: ClothingOuterHardsuitSecurityRed
id: LeerHardsuit
name: Завет
description: Созданный на заказ, этот скафандр сочетает в себе хорошие показатели защиты и мобильности.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hoshardsuit.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hoshardsuit.rsi
- type: ToggleableClothing
clothingPrototype: LeerHelmet
- type: entity
parent: ClothingHeadHelmetHardsuitSecurityRed
id: LeerHelmet
name: шлем
description: Просто шлем
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hoshelmet.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hoshelmet.rsi
- type: PointLight
color: "#ff0000"
- type: entity
parent: ClothingUniformJumpsuitHoS
id: LeerJumpsuit
name: комплект ФПУ
description: Форма Полевая Универсальная - отличный выбор для любителей боевых действий.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hosjumpsuit.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hosjumpsuit.rsi
- type: entity
parent: ClothingMaskGas
id: LeerMask
name: Заслон-1
description: Полумаска из прочных материалов с возможностью подключения ЗСД.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hosmask.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hosmask.rsi
# merkkaa
- type: entity

View File

@@ -18,9 +18,49 @@
sponsorOnly: true
# YouWellLeer
#- type: loadout
# id: SledgebarLoadout
# entity: Sledgebar
# sponsorOnly: true
- type: loadout
id: SledgebarLoadout
entity: Sledgebar
id: LeerBootsLoadout
entity: LeerBoots
sponsorOnly: true
- type: loadout
id: LeerCapLoadout
entity: LeerCap
sponsorOnly: true
- type: loadout
id: LeerCloakLoadout
entity: LeerCloak
sponsorOnly: true
- type: loadout
id: LeerGlovesLoadout
entity: LeerGloves
sponsorOnly: true
- type: loadout
id: LeerHardsuitLoadout
entity: LeerHardsuit
sponsorOnly: true
- type: loadout
id: LeerHelmetLoadout
entity: LeerHelmet
sponsorOnly: true
- type: loadout
id: LeerJumpsuitLoadout
entity: LeerJumpsuit
sponsorOnly: true
- type: loadout
id: LeerMaskLoadout
entity: LeerMask
sponsorOnly: true
# мурка

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "YouWellLeer#5950 by Armolitskiy#4866",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "equipped-FEET-body-slim",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "YouWellLeer#5950 by Armolitskiy#4866",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "YouWellLeer#5950 by Armolitskiy#4866",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HAND",
"directions": 4
},
{
"name": "equipped-HAND-body-slim",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "YouWellLeer#5950 by Armolitskiy#4866",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-body-slim",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "YouWellLeer#5950 by Armolitskiy#4866",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-flash"
},
{
"name": "off-equipped-HELMET",
"directions": 4
},
{
"name": "on-equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

View File

@@ -0,0 +1,34 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "YouWellLeer#5950 by Armolitskiy#4866",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-body-slim",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "YouWellLeer#5950 by Armolitskiy#4866",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}