* Elf Supremacy

* Delete old ears

* Review Fix
This commit is contained in:
Farrellka 2025-02-05 19:49:04 +03:00 committed by deltanedas
parent 25792057c6
commit ece36cc749
10 changed files with 85 additions and 6 deletions

View File

@ -1 +1,6 @@
marking-HumanLongEars = Long Ears
marking-HumanLongEars = Long Ears Standard
marking-LongEarsWide = Long Ears Wide
marking-LongEarsSmall = Long Ears Small
marking-LongEarsUpwards = Long Ears Upwards
marking-LongEarsTall = Long Ears Tall
marking-LongEarsThin = Long Ears Thin

View File

@ -2,9 +2,64 @@
id: HumanLongEars
bodyPart: HeadTop
markingCategory: HeadTop
speciesRestriction: [Human, Dwarf]
forcedColoring: true
followSkinColor: true
speciesRestriction: [Human, Dwarf]
sprites:
- sprite: Mobs/Customization/ears.rsi
state: long_ears
state: long_ears_standard
- type: marking
id: LongEarsWide
bodyPart: HeadTop
markingCategory: HeadTop
forcedColoring: true
followSkinColor: true
speciesRestriction: [Human]
sprites:
- sprite: Mobs/Customization/ears.rsi
state: long_ears_wide
- type: marking
id: LongEarsSmall
bodyPart: HeadTop
markingCategory: HeadTop
forcedColoring: true
followSkinColor: true
speciesRestriction: [Human, Dwarf]
sprites:
- sprite: Mobs/Customization/ears.rsi
state: long_ears_small
- type: marking
id: LongEarsUpwards
bodyPart: HeadTop
markingCategory: HeadTop
forcedColoring: true
followSkinColor: true
speciesRestriction: [Human]
sprites:
- sprite: Mobs/Customization/ears.rsi
state: long_ears_upwards
- type: marking
id: LongEarsTall
bodyPart: HeadTop
markingCategory: HeadTop
forcedColoring: true
followSkinColor: true
speciesRestriction: [Human]
sprites:
- sprite: Mobs/Customization/ears.rsi
state: long_ears_tall
- type: marking
id: LongEarsThin
bodyPart: HeadTop
markingCategory: HeadTop
forcedColoring: true
followSkinColor: true
speciesRestriction: [Human, Dwarf]
sprites:
- sprite: Mobs/Customization/ears.rsi
state: long_ears_thin

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

View File

@ -1,16 +1,35 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Drawn by Rouge2t7/Sarahon",
"copyright": "Sprites by angelofallars (github)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "long_ears",
"name": "long_ears_standard",
"directions": 4
},
{
"name": "long_ears_wide",
"directions": 4
},
{
"name": "long_ears_small",
"directions": 4
},
{
"name": "long_ears_upwards",
"directions": 4
},
{
"name": "long_ears_tall",
"directions": 4
},
{
"name": "long_ears_thin",
"directions": 4
}
]
}