Enum: TurnPhase
A time during the turn.
URI: TurnPhase
Permissible Values
Value | Meaning | Description |
---|---|---|
beginning_phase | mtg:beggining_phase | The beginning of the turn |
untap_step | mtg:untap_step | The untap step |
upkeep_step | mtg:upkeep_step | The upkeep step |
draw_step | mtg:draw_step | The draw step |
main_phase | mtg:main_phase | Either main phase |
pre_combat_main_phase | mtg:main_phase | The first main phase |
post_combat_main_phase | mtg:main_phase | The second main phase |
combat_phase | mtg:combat_phase | The combat phase |
beginning_of_combat_step | mtg:beginning_of_combat_step | The first step of the combat phase |
declare_attackers_step | mtg:declare_attackers_step | The declare attackers step |
declare_blockers_step | mtg:declare_blockers_step | The declare blockers step |
combat_damage_step | mtg:combat_damage_step | The combat damage step |
end_of_combat_step | mtg:end_of_combat_step | The end of combat step |
ending_phase | mtg:ending_phase | The end step |
cleanup_step | mtg:cleanup_step | The cleanup step |
turn | mtg:turn | A player turn |
Slots
Name | Description |
---|---|
turn_phase | A phase of the game |
Identifier and Mapping Information
Schema Source
- from schema: https://cmdoret.net/mtg_ontology/
LinkML Source
name: TurnPhase
description: A time during the turn.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
permissible_values:
beginning_phase:
text: beginning_phase
description: The beginning of the turn.
meaning: mtg:beggining_phase
untap_step:
text: untap_step
description: The untap step.
meaning: mtg:untap_step
upkeep_step:
text: upkeep_step
description: The upkeep step.
meaning: mtg:upkeep_step
draw_step:
text: draw_step
description: The draw step.
meaning: mtg:draw_step
main_phase:
text: main_phase
description: Either main phase.
meaning: mtg:main_phase
pre_combat_main_phase:
text: pre_combat_main_phase
description: The first main phase.
meaning: mtg:main_phase
post_combat_main_phase:
text: post_combat_main_phase
description: The second main phase.
meaning: mtg:main_phase
combat_phase:
text: combat_phase
description: The combat phase.
meaning: mtg:combat_phase
beginning_of_combat_step:
text: beginning_of_combat_step
description: The first step of the combat phase.
meaning: mtg:beginning_of_combat_step
declare_attackers_step:
text: declare_attackers_step
description: The declare attackers step.
meaning: mtg:declare_attackers_step
declare_blockers_step:
text: declare_blockers_step
description: The declare blockers step.
meaning: mtg:declare_blockers_step
combat_damage_step:
text: combat_damage_step
description: The combat damage step.
meaning: mtg:combat_damage_step
end_of_combat_step:
text: end_of_combat_step
description: The end of combat step.
meaning: mtg:end_of_combat_step
ending_phase:
text: ending_phase
description: The end step.
meaning: mtg:ending_phase
cleanup_step:
text: cleanup_step
description: The cleanup step.
meaning: mtg:cleanup_step
turn:
text: turn
description: A player turn.
meaning: mtg:turn