Ars Nouveau

Ars Nouveau

49M Downloads

Add blacklist or whitelist ( Form - Effect )

steam9w opened this issue ยท 3 comments

commented
  • Example:
    Form Projectile cannot be used Effect Ignite.

This will give more customization options for custom Modpacks.

commented
  • In the configuration, you can configure ( Effect - Augment ):
    #Limits the number of times a given augment may be applied to a given effect
    #Example entry: "glyph_amplify=5"
    augment_limits = []

  • My suggestion is to add a setting:
    Form - Effect
    At the moment, you can add any effect to the form.
    I suggest making it so that certain effects cannot be added to the form.

Example:
glyph_projectile.toml
effect_blacklist = ["ars_nouveau:glyph_ignite", "ars_nouveau:glyph_invisibility"...]

At the moment, there is no such setting either in the configuration or in the code.

commented

I suggest also exposing the blacklist that already exists for effects

commented

This is added in the latest version.