From: Pgriha <133212269+Pgriha@users.noreply.github.com> Date: Sun, 20 Apr 2025 12:03:37 +0000 (+0300) Subject: Heterochromia for Moth (#36061) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=097aff5e58367bfeccc6bc490b3f9bacc1294fe0;p=space-station-14.git Heterochromia for Moth (#36061) * 1 * Fix local * formatting --------- Co-authored-by: Milon --- diff --git a/Resources/Locale/en-US/markings/tattoos.ftl b/Resources/Locale/en-US/markings/tattoos.ftl index a3d1d1ef68..c16b105467 100644 --- a/Resources/Locale/en-US/markings/tattoos.ftl +++ b/Resources/Locale/en-US/markings/tattoos.ftl @@ -27,3 +27,9 @@ marking-TattooEyeRight = Right Eye marking-TattooEyeLeft-tattoo_eye_l = Left Eye marking-TattooEyeLeft = Left Eye + +marking-TattooEyeMothRight-tattoo_eye_moth_r = Right Eye +marking-TattooEyeMothRight = Right Eye + +marking-TattooEyeMothLeft-tattoo_eye_moth_l = Left Eye +marking-TattooEyeMothLeft = Left Eye diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml index 8a1c1f5d78..8a47856fec 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/tattoos.yml @@ -137,3 +137,31 @@ sprites: - sprite: Mobs/Customization/tattoos.rsi state: tattoo_eye_l + +- type: marking + id: TattooEyeMothRight + bodyPart: Eyes + markingCategory: Overlay + speciesRestriction: [Moth] + coloring: + default: + type: + !type:EyeColoring + negative: true + sprites: + - sprite: Mobs/Customization/tattoos.rsi + state: tattoo_eye_moth_r + +- type: marking + id: TattooEyeMothLeft + bodyPart: Eyes + markingCategory: Overlay + speciesRestriction: [Moth] + coloring: + default: + type: + !type:EyeColoring + negative: true + sprites: + - sprite: Mobs/Customization/tattoos.rsi + state: tattoo_eye_moth_l diff --git a/Resources/Textures/Mobs/Customization/tattoos.rsi/meta.json b/Resources/Textures/Mobs/Customization/tattoos.rsi/meta.json index 38dfe7ea71..bd8400a374 100644 --- a/Resources/Textures/Mobs/Customization/tattoos.rsi/meta.json +++ b/Resources/Textures/Mobs/Customization/tattoos.rsi/meta.json @@ -46,6 +46,14 @@ { "name": "tattoo_eye_l", "directions": 4 + }, + { + "name": "tattoo_eye_moth_r", + "directions": 4 + }, + { + "name": "tattoo_eye_moth_l", + "directions": 4 } ] } diff --git a/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_l.png b/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_l.png new file mode 100644 index 0000000000..1f8d615f49 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_l.png differ diff --git a/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_r.png b/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_r.png new file mode 100644 index 0000000000..86e104d1eb Binary files /dev/null and b/Resources/Textures/Mobs/Customization/tattoos.rsi/tattoo_eye_moth_r.png differ