Files
RoxyandGitHub 8f6d0d82cd Ports splurt's eastern dragon markings/ears/tail/snout (#5211)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Title
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

<!-- Please make sure to actually test your PRs. If you have not tested
your PR mention it. -->

## Why It's Good For The Game
More customization = good + a friend asked me to port it
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Proof Of Testing
<img width="68" height="69" alt="afbeelding"
src="https://github.com/user-attachments/assets/c1158b3a-546b-493d-9bdb-9c66c2c89878"
/>
<img width="67" height="69" alt="afbeelding"
src="https://github.com/user-attachments/assets/95b89d6c-065a-4ac4-a7a0-38c6b7d3ae7f"
/>
<img width="64" height="69" alt="afbeelding"
src="https://github.com/user-attachments/assets/4ae486ad-370d-496f-aca9-aee7c1e46365"
/>
<img width="66" height="69" alt="afbeelding"
src="https://github.com/user-attachments/assets/2a2bd56b-a6fb-4271-a65e-40af7d084339"
/>




<!-- Compile and run your code locally. Make sure it works. This is the
place to show off your changes! We are not responsible for testing your
features. -->
<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and its effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

🆑
add: Added the eastern dragon tail, snout, ears, and markings.
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->
2026-02-03 23:46:31 -05:00

177 lines
6.0 KiB
Plaintext

/datum/sprite_accessory/tails/mammal/wagging/shadekin/shadekin
recommended_species = list(SPECIES_SHADEKIN)
/datum/sprite_accessory/tails/mammal/wagging/shadekin
name = "Shadekin"
icon_state = "shadekin"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/shadekin/shadekinshort
name = "Shadekin Short"
icon_state = "shadekinshort"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/kagnarooalt
name = "Kangaroo (Alt)"
icon_state = "kangarooalt"
icon = 'modular_zubbers/icons/customization/kangarooalt.dmi'
/datum/sprite_accessory/tails/mammal/wagging/rattlesnake
name = "Rattlesnake"
icon_state = "rattlesnake"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/blackjackal
name = "Black-Backed Jackal"
icon_state = "blackjackal"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/gecko
name = "Gecko"
icon_state = "gecko"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/abdomen/fuzz_warm
name = "Fuzzy Abdomen (Warm)"
icon_state = "fuzz_warm" // Start of by @Sweettoothart
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_ONE_COLOR
/datum/sprite_accessory/tails/mammal/abdomen/fuzz_cold
name = "Fuzzy Abdomen (Cold)"
icon_state = "fuzz_cold"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_ONE_COLOR
/datum/sprite_accessory/tails/mammal/abdomen/wasp/thread
name = "Thread-Waisted Wasp"
icon_state = "wasp_thread"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/abdomen/wasp/stinger
name = "Wasp (Stinger)"
icon_state = "wasp_stinger"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/abdomen/wasp/stingerless
name = "Wasp (Stingerless)"
icon_state = "wasp_stingerless"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/abdomen/spider
name = "Spider"
icon_state = "spider"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_ONE_COLOR
/datum/sprite_accessory/tails/mammal/abdomen/spider/scarred
name = "Spider (Scarred)"
icon_state = "spider_scarred"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/abdomen/spider/spotted
name = "Spider (Spotted)"
icon_state = "spider_spotted"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/abdomen/spider/tipped
name = "Spider (Tipped)"
icon_state = "spider_tipped"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/abdomen/spider/contour
name = "Spider (Contour)"
icon_state = "spider_contour"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/abdomen/spider/underbelly
name = "Spider (Underbelly)"
icon_state = "spider_underbelly"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/earwig
name = "Earwig"
icon_state = "earwig"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_ONE_COLOR
/datum/sprite_accessory/tails/mammal/centipede
name = "Centipede"
icon_state = "centipede" // End of by @Sweettoothart
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/wagging/tailmaw/head
name = "Tailmaw (Coloured Head)"
icon_state = "tailmawwag_head"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/wagging/tailmaw/striped
name = "Tailmaw (Striped)"
icon_state = "tailmawwag_striped"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/wagging/tailmaw/stripedhead
name = "Tailmaw (Striped, Coloured Head)"
icon_state = "tailmawwag_stripedhead"
icon = 'modular_zubbers/icons/customization/tails.dmi'
color_src = USE_MATRIXED_COLORS
/datum/sprite_accessory/tails/mammal/wagging/large_cat_plain // Sprites by Smol42
name = "Large cat (Plain)"
icon_state = "largecatplain"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/large_cat_tip
name = "Large cat (Painted Tip)"
icon_state = "largecattip"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/large_cat_striped
name = "Large cat (Striped)"
icon_state = "largecatstriped"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/large_cat_circle
name = "Large cat (Circles)"
icon_state = "largecatcircle"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/large_cat_covered
name = "Large cat (Covered Top)"
icon_state = "largecatcovered"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/vulpkanin/fox/foxann
name = "Fox (Alt 3)"
icon_state = "foxann"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/kitsune/kitsuneann
name = "Kitsune (Ann)"
icon_state = "kitsuann"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/vulpkanin/fox/chemlight
name = "Chemlight"
icon_state = "chemlight"
icon = 'modular_zubbers/icons/customization/tails.dmi'
/datum/sprite_accessory/tails/mammal/wagging/vulpkanin/fox/chemlight/alt
name = "Striped tail"
icon_state = "chemlight_alt"
/datum/sprite_accessory/tails/mammal/wagging/easterndragon
name = "Eastern Dragon"
icon_state = "easternd"
icon = 'modular_zubbers/icons/customization/tails.dmi'