Page 1 of 1

REPETITIVE_VANISHING_ENCHANTMENT vs ENCHANTMENT_VANISHING

Posted: Mon May 31, 2021 4:16 am
by makazuwr32
Question:
What is difference between
REPETITIVE_VANISHING_ENCHANTMENT, //EFFECT on impact does nothing, but each turn it executes (eg. slowing), when vanished unit regains its old abilities
And
ENCHANTMENT_VANISHING, //EFFECT long lasting modifier, but activates only on the first turn, when wears off or removed the modifications are undoed (need to save or something), should not be special ability like convert
Will first one apply effect (for example attack reduce) multiple times to become more and more potent?
If i get this right than for next situation — effect gives +10 attack, lasts for 5 turns and has that tag — on turn 1 unit will get +10 attack, on turn 2 unit will get +20 attack, on turn 3 +30, on turn 4 +40, on turn 5 +50 and on turn 6 all bonuses will be lost. Unit will not receive any bonus instances of this effect.
Is this right?

Re: Game definition jsons - Effect definition json

Posted: Mon May 31, 2021 7:14 am
by Stratego (dev)
Will first one apply effect (for example attack reduce increase) multiple times to become more and more potent? - yes.

Is this right?: not exactly: this is how it is right: If i get this right than for next situation — effect gives +10 attack, lasts for 5 turns and has that tag — on turn 1 unit will get +10 attack, on turn 2 unit will get an additional +10 attack, on turn 3 an additional +10, on turn an additional +10, on turn 5 an additional +10 and on turn 6 all bonuses will be lost. Unit will not receive any bonus instances of this effect.

Re: REPETITIVE_VANISHING_ENCHANTMENT vs ENCHANTMENT_VANISHING

Posted: Mon May 31, 2021 7:19 am
by Stratego (dev)
moved this questions to Q&A section.

Re: REPETITIVE_VANISHING_ENCHANTMENT vs ENCHANTMENT_VANISHING

Posted: Mon May 31, 2021 7:28 am
by makazuwr32
Thanks. This will give open more possibilities.