Effect is found on buff and is used to prevent another buff from taking hold if specific criteria is met.
Base = Spell Effect
Formula - 201 = Slot
Max = Block if LESS THAN this value.
Exampe: AC buff with a value of 500. You want to block any other AC spell from going into Slot 1 that is less than 1000 AC.
Slot 1 : Effect SE_AC(1) with Base=500
Slot 2: Effect SE_StackingCommand_Block (148) with Base= SE_AC(1) Max = 1000 and Formula = 201 (apply to the first spell slot--remember that we use base 0)
SE_StackingCommand_Overwrite (149)
Effect is found on buff and is used to overwrite another buff if specific criteria is met.
Base = Spell Effect
Formula - 201 = Slot
Max = Overwrite if LESS THAN this value.
**Exampe: **AC buff with a value of 1200. You want to overwrite any other AC spell in Slot 1 that is less than 1000 AC.
Slot 1 : Effect SE_AC(1) with Base=1200
Slot 2: Effect SE_StackingCommand_Overwrite (149) with Base= SE_AC(1) Max = 1000 and Formula = 201 (apply to the first spell slot--remember that we use base 0)
SE_Screech (123)
Any effect with SE_Screech that has a value of +1 will block any other effect with SE_Screech in it that has a value of -1.