Mezryss / FVTT-Genesys

Foundry VTT: Unoffocial implementation of the Genesys RPG
MIT License
26 stars 9 forks source link

Item Qualities can't be edited when embedded in items #24

Open Torticute opened 1 year ago

Torticute commented 1 year ago

What is says in the title, the only option is to remove the quality, change the quality in the items directory and then drop it onto the item again.

Mezryss commented 1 year ago

This is currently intended behavior. Adjusting this behavior would require implementing a full editor for the Qualities within the item sheet; because of the way Foundry works, I can't actually embed items within other items - so unlike editing an item on a character sheet, whenever an item is dropped on another item (such as this case, or when adding things to an Archetype or career, etc) we can't edit them in-place.

I plan to investigate options for properly embedding items within other items in the future, but as it stands it's sadly just not something that can be done yet. I'll keep this issue around as a future enhancement though.

Mezryss commented 1 year ago

Whoops, that should have referenced #26