mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Nonfunctional change that allows the oracle script to update the oracle texts of cards in the future.
9 lines
551 B
Plaintext
9 lines
551 B
Plaintext
Name:Bargaining Table
|
|
ManaCost:5
|
|
Types:Artifact
|
|
# The ability is untargeted (see: http://magiccards.info/mm/en/288.html), so the opponent is automaticaly chosen. This has to be modified as soon as multiplayer formats get supported.
|
|
A:AB$ Draw| Cost$ X T | NumCards$ 1 | References$ X | SpellDescription$ Draw a card. X is the number of cards in an opponent's hand.
|
|
SVar:X:Count$InOppHand
|
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/bargaining_table.jpg
|
|
Oracle:{X}, {T}: Draw a card. X is the number of cards in an opponent's hand.
|