Represents a condition that evaluates whether a specified field on a Dueler satisfies a logical comparison. More...
Public Member Functions | |
| override bool | SatifyCondition (Dueler caster, Dueler target) |
Public Member Functions inherited from CardRPG.CardCondition | |
| bool | SatifyCondition (Dueler caster, Dueler target) |
Represents a condition that evaluates whether a specified field on a Dueler satisfies a logical comparison.
This condition is evaluated based on the specified Field, Focus, and ConditionLogic. The condition checks the value of the field for either the caster or the target, depending on the focus, and compares it to the specified count using the provided logic.