mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Add colorable tajara fancy uniforms (#22332)
Adds loadout entries for colorable variants of the tajaran fancy uniform and fancy uniform with skirt. <img width="320" height="1000" alt="kWG2Cynbbm" src="https://github.com/user-attachments/assets/49d030b9-7bd5-4598-b3df-6139f5c45911" /> <img width="320" height="1000" alt="0OiS9w55Mm" src="https://github.com/user-attachments/assets/3167f319-e89e-48d5-b418-82f5abbd3965" /> Sprites are just recolored/grayscaled versions of the existing sprites. Also, I had to change the default option for the loadout entry because the accent color button only shows up if the default option has accent colors. Also has variants for gold buttons vs silver buttons. I'm told apparently there's a way to have a third colorable option but I couldn't find it and I've already spent 5+ hours today working on a character then PRing this for that character. I just want blue. I'm sorry (Not really).
This commit is contained in:
@@ -143,14 +143,18 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
/datum/gear/uniform/tajara_colorable
|
||||
display_name = "tajaran uniform and dress selection (colorable)"
|
||||
description = "A selection of colorable tajaran native uniforms and dresses."
|
||||
path = /obj/item/clothing/under/dress/tajaran/long
|
||||
path = /obj/item/clothing/under/tajaran/fancy/colorable
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
|
||||
sort_category = "Xenowear - Tajara"
|
||||
|
||||
/datum/gear/uniform/tajara_colorable/New()
|
||||
..()
|
||||
var/list/uniform = list()
|
||||
uniform["fancy uniform"] = /obj/item/clothing/under/tajaran/fancy/colorable
|
||||
uniform["fancy uniform, silver buttons"] = /obj/item/clothing/under/tajaran/fancy/colorable/silver
|
||||
uniform["fancy uniform with skirt"] = /obj/item/clothing/under/dress/tajaran/formal/colorable
|
||||
uniform["fancy uniform with skirt, silver buttons"] = /obj/item/clothing/under/dress/tajaran/formal/colorable/silver
|
||||
uniform["tajaran long dress"] = /obj/item/clothing/under/dress/tajaran/long
|
||||
uniform["new kingdom noble clothes"] = /obj/item/clothing/under/tajaran/nka_noble
|
||||
gear_tweaks += new /datum/gear_tweak/path(uniform)
|
||||
|
||||
@@ -29,6 +29,17 @@
|
||||
icon_state = "male_taj_fancy_alt2"
|
||||
item_state = "male_taj_fancy_alt2"
|
||||
|
||||
/obj/item/clothing/under/tajaran/fancy/colorable
|
||||
icon_state = "male_taj_fancy_colorable"
|
||||
item_state = "male_taj_fancy_colorable"
|
||||
contained_sprite = TRUE
|
||||
build_from_parts = TRUE
|
||||
has_accents = TRUE
|
||||
worn_overlay = "base"
|
||||
|
||||
/obj/item/clothing/under/tajaran/fancy/colorable/silver
|
||||
worn_overlay = "base_silver"
|
||||
|
||||
/obj/item/clothing/under/tajaran/nt
|
||||
name = "NanoTrasen overalls"
|
||||
desc = "Overalls meant for NanoTrasen employees of xeno descent, modified to prevent overheating."
|
||||
@@ -193,6 +204,17 @@
|
||||
icon_state = "female_taj_fancy_alt2"
|
||||
item_state = "female_taj_fancy_alt2"
|
||||
|
||||
/obj/item/clothing/under/dress/tajaran/formal/colorable
|
||||
icon_state = "female_taj_fancy_colorable"
|
||||
item_state = "female_taj_fancy_colorable"
|
||||
contained_sprite = TRUE
|
||||
build_from_parts = TRUE
|
||||
has_accents = TRUE
|
||||
worn_overlay = "base"
|
||||
|
||||
/obj/item/clothing/under/dress/tajaran/formal/colorable/silver
|
||||
worn_overlay = "base_silver"
|
||||
|
||||
/obj/item/clothing/pants/tajaran
|
||||
name = "adhomian summer pants"
|
||||
desc = "A pair of adhomian pants usually worn during the summer."
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: SierraKomodo
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Added colorable versions of the Tajaran Fancy Uniform and Fancy Uniform With Skirt loadout items."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 245 KiB |
Reference in New Issue
Block a user