Method ModifyAttacks
ModifyAttacks(int)
Creates an effect that modifies the amount of attacks a creature can perform.
public static Effect ModifyAttacks(int numAttacks)
Parameters
numAttacksintThe number of attacks to add to the target (max 5).
Creates an effect that modifies the amount of attacks a creature can perform.
public static Effect ModifyAttacks(int numAttacks)
numAttacks intThe number of attacks to add to the target (max 5).