DFreds / dfreds-convenient-effects

A FoundryVTT module that adds easy to use toggleable active effects for any system.
MIT License
45 stars 39 forks source link

Possible bug with module Forien's Copy environment #265

Closed Nedrapter closed 1 year ago

Nedrapter commented 1 year ago

Forien's Copy Environment allows you to copy module settings from one world to another. As I have more than 10 worlds, it's a vital module to not do the same work 10x. I have created custom convenient effects, about 20 of them. When I export the module settings with FCE and import them on a new world, not only the custom effects do not get copied (which sound like module settings to me), but also it removes any custom effects the world had. Even if both the new and old were exact same effects, they still get deleted. I'm not sure if this requires some action from this side to be fixed or from FCE.

DFreds commented 1 year ago

I can't speak to what copy environment is doing, but the custom effects exist on a hidden Item. This is because active effects cannot exist outside the scope of an item or an actor. In the CE app, you can export all of them if you click the Custom folder, which will put out a json file. Then you can import it using the other button.

image