From 6ff6f950440b85024381176e295b7ba018b02a62 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Fri, 28 Nov 2014 14:34:37 +0800 Subject: [PATCH] added Xenagos, God of Revels and Phenax, God of Deception for test purpose. --- .../mtg/bin/Res/sets/primitives/bngGods.txt | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 projects/mtg/bin/Res/sets/primitives/bngGods.txt diff --git a/projects/mtg/bin/Res/sets/primitives/bngGods.txt b/projects/mtg/bin/Res/sets/primitives/bngGods.txt new file mode 100644 index 000000000..9c4969d6e --- /dev/null +++ b/projects/mtg/bin/Res/sets/primitives/bngGods.txt @@ -0,0 +1,25 @@ +#2 gods for testing. +[card] +name=Phenax, God of Deception +abilities=indestructible +auto=this(variable{dimir}>6) transforms((Creature)) +auto=lord(creature|mybattlefield) transforms((,newability[{T}:deplete:toughness target(player)])) +text=Indestructible -- As long as your devotion to blue and black is less than seven, Phenax isn't a creature. -- Creatures you control have "{T}: Target player puts the top X cards of his or her library into his or her graveyard, where X is this creature's toughness." +mana={3}{U}{B} +type=Legendary Enchantment +subtype=God +power=4 +toughness=7 +[/card] +[card] +name=Xenagos, God of Revels +abilities=indestructible +auto=@each my combatbegins:name(haste and +x/+x) target(other creature|mybattlefield) transforms((,newability[haste],newability[power/power])) ueot +auto=this(variable{gruul}>6) transforms((Creature)) +text=Indestructible -- As long as your devotion to red and green is less than seven, Xenagos isn't a creature. -- At the beginning of combat on your turn, another target creature you control gains haste and gets +X/+X until end of turn, where X is that creature's power. +mana={3}{R}{G} +type=Legendary Enchantment +subtype=God +power=6 +toughness=5 +[/card]