Reider207 Fluff (#583)

* Reider207 tail

* Jacket
This commit is contained in:
Aviu00
2023-12-23 21:14:48 +09:00
committed by Aviu00
parent d8e4f3b21f
commit 970489d8ec
10 changed files with 155 additions and 1 deletions

View File

@@ -47,3 +47,7 @@ marking-knifeCappyTail2 = Хвост Аксолотля
marking-FoxEarsIMercuryI = Льсьи ушки
marking-FoxTailIMercuryI = Лисий хвост
marking-FoxTailWaggingIMercuryI = Лисий хвост, махает.
marking-TailReider207 = Волчий хвост
marking-TailReider207-tail = Хвост
marking-TailReider207-tailtip = Кончик

View File

@@ -972,3 +972,15 @@
sprite: White/Fluff/antohag/hosmask.rsi
- type: Clothing
sprite: White/Fluff/antohag/hosmask.rsi
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterJacketReider207
name: Куртка "Trauma Team"
description: Эта куртка, выполненная из высокотехнологичных материалов, идеально сочетает в себе практичность и эстетику. С ходом времени и сменой владельцев, её функции и предназначения были утеряны. Единственный понятный элемент это зелёный символ, нанесённый несмываемой краской, каким-то идиотом.
suffix: fluff
components:
- type: Sprite
sprite: White/Fluff/Reider207/jacket.rsi
- type: Clothing
sprite: White/Fluff/Reider207/jacket.rsi

View File

@@ -1,4 +1,4 @@
# DOOMMAX
# DOOMMAX
- type: loadout
id: SuitGlamorousLoadout
entity: ClothingOuterSuitGlamorous
@@ -374,3 +374,9 @@
id: ForgPlushieRyan
entity: PlushieRyanForg
sponsorOnly: true
# Reider207
- type: loadout
id: Reider207Jacket
entity: ClothingOuterJacketReider207
sponsorOnly: true

View File

@@ -0,0 +1,11 @@
- type: marking
id: TailReider207
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [ Human, Felinid ]
sponsorOnly: true
sprites:
- sprite: White/Mobs/Customization/reider207_tail.rsi
state: tail
- sprite: White/Mobs/Customization/reider207_tail.rsi
state: tailtip

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 731 B

View File

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

View File

@@ -0,0 +1,103 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Reider207",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "tail",
"directions": 4,
"delays" : [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "tailtip",
"directions": 4,
"delays" : [
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B