#Add blacklist or whitelist ( Form - Effect )
25 messages · Page 1 of 1 (latest)
I'm not sure that I follow what you are requesting
isn't this already in the game? or is it only for other effects?
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.
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?
I don't... think any addons currently do that
-
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.
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
I legit had assumed it was LOL
I didn't check, I am sure it's not in 1.19
- 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
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?
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.