- add: DOOMMAX fluff. (#91)

This commit is contained in:
Aviu00
2024-02-18 17:27:36 +09:00
committed by GitHub
parent b79e867c9b
commit 3097333fae
12 changed files with 88 additions and 0 deletions

View File

@@ -107,6 +107,30 @@
- type: Clothing
sprite: White/Fluff/DOOMMAX/bishop_schema_hood.rsi
- type: entity
parent: ClothingNeckBase
id: DoommaxCapCloak
name: широкая шинель капитана
description: Широкая капитанская шинель. Кажется, она не по размеру вам, но как накидка на плечи сойдёт.
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/DOOMMAX/cap_cloak.rsi
- type: Clothing
sprite: White/Fluff/DOOMMAX/cap_cloak.rsi
- type: entity
parent: ClothingHeadBase
id: DoommaxCapCap
name: роскошная фуражка капитана
description: Комично огромная фуражка капитана. Даже клоун позавидует вашей помпезности.
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/DOOMMAX/cap_cap.rsi
- type: Clothing
sprite: White/Fluff/DOOMMAX/cap_cap.rsi
# Maury
#- type: entity
# parent: ClothingUniformJumpsuitChemistry

View File

@@ -29,6 +29,18 @@
sponsorOnly: true
whitelistJobs: [Chaplain]
- type: loadout
id: DoommaxCapCloakLoadout
entity: DoommaxCapCloak
sponsorOnly: true
whitelistJobs: [Captain]
- type: loadout
id: DoommaxCapCapLoadout
entity: DoommaxCapCap
sponsorOnly: true
whitelistJobs: [Captain]
# Maury
#- type: loadout
# id: ClothingUniformJumpsuitMaury #Should be ClothingUniformMauryLoadout but like i said i`m retard

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Gargarien for DOOMMAX",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Gargarien for DOOMMAX",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "icon"
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
}
]
}