-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Dresses audit #80931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Dresses audit #80931
Conversation
Gowns and dresses aren't the same and shouldn't have the same encumbrance or material thicknesses |
I added basically all the Halloween dresses mentioned, personally I have no problem with most of them being turned into variants since you are already adding the base items to differentiate between them, and you already taking into account special cases like the Santa dresses which use a different material that could be harvested from them. |
@Maleclypse I was reverting gown changes when Guardian merged #80917, what do I make of that? Do I go through with the revert or not? |
- add gown with sleeves - sinister gown is migrated to a variant of gown with sleeves
I'm done, requested changes made, this now includes a revert of #80917. |
@Maleclypse I apologize for the ping, I want to implement new dresses which may rely on items changed here so I wanted some closure on this so I know from which branch to start. If you can't review atm it's fine, I'll work on other stuff, I just wanted to know |
Summary
Content "Dresses audit"
Purpose of change
Our dresses are a mess, almost all of them are various halloween costumes, in fact we have more types of dresses through costumes than from basic clothes. Stuff like witch dresses exist in short, medium and long variants, we have costumes with sleeves and other sleeveless while our "normal" dresses are pathetically limited.
Describe the solution
I added 5 new dresses on top of the already existing one, they cover the vast majority of the dresses we already have in game and probably also the ones we may add in the future so they can be added directly as variants. A lot of existing Halloween dresses have been converted to variants of these. The added dress also cleanly copy-from each other to keep the definitions light and readable.
I'll list them and what existing costumes have been variantized into them:
Distributions have been adjusted accordingly and existing items added to the migration file.
Describe alternatives you've considered
A few dresses items and costumes have been left untouched:
Testing
Launched the game, no error, spawned a dress, no issue, it's a lot of changes so this is probably not enough.
Additional context
Do tell me if you disagree with me on whether some of the dresses mentioned should actually get variantized. There's nothing that would make me more happy than turning more of these into variants.
The long commit list is due to me working from the Gown audit PR branch. Probably don't merge before #80917.