[Sponsor] YouWellLeer fluff update (#409)

This commit is contained in:
HitPanda
2023-09-17 17:57:38 +03:00
committed by Aviu00
parent 48cb1547f5
commit 2869710d3d
37 changed files with 94 additions and 42 deletions

View File

@@ -60,6 +60,7 @@
sprite: White/Fluff/Maury/chemshit.rsi
# YouWellLeer
#- type: entity
# parent: Crowbar
# id: Sledgebar
@@ -79,22 +80,22 @@
# types:
# Blunt: 10
- type: entity
parent: ClothingShoesBootsJack
id: LeerBoots
name: Дисциплина
description: Несогласные будут раздавлены.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hosboots.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hosboots.rsi
#- type: entity
# parent: ClothingShoesBootsJack
# id: LeerBoots
# name: Дисциплина
# description: Несогласные будут раздавлены.
# components:
# - type: Sprite
# sprite: White/Fluff/YouWellLeer/hosboots.rsi
# - type: Clothing
# sprite: White/Fluff/YouWellLeer/hosboots.rsi
- type: entity
parent: ClothingHeadBase
id: LeerCap
name: Правосудие
description: Там, где правит совесть, законы не нужны.
name: старая фуражка
description: Реплика фуражки времен старого космоса. Согласно некоторым источникам, такую фуражку носили солдаты несколько столетий назад.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hoscap.rsi
@@ -110,22 +111,22 @@
- 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: 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: Созданный на заказ, этот скафандр сочетает в себе хорошие показатели защиты и мобильности.
name: Первопроходец
description: Боевой скафандр десантников ВКФ, умело разобранный и модифицированный мастерами-любителями.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hoshardsuit.rsi
@@ -145,13 +146,12 @@
- type: Clothing
sprite: White/Fluff/YouWellLeer/hoshelmet.rsi
- type: PointLight
color: "#ff0000"
- type: entity
parent: ClothingUniformJumpsuitHoS
id: LeerJumpsuit
name: комплект ФПУ
description: Форма Полевая Универсальная - отличный выбор для любителей боевых действий.
name: водолазка ВКФ
description: Комплект прочной одежды со страховочными ремнями.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hosjumpsuit.rsi
@@ -169,6 +169,17 @@
- type: Clothing
sprite: White/Fluff/YouWellLeer/hosmask.rsi
- type: entity
parent: ClothingOuterCoatHoSTrench
id: LeerTrench
name: Офицерский китель
description: Бронежилет, поверх которого надет парадный китель офицера ВКФ. Погоны, кажется, сорваны.
components:
- type: Sprite
sprite: White/Fluff/YouWellLeer/hostrench.rsi
- type: Clothing
sprite: White/Fluff/YouWellLeer/hostrench.rsi
# merkkaa
- type: entity
parent: Bible

View File

@@ -18,16 +18,17 @@
sponsorOnly: true
# YouWellLeer
#- type: loadout
# id: SledgebarLoadout
# entity: Sledgebar
# sponsorOnly: true
- type: loadout
id: LeerBootsLoadout
entity: LeerBoots
sponsorOnly: true
whitelistedJobs: [HeadOfSecurity]
#- type: loadout
# id: LeerBootsLoadout
# entity: LeerBoots
# sponsorOnly: true
# whitelistedJobs: [HeadOfSecurity]
- type: loadout
id: LeerCapLoadout
@@ -41,11 +42,11 @@
sponsorOnly: true
whitelistedJobs: [HeadOfSecurity]
- type: loadout
id: LeerGlovesLoadout
entity: LeerGloves
sponsorOnly: true
whitelistedJobs: [HeadOfSecurity]
#- type: loadout
# id: LeerGlovesLoadout
# entity: LeerGloves
# sponsorOnly: true
# whitelistedJobs: [HeadOfSecurity]
- type: loadout
id: LeerHardsuitLoadout
@@ -71,6 +72,12 @@
sponsorOnly: true
whitelistedJobs: [HeadOfSecurity]
- type: loadout
id: LeerTrenchLoadout
entity: LeerTrench
sponsorOnly: true
whitelistedJobs: [HeadOfSecurity]
# мурка
- type: loadout
id: BibleNyaLoadout

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 B

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

View File

@@ -13,6 +13,14 @@
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 B

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 784 B

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 683 B

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 683 B

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 B

After

Width:  |  Height:  |  Size: 439 B

View File

@@ -18,10 +18,6 @@
"name": "equipped-INNERCLOTHING-body-slim",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "@youwellleer",
"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
}
]
}