A passive ability that triggers every specified number of rounds starting from a given round. More...
Public Member Functions | |
| override void | AddInvokeTrigger (Dueler dueler) |
| override void | RemoveInvokeTrigger (Dueler dueler) |
Public Member Functions inherited from CardRPG.PassiveAbility | |
| void | AddInvokeTrigger (Dueler dueler) |
| adds an invoke trigger to the dueler. | |
| void | RemoveInvokeTrigger (Dueler dueler) |
| removes the invoke trigger from the dueler. | |
| void | InvokeAbility (Dueler caster, Dueler target) |
| invokes the ability with the given caster and target. | |
Public Attributes | |
| int | startRound |
| The round to start triggering the effect. | |
| int | everyRound |
| The interval of rounds to trigger the effect. | |
Additional Inherited Members | |
Properties inherited from CardRPG.PassiveAbility | |
| Card | Card [get] |
A passive ability that triggers every specified number of rounds starting from a given round.