[Sponsor] M4ury fluff (#460)
@@ -451,6 +451,15 @@ namespace Content.Shared.Movement.Systems
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
@@ -51,16 +51,52 @@
|
||||
- type: GiftIgnore
|
||||
|
||||
# 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
|
||||
parent: ClothingUniformJumpsuitChemistry
|
||||
id: ClothingUniformJumpsuitMauryZ #Should be ClothingUniformJumpsuitMaury but i`m retard and lazy idiot
|
||||
name: Rupi's chemist uniform
|
||||
description: Обычно NanoTrasen не позволяет сотрудникам изменять выданную им униформу, но по отношению к Руперту они проявили снисходительность.
|
||||
parent: ClothingUniformJumpsuitColorGrey
|
||||
id: ClothingUniformJumpsuitColorMaury #Should be ClothingUniformJumpsuitMaury but i`m retard and lazy idiot
|
||||
name: красное худи
|
||||
description: Любимая худи Рупи с шортиками. Довольно странно, что NanoTrasen разрешила ему в очередной раз видоизменить свою форму, хотя и с условиями.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: White/Fluff/Maury/chemshit.rsi
|
||||
sprite: White/Fluff/Maury/hoodie.rsi
|
||||
- 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
|
||||
|
||||
|
||||
@@ -12,9 +12,24 @@
|
||||
whitelistJobs: [Captain, HeadOfPersonnel, ChiefEngineer, ChiefMedicalOfficer, ResearchDirector, HeadOfSecurity, Quartermaster]
|
||||
|
||||
# Maury
|
||||
#- type: loadout
|
||||
# id: ClothingUniformJumpsuitMaury #Should be ClothingUniformMauryLoadout but like i said i`m retard
|
||||
# entity: ClothingUniformJumpsuitMauryZ
|
||||
# sponsorOnly: true
|
||||
|
||||
- type: loadout
|
||||
id: ClothingUniformJumpsuitMaury #Should be ClothingUniformMauryLoadout but like i said i`m retard
|
||||
entity: ClothingUniformJumpsuitMauryZ
|
||||
id: MauryHoodieRed
|
||||
entity: ClothingUniformJumpsuitColorMaury
|
||||
sponsorOnly: true
|
||||
|
||||
- type: loadout
|
||||
id: MaurySneakersKedi
|
||||
entity: ClothingShoesMaurySneakers
|
||||
sponsorOnly: true
|
||||
|
||||
- type: loadout
|
||||
id: MauryKolokolchik
|
||||
entity: ClothingNeckMauryChoker
|
||||
sponsorOnly: true
|
||||
|
||||
# YouWellLeer
|
||||
|
||||
|
After Width: | Height: | Size: 290 B |
BIN
Resources/Textures/White/Fluff/Maury/choker.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 627 B |
BIN
Resources/Textures/White/Fluff/Maury/choker.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 222 B |
BIN
Resources/Textures/White/Fluff/Maury/choker.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 224 B |
26
Resources/Textures/White/Fluff/Maury/choker.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 903 B |
BIN
Resources/Textures/White/Fluff/Maury/hoodie.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 437 B |
BIN
Resources/Textures/White/Fluff/Maury/hoodie.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 577 B |
BIN
Resources/Textures/White/Fluff/Maury/hoodie.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 561 B |
26
Resources/Textures/White/Fluff/Maury/hoodie.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 432 B |
|
After Width: | Height: | Size: 432 B |
BIN
Resources/Textures/White/Fluff/Maury/sneakers.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 284 B |
|
After Width: | Height: | Size: 288 B |
|
After Width: | Height: | Size: 291 B |
30
Resources/Textures/White/Fluff/Maury/sneakers.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||