Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавление 2х маркингов вульпканинам. #627

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ marking-VulpEarFade = Уши Вульпканина (Плавный перехо
marking-VulpEarFennec = Уши Вульпканина (Фенек)
marking-VulpEarFox = Уши Вульпканина (Лиса)
marking-VulpEarJackal = Уши Вульпканина (Шакал)
marking-VulpEarJackalAlt = Уши Вульпканина (Шакал, Альтернативный)
marking-VulpEarOtie = Уши Вульпканина (Оти)
marking-VulpEarSharp = Уши Вульпканина (Острые)
marking-VulpEarShock = Уни Вульпканина (Узкие)
Expand Down Expand Up @@ -44,6 +45,7 @@ marking-VulpTailCoyoteWag = Хвост Вульпканина (Койот, Ви
marking-VulpTailDalmatianWag = Хвост Вульпканина (Далматин, Виляющий)
marking-VulpTailFennec = Хвост Вульпканина (Фенек)
marking-VulpTailFluffy = Хвост Вульпканина (Пушистый)
marking-VulpTailFluffyAlt = Хвост Вульпканина (Пушистый, Альтернативный)
marking-VulpTailFox = Хвост Вульпканина (Лиса)
marking-VulpTailFox2 = Хвост Вульпканина (Лиса, второй вариант
marking-VulpTailFox3 = Хвост Вульпканина (Лиса, третий вариант)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@
- sprite: _Sunrise/Mobs/Customization/Vulpkanin/ear_markings.rsi
state: jackal-inner

- type: marking
id: VulpEarJackalAlt
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Vulpkanin]
sprites:
- sprite: _Sunrise/Mobs/Customization/Vulpkanin/ear_markings.rsi
state: jackal_alt
- sprite: _Sunrise/Mobs/Customization/Vulpkanin/ear_markings.rsi
state: jackal_alt-inner

- type: marking
id: VulpEarTerrier
bodyPart: HeadTop
Expand Down Expand Up @@ -501,6 +512,17 @@
- sprite: _Sunrise/Mobs/Customization/Vulpkanin/tail_markings.rsi
state: fluffy

- type: marking
id: VulpTailFluffyAlt
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Vulpkanin]
sprites:
- sprite: _Sunrise/Mobs/Customization/Vulpkanin/tail_markings.rsi
state: fluffy_alt-outer
- sprite: _Sunrise/Mobs/Customization/Vulpkanin/tail_markings.rsi
state: fluffy_alt-inner

- type: marking
id: VulpTailDalmatianWag
bodyPart: Tail
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@
{
"name": "dalmatian",
"directions": 4
},
{
"name": "jackal_alt",
"directions": 4
},
{
"name": "jackal_alt-inner",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@
"name": "dalmatian_wag",
"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]]
},
{
"name": "fluffy_alt-outer",
"directions": 4
},
{
"name": "fluffy_alt-inner",
"directions": 4
}
]
}
Loading