Log in

DOTP Card Tags

This page displays knowledge about DOTP XML tags

<MULTICARDS> ... </MULTICARDS>

Mandatory tag. Contains one or more cards, separated by the <CARD> tag.

Parameters : - None known yet



<CARD> ... </CARD>

Mandatory tag. Contain the code of a card.

Parameters : - None known yet



<STATIC_ABILITY %parameters% >

Optional tag Used to code 'permanents' effects.

Parameters :

- tag="%%%"

 => links the ability to the text string located in the TEXT_DUELTIME folder.

- commaspace="yes"

 => used to 'pretty-display' card text (with multiple ABILITY tag="%%%", this will append a comma instead of an end-of-line caracter ).
 => card examples : MIRRI_CAT_WARRIOR, WALL_OF_AIR.

- layer="0"

 => Internal layer of ability. Used for basic abilities (Ex : First strike, Trample, Flying, etc...)
 => card examples : AIR_ELEMENTAL, DEFT_DUELIST.

- layer="2"

 => Internal layer of ability. Possibly used for owner modifications (Ex : Control target card)
 => card examples : PERSUASION.

- layer="6"

 => Internal layer of ability. Possibly used to 'give' abilities (Ex : All X creatures gain Trample)
 => card examples : BRANBLEWOOD_PARAGON, BLOODMARK_MENTOR.

- layer="7a"

 => Internal layer of ability. Used for variable Power/Thoughness. (Ex : */*)
 => card examples : CROWD_OF_CINDERS, MORTIVORE, NIGHTMARE.

- layer="7c"

 => Internal layer of ability. Used for Power/Thoughness manipulations (Ex : +1/+2)
 => card examples : ASENDANT_EVINCAR, HOLY_STRENGHT, ISLEBACK_SPAWN.

- layer="8"

 => Internal layer of ability. Used to modify some game rules. (Ex : PLAYER_CHARACTERISTIC_CANT_LOSE, Cost reduction of spells)
 => card examples : PLATINUM_ANGEL, PACIFISM, ETHERIUM_SCULPTOR.

- unlikely_to_attack="1"

 => Used to indicate that creature should stay away from combat if possible (because they are more valuable in play than possibly in graveyard).
 => card examples : ELVISH_CHAMPION.

- influencing_zone="Hand"

 => Restricts the zone of the ability to the 'hands'.
 => card examples : ETHERIUM_SCULPTOR.

- influencing_zone="Player"

 => Restricts the zone of the ability to the 'players'.
 => card examples : PLATINUM_ANGEL.

- simple_filter="Parent"

 => Used on auras and equipments to modify what it is attached to.
 => card examples : LOXODON_WARHAMMER, HOLY_STRENGHT, PERSUASION.