From: Keer-Sar <144283718+Keer-Sar@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:13:14 +0000 (-0400) Subject: Add "Lizard Visage" Snout Markings to lizards (#35294) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=705e4d3aa1e759f35c3e79e44d162df7f8ab2680;p=space-station-14.git Add "Lizard Visage" Snout Markings to lizards (#35294) * initial commit * Update attribution in meta.json * Fix yaml formating in meta.json --- diff --git a/Resources/Locale/en-US/markings/reptilian.ftl b/Resources/Locale/en-US/markings/reptilian.ftl index c5b843109e..f7b7628907 100644 --- a/Resources/Locale/en-US/markings/reptilian.ftl +++ b/Resources/Locale/en-US/markings/reptilian.ftl @@ -117,3 +117,9 @@ marking-LizardChestFin = Lizard Fin marking-LizardSnoutSplotch = Lizard Snout (Splotch) marking-LizardSnoutSplotch-snout_splotch_primary = Muzzle marking-LizardSnoutSplotch-snout_splotch_secondary = Snoot + +marking-LizardSnoutVisageSharp = Lizard Visage (Sharp) +marking-LizardSnoutVisageSharp-visage_sharp = Lizard Visage (Sharp) + +marking-LizardSnoutVisageRound = Lizard Visage (Round) +marking-LizardSnoutVisageRound-visage_round = Lizard Visage (Round) diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml index c58e5a3bb3..f9bae9ef1a 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/reptilian.yml @@ -213,6 +213,24 @@ - sprite: Mobs/Customization/reptilian_parts.rsi state: snout_splotch_secondary +- type: marking + id: LizardSnoutVisageRound + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [Reptilian] + sprites: + - sprite: Mobs/Customization/reptilian_parts.rsi + state: visage_round + +- type: marking + id: LizardSnoutVisageSharp + bodyPart: Snout + markingCategory: Snout + speciesRestriction: [Reptilian] + sprites: + - sprite: Mobs/Customization/reptilian_parts.rsi + state: visage_sharp + - type: marking id: LizardChestTiger bodyPart: Chest diff --git a/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/meta.json b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/meta.json index 9e2e777c99..743d9bf1de 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, Bighorn and Demonic are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas. Back fin by alzore_ (Discord), Aquatic tail modified from smooth tail by alzore_ (discord). Body_underbelly made by Nairod(github) for SS14. Large drawn by Ubaser. Wagging tail by SonicDC. Splotch modified from Sharp by KittenColony(github). Frills neckfull come from: https://github.com/Bubberstation/Bubberstation/commit/8bc6b83404803466a560b694bf22ef3c0ac266a2, large wag by TiniestShark (github)", + "copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore, Bighorn and Demonic are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas. Back fin by alzore_ (Discord), Aquatic tail modified from smooth tail by alzore_ (discord). Body_underbelly made by Nairod(github) for SS14. Large drawn by Ubaser. Wagging tail by SonicDC. Splotch modified from Sharp by KittenColony(github). Frills neckfull come from: https://github.com/Bubberstation/Bubberstation/commit/8bc6b83404803466a560b694bf22ef3c0ac266a2, large wag by TiniestShark (github), Lizard Visage (Round & sharp) by Keer-Sar.", "size": { "x": 32, "y": 32 @@ -788,6 +788,14 @@ { "name": "frills_neckfull", "directions": 4 + }, + { + "name": "visage_round", + "directions": 4 + }, + { + "name": "visage_sharp", + "directions": 4 } ] } diff --git a/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/visage_round.png b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/visage_round.png new file mode 100644 index 0000000000..59abf4b069 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/visage_round.png differ diff --git a/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/visage_sharp.png b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/visage_sharp.png new file mode 100644 index 0000000000..738af2da79 Binary files /dev/null and b/Resources/Textures/Mobs/Customization/reptilian_parts.rsi/visage_sharp.png differ