#Add blacklist or whitelist ( Form - Effect )

25 messages · Page 1 of 1 (latest)

regal pagoda
#
  • Example:
    Form Projectile cannot be used Effect Ignite.

This will give more customization options for custom Modpacks.

keen niche
#

I'm not sure that I follow what you are requesting

cursive mason
#

isn't this already in the game? or is it only for other effects?

silver quarry
#

Sounds like they are asking for modpack creators to be able to make glyphs mutually exclusive, such as their example of a modpack not allowing ignite to be used with projectile.

cursive mason
#

I swear that was already a thing

#

is there no configs for it?

#

that's definitely a thing in the code

#

so maybe it just needs to be added to the config files? a way to add to the list?

keen niche
#

I don't... think any addons currently do that

cursive mason
#

... maybe not, but they could

#

as it's currently set up

regal pagoda
#
  • In the configuration, you can configure ( Effect - Augment ):

      #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.

cursive mason
#

why just forms?

#

IIRC the code allows for marking any glyph as incompatible with any effect

#

I think this should just be made a config thing instead of a code only thing

#

let the configs decide incompatibilities

heavy hemlock
#

Yep, no idea why it is not a config

#

Maybe it is only for 1.20?

cursive mason
#

I legit had assumed it was LOL

heavy hemlock
#

I didn't check, I am sure it's not in 1.19

regal pagoda
#
  • why just forms?

Now:
In the configuration, you can configure - Effect - Augment
In the code, you can configure - Form - Augment

But there is no setting anywhere - Form - Effect

cursive mason
#

that doesn't answer the question I was trying to ask

#

why don't you want an effect - effect setting?

#

what's so special about forms?

regal pagoda
#

I don't mind this setup - Effect - Effect
That will be good too.

In my modpacks, I often encounter the problem that I need to impose a ban on the use of an Form - Effect. But there is no such setting.
For example, I needed to prohibit the use of an Projectile + Ignite. But there is no such setting.
And I decided to propose an idea with such a setup.