Class SpellOverrideAura

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Entity>, HasDesc<AuraDesc>, HasCard, Trigger

public class SpellOverrideAura extends AbstractFriendlyCardAura
As long as the Player entity that matches the playerId of an effect is in this aura's Aura.getAffectedEntities(), spells whose key/value pairs are a superset of the Aura.removeAuraEffect(net.demilich.metastone.game.GameContext, net.demilich.metastone.game.entities.Entity) have their key/values overwritten by the spells in Aura.applyAuraEffect(net.demilich.metastone.game.GameContext, net.demilich.metastone.game.entities.Entity).
See Also:
  • Constructor Details

    • SpellOverrideAura

      public SpellOverrideAura(AuraDesc desc)