ContinuousAbility

data class ContinuousAbility(val condition: Condition?, val target: TargetCardSelector, val modifier: Modifier<*>)

A continuous ability is an ability that lasts until it is removed.

Parameters

condition

The condition under which the ability is active.

target

The target of the ability.

modifier

The modifier of the ability's target.

Constructors

Link copied to clipboard
constructor(condition: Condition?, target: TargetCardSelector, modifier: Modifier<*>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard