[Sponsor] M4ury fluff (#460)

This commit is contained in:
HitPanda
2023-10-01 21:55:21 +03:00
committed by Aviu00
parent 98984b895a
commit 4d4e2ef319
19 changed files with 150 additions and 8 deletions

View File

@@ -451,6 +451,15 @@ namespace Content.Shared.Movement.Systems
return true; return true;
} }
//WD start
if (_inventory.TryGetSlotEntity(uid, "neck", out var neck)
&& TryComp<FootstepModifierComponent>(neck, out var modifierComponent))
{
sound = modifierComponent.FootstepSoundCollection;
return true;
}
//WD end
return TryGetFootstepSound(uid, xform, shoes != null, out sound, tileDef: tileDef); return TryGetFootstepSound(uid, xform, shoes != null, out sound, tileDef: tileDef);
} }

View File

@@ -51,16 +51,52 @@
- type: GiftIgnore - type: GiftIgnore
# Maury # Maury
#- type: entity
# parent: ClothingUniformJumpsuitChemistry
# id: ClothingUniformJumpsuitMauryZ #Should be ClothingUniformJumpsuitMaury but i`m retard and lazy idiot
# name: Rupi's chemist uniform
# description: Обычно NanoTrasen не позволяет сотрудникам изменять выданную им униформу, но по отношению к Руперту они проявили снисходительность.
# components:
# - type: Sprite
# sprite: White/Fluff/Maury/chemshit.rsi
# - type: Clothing
# sprite: White/Fluff/Maury/chemshit.rsi
- type: entity - type: entity
parent: ClothingUniformJumpsuitChemistry parent: ClothingUniformJumpsuitColorGrey
id: ClothingUniformJumpsuitMauryZ #Should be ClothingUniformJumpsuitMaury but i`m retard and lazy idiot id: ClothingUniformJumpsuitColorMaury #Should be ClothingUniformJumpsuitMaury but i`m retard and lazy idiot
name: Rupi's chemist uniform name: красное худи
description: Обычно NanoTrasen не позволяет сотрудникам изменять выданную им униформу, но по отношению к Руперту они проявили снисходительность. description: Любимая худи Рупи с шортиками. Довольно странно, что NanoTrasen разрешила ему в очередной раз видоизменить свою форму, хотя и с условиями.
components: components:
- type: Sprite - type: Sprite
sprite: White/Fluff/Maury/chemshit.rsi sprite: White/Fluff/Maury/hoodie.rsi
- type: Clothing - type: Clothing
sprite: White/Fluff/Maury/chemshit.rsi sprite: White/Fluff/Maury/hoodie.rsi
- type: entity
parent: ClothingShoesColorBlack
id: ClothingShoesMaurySneakers
name: кеды
description: Крутые высокие кеды некой дочерней компании демократической страны, которая производила кеды с XX века.
components:
- type: Sprite
sprite: White/Fluff/Maury/sneakers.rsi
- type: Clothing
sprite: White/Fluff/Maury/sneakers.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckMauryChoker
name: кошачий ошейник
description: Кошачий ошейник с колокольчиком. Мило дзынькает и выглядит, но Рупи не даст вам его на себя надеть.
components:
- type: Sprite
sprite: White/Fluff/Maury/choker.rsi
- type: Clothing
sprite: White/Fluff/Maury/choker.rsi
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepJester
# YouWellLeer # YouWellLeer

View File

@@ -12,9 +12,24 @@
whitelistJobs: [Captain, HeadOfPersonnel, ChiefEngineer, ChiefMedicalOfficer, ResearchDirector, HeadOfSecurity, Quartermaster] whitelistJobs: [Captain, HeadOfPersonnel, ChiefEngineer, ChiefMedicalOfficer, ResearchDirector, HeadOfSecurity, Quartermaster]
# Maury # Maury
#- type: loadout
# id: ClothingUniformJumpsuitMaury #Should be ClothingUniformMauryLoadout but like i said i`m retard
# entity: ClothingUniformJumpsuitMauryZ
# sponsorOnly: true
- type: loadout - type: loadout
id: ClothingUniformJumpsuitMaury #Should be ClothingUniformMauryLoadout but like i said i`m retard id: MauryHoodieRed
entity: ClothingUniformJumpsuitMauryZ entity: ClothingUniformJumpsuitColorMaury
sponsorOnly: true
- type: loadout
id: MaurySneakersKedi
entity: ClothingShoesMaurySneakers
sponsorOnly: true
- type: loadout
id: MauryKolokolchik
entity: ClothingNeckMauryChoker
sponsorOnly: true sponsorOnly: true
# YouWellLeer # YouWellLeer

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "@.m4ury",
"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: 903 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "@.m4ury",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

View File

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