You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, overlay sprites can be made specific to male and female entities, as well as seasonal variants. Some tilesets may benefit from having the ability to make player specific sprites for overlays.
Solution you would like.
Similar to a format like 'overlay_maleeffect', there could be a format such as 'overlayplayer_effect' to make the sprite specific to the player. The format in question would apply to worn items, mutations, bionics, and effects, and perhaps could be combined with existing modifiers like gender and seasons.
Describe alternatives you have considered.
An alternative would be a way to make overlay sprites specific to any entity ID, but that seems a little convoluted for now.
Additional context
No response
The text was updated successfully, but these errors were encountered:
My concern is more so that with the new update introducing effect overlays for enemies, there is now an incongruity that exists. For example, overlay_effect_boomered is a sprite designed for the player and NPCs, but now it can be rendered on entities where the sprite no longer makes sense, like larger and smaller entity sprites. Currently I've noticed this most with overlay_effect_glare. Perhaps the option could be player/NPC specific, so as to differentiate it from enemies.
Yeah that was a concern of mine also, i listed possible ways to solve it for effects in #78961, either divide the effect_ prefix to effect_ and mon_effect_, or sort effects so only one with "show_in_info": true are showed (that is a less good approach, because this field is shared for both npcs and monster effects)
I still do not see anything else that could benefit from it
Is your feature request related to a problem? Please describe.
Currently, overlay sprites can be made specific to male and female entities, as well as seasonal variants. Some tilesets may benefit from having the ability to make player specific sprites for overlays.
Solution you would like.
Similar to a format like 'overlay_maleeffect', there could be a format such as 'overlayplayer_effect' to make the sprite specific to the player. The format in question would apply to worn items, mutations, bionics, and effects, and perhaps could be combined with existing modifiers like gender and seasons.
Describe alternatives you have considered.
An alternative would be a way to make overlay sprites specific to any entity ID, but that seems a little convoluted for now.
Additional context
No response
The text was updated successfully, but these errors were encountered: