Skip to content

Commit

Permalink
Elf Ears (#33572)
Browse files Browse the repository at this point in the history
* Elf Supremacy

* Delete old ears

* Review Fix
  • Loading branch information
Farrellka-dev authored Feb 5, 2025
1 parent 1e7b414 commit d0bdbc8
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 5 deletions.
7 changes: 6 additions & 1 deletion Resources/Locale/en-US/markings/ears.ftl
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,64 @@
id: HumanLongEars
bodyPart: HeadTop
markingCategory: HeadTop
forcedColoring: true
followSkinColor: true
speciesRestriction: [Human, Dwarf]
sprites:
- sprite: Mobs/Customization/ears.rsi
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
state: long_ears_thin
Binary file not shown.
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.
25 changes: 22 additions & 3 deletions Resources/Textures/Mobs/Customization/ears.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
}

]
}

0 comments on commit d0bdbc8

Please sign in to comment.