Class ModifyBuffSpellAura

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

public class ModifyBuffSpellAura extends AbstractFriendlyCardAura
Modifies the target card's BuffSpell bonuses with the specified AuraArg.ATTACK_BONUS and AuraArg.HP_BONUS effects.

For example, to give the player's hero power "+1 Attack" whenever it buffs any target:

   {
     "class": "ModifyBuffSpellAura",
     "target": "FRIENDLY_HERO_POWER",
     "attackBonus": 1
   }
 
See Also:
  • Constructor Details

    • ModifyBuffSpellAura

      public ModifyBuffSpellAura(AuraDesc desc)