Property | Type | Description | |
---|---|---|---|
_caster | Character, |
Method | Description | |
---|---|---|
ApplyEffect ( List |
||
GetCaster ( ) : Character, | ||
GroundOnTimeAppliedEffect ( int id, Effect, effect, int nbTurn, Character, caster ) : System.Collections.Generic | ||
ReduceNbTurn ( Hexagon, hexagon ) : void |
Reduces the number of turns remaining. Removes the effect from the Hexagon if nbTurn inferior to 1.
|
public ApplyEffect ( List |
||
hexagons | List |
|
target | Hexagon, | |
caster | Character, | |
return | void |
public GroundOnTimeAppliedEffect ( int id, Effect, effect, int nbTurn, Character, caster ) : System.Collections.Generic | ||
id | int | |
effect | Effect, | |
nbTurn | int | |
caster | Character, | |
return | System.Collections.Generic |
public ReduceNbTurn ( Hexagon, hexagon ) : void | ||
hexagon | Hexagon, | The Hexagon affected by the effect. |
return | void |