From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:05:43 +0000 (-0600) Subject: Lizard Underbelly Marking (#22200) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a5d16404f4b312352ae1a8ee9d8ddb2595958aed;p=space-station-14.git Lizard Underbelly Marking (#22200) * Underbelly marking * Locale --- diff --git a/Resources/Locale/en-US/markings/reptilian.ftl b/Resources/Locale/en-US/markings/reptilian.ftl index e7a68c49ea..4a6ca59099 100644 --- a/Resources/Locale/en-US/markings/reptilian.ftl +++ b/Resources/Locale/en-US/markings/reptilian.ftl @@ -90,3 +90,6 @@ marking-LizardHornsKoboldEars = Lizard Ears (Kobold) marking-LizardHornsFloppyKoboldEars-horns_floppy_kobold_ears = Lizard Ears (Floppy Kobold) marking-LizardHornsFloppyKoboldEars = Lizard Ears (Floppy Kobold) + +marking-LizardChestUnderbelly-body_underbelly = Lizard Chest (Underbelly) +marking-LizardChestUnderbelly = Lizard Chest (Underbelly) diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml index c9aba6f4bd..04c0f79167 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml @@ -280,3 +280,12 @@ sprites: - sprite: Mobs/Customization/reptilian_parts.rsi state: horns_floppy_kobold_ears + +- type: marking + id: LizardChestUnderbelly + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [Reptilian] + sprites: + - sprite: Mobs/Customization/reptilian_parts.rsi + state: body_underbelly diff --git a/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/body_underbelly.png b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/body_underbelly.png new file mode 100644 index 0000000000..2a149ea3ea Binary files /dev/null and b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/body_underbelly.png differ diff --git a/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/meta.json b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/meta.json index b4ed729b19..a9b7c44af0 100644 --- a/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/meta.json +++ b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore and Bighorn are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas.", + "copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore and Bighorn are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas. Body_underbelly made by Nairod(github) for SS14.", "size": { "x": 32, "y": 32 @@ -174,6 +174,10 @@ { "name": "horns_floppy_kobold_ears", "directions": 4 + }, + { + "name": "body_underbelly", + "directions": 4 } ] }