Skip to content
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

Dynamic Outfits #71

Open
adya opened this issue Jan 6, 2025 · 0 comments
Open

Dynamic Outfits #71

adya opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@adya
Copy link
Collaborator

adya commented Jan 6, 2025

Allow creating outfits in-place similarly to keywords:

Outfit = MyHelmet,0x12345,LvlMyBoots|...

The challenge is to handle Death Outfits in this case, since such outfits can't be persisted. So resting the game will erase all dynamic outfits.

To persist such outfits we'd need to store a list of items from which the outfit was built, re-creating the outfit when loading a save or maybe starting the game.

This needs some more experiments to see how the game would behave with leveled items, reloads, etc.

In particular, what will happen to defaultOutfit of an NPC who worn dynamic outfit and how could we restore it.

@adya adya self-assigned this Jan 6, 2025
@adya adya added the enhancement New feature or request label Jan 6, 2025
@adya adya added this to the SPID 7.2 milestone Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant