Files
lukevaleandGitHub 00dfb7907c [Feature] Adds Chemlight's markings, tail, ears, and generic alts. (#4754)
## About The Pull Request
Adds in 2 tails, a new pair of tall ears, 2 tauric tails, and 3 sets of
markings. Primarily designed for Chemlight, but public use, with some
good parts that I'd think some people would love to use.

## Why It's Good For The Game

<!-- Please add a short description of why you think these changes would
benefit the game and the roleplay atmosphere of the server. If you can't
justify it in words, it might not be worth adding. -->

It adds more selections to the Taur list, with a highly requested model
that is of the quality standard of the codebase, which will impact in
the variety of characters in our community.

The generic alts of the tail and Taur are both really wonderful. The
taur has a custom made lay down sprite that's more then just
accordioning. The ears are generic, and fit canines quite happily. The
tail is a mix between the fox tail, with a split instead of a colored
tip. Which we don't have anything like as of yet. The belly trim marking
alone is wonderful on it's own, and the Chemlight and Chembright could
see some use for those who like how it looks on their character.

## Proof of Testing

<!-- Include any screenshots/videos/debugging steps of the code
functioning successfully, between the </summary> and </details> code
blocks. -->
<!-- To our mappers and spriters: Posting screenshots of content INSIDE
EDITORS (aseprite, PDN, SDMM, ect) is NOT valid proof of testing. Please
make sure that you COMPILE the game and provide PROOF you tested your
edits. -->

<details>
<summary>Screenshots/Videos</summary>
  
<img width="321" height="254" alt="Screenshot 2025-09-28 124839"
src="https://github.com/user-attachments/assets/12703639-8fee-4ac5-a63d-6c02c969a299"
/>
<img width="310" height="240" alt="Screenshot 2025-09-28 124945"
src="https://github.com/user-attachments/assets/ce43ba85-8edc-432d-a294-ca3c59260629"
/>
<img width="318" height="265" alt="Screenshot 2025-09-28 125023"
src="https://github.com/user-attachments/assets/0829f39f-3186-49f1-b383-da6fb9d0af88"
/>
<img width="386" height="225" alt="Screenshot 2025-09-28 125032"
src="https://github.com/user-attachments/assets/d52f76c6-1a2f-4a34-ba4e-a66e91fa291d"
/>
<img width="343" height="224" alt="Screenshot 2025-09-28 125047"
src="https://github.com/user-attachments/assets/4190f244-2e87-42e5-a93b-b8f6f79a945f"
/>
<img width="266" height="230" alt="Screenshot 2025-09-28 125100"
src="https://github.com/user-attachments/assets/3f7a5e50-753b-4b40-b951-53b4dd30d7a9"
/>
<img width="392" height="234" alt="Screenshot 2025-09-28 125303"
src="https://github.com/user-attachments/assets/6e96c374-f266-4550-ba4a-f93d7d0a185a"
/>
<img width="500" height="242" alt="Screenshot 2025-09-28 125313"
src="https://github.com/user-attachments/assets/79d06dbb-4102-4b3b-bf22-6884fddb714a"
/>
<img width="355" height="252" alt="Screenshot 2025-09-28 125617"
src="https://github.com/user-attachments/assets/601a77a8-8cb4-4e66-aff8-107db4fc68f3"
/>
<img width="499" height="248" alt="Screenshot 2025-09-28 125630"
src="https://github.com/user-attachments/assets/cc866d84-b4ea-43b6-aef1-bff425cda091"
/>
<img width="405" height="296" alt="Screenshot 2025-09-28 125643"
src="https://github.com/user-attachments/assets/6b27a3a6-4f31-4e21-9288-e1aaa7394f6a"
/>
<img width="565" height="239" alt="Screenshot 2025-09-28 125652"
src="https://github.com/user-attachments/assets/4cd177e0-8169-4c5b-b7b9-dae4d975a518"
/>
<img width="513" height="191" alt="Screenshot 2025-09-28 125741"
src="https://github.com/user-attachments/assets/4aefb5f9-1c56-4b8a-a483-54adea4377d7"
/>
<img width="292" height="236" alt="Screenshot 2025-09-28 125928"
src="https://github.com/user-attachments/assets/6dae7857-19d1-4c44-8219-89abd2fa40c5"
/>
<img width="313" height="207" alt="Screenshot 2025-09-28 125953"
src="https://github.com/user-attachments/assets/3b9548f9-13b1-4c9d-80da-a17c462d3f2a"
/>


</details>

## Changelog
🆑
add: Adds 3 new markings, Belly trim, Chemlight, and Chembright.
add: Adds two new tails, chemlight, and striped tail.
add: Adds two new taurs, chemlight, and striped canine.
add: Adds a new set of tall ears for those canines looking to get those
ear scritches.
/🆑
2025-10-01 14:18:56 -04:00

36 lines
967 B
Plaintext

/datum/sprite_accessory/taur/shadekin
name = "Shadekin Long Tail"
icon_state = "shadekinlong"
icon = 'modular_zubbers/icons/customization/taur.dmi'
taur_mode = STYLE_TAUR_PAW
/datum/sprite_accessory/taur/shadekin_long
name = "Shadekin Big Tail"
icon_state = "shadekinbig"
icon = 'modular_zubbers/icons/customization/taur.dmi'
taur_mode = STYLE_TAUR_PAW
/datum/sprite_accessory/taur/kitsune
name = "Kitsune"
icon_state = "kitsune"
icon = 'modular_zubbers/icons/customization/taur.dmi'
taur_mode = STYLE_TAUR_PAW
can_lay_down = TRUE
laydown_offset = -3
/datum/sprite_accessory/taur/kitsune/alt
name = "Kitsune (alt)"
icon_state = "kitsunealt"
/datum/sprite_accessory/taur/chemlight
name = "Chemtaur"
icon_state = "chemtaur"
icon = 'modular_zubbers/icons/customization/taur.dmi'
taur_mode = STYLE_TAUR_PAW
can_lay_down = TRUE
laydown_offset = -6
/datum/sprite_accessory/taur/chemlight/alt
name = "striped canine"
icon_state = "chemtaur_alt"