Hello,
Here is the problem:
I want to setup a non-cumulative effect (on a spell or item)
Basically, it is cumulative. Suppose I set this effect: -2 Thac0 and effect is apply 3 times, target will get -6 thac0
Generally, those effects should not be cumulative.
I have found a solution, but it has its drawback:
I program the effect in its own spell. Then, the spell or item cast the (effect) spell, with a protection from spell, based on duration of the effect
This works well, but it need quite some work for each effect.
Furthermore, if the effect is dispelled, it won't be applied before the end duration of the spell
Also, we see "Cast: target" everytime the spell is launched. This is unwanted for cosmetic reason.
Is there a way to hide this line? I dunno...