diff --git a/Resources/Locale/en-US/_CP14/markings/elf-ears.ftl b/Resources/Locale/en-US/_CP14/markings/elf-ears.ftl index 79c0378ee3..92fd0f243f 100644 --- a/Resources/Locale/en-US/_CP14/markings/elf-ears.ftl +++ b/Resources/Locale/en-US/_CP14/markings/elf-ears.ftl @@ -1,4 +1,5 @@ marking-CP14ElfEars = Elf benchmark marking-CP14ElfEars2 = Lop-eared marking-CP14ElfEars3 = Low landing -marking-CP14ElfEars3Broken = Lobes \ No newline at end of file +marking-CP14ElfEars3Broken = Lobes +marking-CP14ElfEars4 = Big eared diff --git a/Resources/Locale/ru-RU/_CP14/markings/elf-ears.ftl b/Resources/Locale/ru-RU/_CP14/markings/elf-ears.ftl index 784f2ef149..9260c47ef6 100644 --- a/Resources/Locale/ru-RU/_CP14/markings/elf-ears.ftl +++ b/Resources/Locale/ru-RU/_CP14/markings/elf-ears.ftl @@ -1,4 +1,5 @@ marking-CP14ElfEars = Эльфийский эталон marking-CP14ElfEars2 = Вислоухий marking-CP14ElfEars3 = Низкая посадка -marking-CP14ElfEars3Broken = Огрызок \ No newline at end of file +marking-CP14ElfEars3Broken = Огрызок +marking-CP14ElfEars4 = Большеухий diff --git a/Resources/Prototypes/_CP14/Entities/Mobs/Customization/Markings/elf_ears.yml b/Resources/Prototypes/_CP14/Entities/Mobs/Customization/Markings/elf_ears.yml index 404285794c..30542c00bb 100644 --- a/Resources/Prototypes/_CP14/Entities/Mobs/Customization/Markings/elf_ears.yml +++ b/Resources/Prototypes/_CP14/Entities/Mobs/Customization/Markings/elf_ears.yml @@ -34,3 +34,11 @@ - sprite: _CP14/Mobs/Customization/elf_ears.rsi state: ears3_broken +- type: marking + id: CP14ElfEars4 + bodyPart: HeadTop + markingCategory: HeadTop + speciesRestriction: [ CP14Elf ] + sprites: + - sprite: _CP14/Mobs/Customization/elf_ears.rsi + state: ears4 diff --git a/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/ears4.png b/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/ears4.png new file mode 100644 index 0000000000..3b2942b580 Binary files /dev/null and b/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/ears4.png differ diff --git a/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/meta.json index ea75368a7c..eb628a53e4 100644 --- a/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-4.0", - "copyright": "Created by TheShuEd (Github)", + "copyright": "Created by TheShuEd (Github), ears4 by Lugzag", "size": { "x": 32, "y": 32 @@ -22,6 +22,10 @@ { "name": "ears3_broken", "directions": 4 + }, + { + "name": "ears4", + "directions": 4 } ] }