Class: PowerToughnessCounter
A counter that gives a power and toughness modifier to a creature.
URI: mtgo:PowerToughnessCounter
classDiagram
class PowerToughnessCounter
Counter <|-- PowerToughnessCounter
PowerToughnessCounter : id
PowerToughnessCounter : power_modifier
PowerToughnessCounter : toughness_modifier
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
power_modifier | 0..1 xsd:integer |
A numeric modifier to apply to a creature's power | direct |
toughness_modifier | 0..1 xsd:integer |
A numeric modifier to apply to a creature's toughness | direct |
id | 1..1 xsd:anyURI |
A unique identifier for a thing | Thing |
Identifier and Mapping Information
Schema Source
- from schema: https://cmdoret.net/mtg_ontology/
Mappings
Mapping Type | Mapped Value |
---|---|
self | mtgo:PowerToughnessCounter |
native | mtgo:PowerToughnessCounter |
LinkML Source
Direct
Induced
name: PowerToughnessCounter
description: A counter that gives a power and toughness modifier to a creature.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
is_a: Counter
attributes:
power_modifier:
name: power_modifier
description: A numeric modifier to apply to a creature's power.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
slot_uri: mtgo:power_modifier
alias: power_modifier
owner: PowerToughnessCounter
domain_of:
- PowerToughnessCounter
range: integer
toughness_modifier:
name: toughness_modifier
description: A numeric modifier to apply to a creature's toughness.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
slot_uri: mtgo:toughness_modifier
alias: toughness_modifier
owner: PowerToughnessCounter
domain_of:
- PowerToughnessCounter
range: integer
id:
name: id
description: A unique identifier for a thing
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: PowerToughnessCounter
domain_of:
- NamedThing
- Thing
range: uriorcurie
class_uri: mtgo:PowerToughnessCounter