Enum: Player
One or more human players.
URI: Player
Permissible Values
Value | Meaning | Description |
---|---|---|
you | None | The focal player |
active_player | None | The player who is currently taking their turn |
non_active_player | None | Any player who is not currently taking their turn |
defending_player | None | The player who is currently defending |
attacking_player | None | The player who is currently attacking |
owner | None | The player who owns a card |
controller | None | The player who controls an object on the stack |
opponent | None | A player playing against the focal player |
opponents | None | All players playing against the focal player |
players | None | All players taking part in the game |
Slots
Name | Description |
---|---|
player | A player |
Identifier and Mapping Information
Schema Source
- from schema: https://cmdoret.net/mtg_ontology/
LinkML Source
name: Player
description: One or more human players.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
permissible_values:
you:
text: you
description: The focal player.
active_player:
text: active_player
description: The player who is currently taking their turn.
non_active_player:
text: non_active_player
description: Any player who is not currently taking their turn.
defending_player:
text: defending_player
description: The player who is currently defending.
attacking_player:
text: attacking_player
description: The player who is currently attacking.
owner:
text: owner
description: The player who owns a card.
controller:
text: controller
description: The player who controls an object on the stack.
opponent:
text: opponent
description: A player playing against the focal player.
opponents:
text: opponents
description: All players playing against the focal player.
players:
text: players
description: All players taking part in the game.