This commit is contained in:
Valtos
2024-10-12 22:32:07 +03:00
committed by GitHub
parent 2db8ee3cfd
commit 0edab0f1e2
19 changed files with 149 additions and 0 deletions

View File

@@ -61,3 +61,5 @@ marking-TechnoClawsEgoruch-claws_overlay = Клешни
marking-CatTailMarginal = Хвост леопарда
marking-CatTailMarginal-m_waggingtail_leopard_primary = Хвост
marking-CatTailMarginal-m_waggingtail_leopard_tertiary = Цвет хвоста
marking-IMercuryIHair = Полуночный мираж

View File

@@ -1185,3 +1185,40 @@
sprites:
- sprite: White/Fluff/DoxXxoM/hair.rsi
state: hair_allthefuzz
# IMercuryI
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitIMercuryI
suffix: fluff
name: Изумрудная загадка
description: Выражает Доминирующий черный оттенок, яркие зеленые акценты и атмосферу таинственности, окружающую как одежду так и ее обладателя.
components:
- type: Sprite
sprite: White/Fluff/IMercuryI/uniform.rsi
- type: Clothing
sprite: White/Fluff/IMercuryI/uniform.rsi
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterIMercuryI
name: Зеленый Авангард
description: Может похвастается изысканным дизайном и обтекаемым силуэтом который дополняет любое телосложение.
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/IMercuryI/suit.rsi
- type: Clothing
sprite: White/Fluff/IMercuryI/suit.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckTieIMercuryI
name: Диагональ
description: На нем смелый асимметричный узор который кажется смещается и меняется в зависимости от угла, под которым на него смотрят.
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/IMercuryI/tie.rsi
- type: Clothing
sprite: White/Fluff/IMercuryI/tie.rsi

View File

@@ -453,3 +453,19 @@
id: RitokaCloak
entity: ClothingOuterCloakRitoka
sponsorOnly: true
# IMercuryI
- type: sponsorLoadout
id: IMercuryIJumpsuit
entity: ClothingUniformJumpsuitIMercuryI
sponsorOnly: true
- type: sponsorLoadout
id: IMercuryISuit
entity: ClothingOuterIMercuryI
sponsorOnly: true
- type: sponsorLoadout
id: IMercuryITie
entity: ClothingNeckTieIMercuryI
sponsorOnly: true

View File

@@ -28,3 +28,12 @@
sprites:
- sprite: White/Mobs/Customization/imercuryi.rsi
state: fox_tail_wagging
- type: marking
id: IMercuryIHair
bodyPart: Hair
markingCategory: Hair
sponsorOnly: true
sprites:
- sprite: White/Fluff/IMercuryI/hair.rsi
state: hair_mercury

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

View File

@@ -0,0 +1,15 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "REBOLUTION228",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "hair_mercury",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "REBOLUTION228",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "icon"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "REBOLUTION228",
"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: 803 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

View File

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