Skip to content

Commit

Permalink
Новые уши для расы Фелинидов (#405)
Browse files Browse the repository at this point in the history
* Раса Фелинид

новая раса

* Звуки Фелинидов

new sound [для расы]

* Add files via upload

* Damage Felinid

damage Felinid

* New ears Felinid

Новые уши для фелинидов.

* New ears Felinids

Новые уши
  • Loading branch information
spo9k authored Oct 8, 2023
1 parent 50ec7f9 commit 5fa09fd
Show file tree
Hide file tree
Showing 12 changed files with 167 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt

- type: marking
id: Фелинидские уши с пирсингом
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Felinid]
coloring:
default:
type:
!type:CategoryColoring
category: Hair
fallbackTypes:
- !type:SkinColoring
layers:
ears_cat_inner:
type:
!type:SimpleColoring
color: "#FFFFFF"
sprites:
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_pirsing_outer
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_pirsing_inner

- type: marking
id: Большие фелинидские ушы
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Felinid]
coloring:
default:
type:
!type:CategoryColoring
category: Hair
fallbackTypes:
- !type:SkinColoring
layers:
ears_cat_inner:
type:
!type:SimpleColoring
color: "#FFFFFF"
sprites:
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_big_outer
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_big_inner

- type: marking
id: Фелинидские уши
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Felinid]
coloring:
default:
type:
!type:CategoryColoring
category: Hair
fallbackTypes:
- !type:SkinColoring
layers:
ears_cat_inner:
type:
!type:SimpleColoring
color: "#FFFFFF"
sprites:
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_nyshka_outer
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_nyshka_inner

- type: marking
id: Фелинидские уши [2]
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Felinid]
coloring:
default:
type:
!type:CategoryColoring
category: Hair
fallbackTypes:
- !type:SkinColoring
layers:
ears_cat_inner:
type:
!type:SimpleColoring
color: "#FFFFFF"
sprites:
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_food_outer
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_food_inner

- type: marking
id: Фелинидские уши вины
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Felinid]
coloring:
default:
type:
!type:CategoryColoring
category: Hair
fallbackTypes:
- !type:SkinColoring
layers:
ears_vini_inner:
type:
!type:SimpleColoring
color: "#FFFFFF"
sprites:
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_vini_outer
- sprite: SS220/Mobs/Customization/felinid_parts.rsi
state: ears_vini_inner
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.
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.
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.
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.
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
@@ -0,0 +1,51 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "by spo9k\u0026lina",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "ears_food_inner",
"directions": 4
},
{
"name": "ears_food_outer",
"directions": 4
},
{
"name": "ears_nyshka_inner",
"directions": 4
},
{
"name": "ears_nyshka_outer",
"directions": 4
},
{
"name": "ears_pirsing_inner",
"directions": 4
},
{
"name": "ears_pirsing_outer",
"directions": 4
},
{
"name": "ears_vini_inner",
"directions": 4
},
{
"name": "ears_vini_outer",
"directions": 4
},
{
"name": "ears_big_inner",
"directions": 4
},
{
"name": "ears_big_outer",
"directions": 4
}
]
}

0 comments on commit 5fa09fd

Please sign in to comment.