From 87dbb3c9c6293c9891d2ae6f957faac6042eb30c Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 20:39:40 +0000 Subject: [PATCH] - Added Rakdos the Defiler. Nasty bugger. --- .gitattributes | 1 + res/cardsfolder/rakdos_the_defiler.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 res/cardsfolder/rakdos_the_defiler.txt diff --git a/.gitattributes b/.gitattributes index 7cac8b0b50b..b6a3ee98b39 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5013,6 +5013,7 @@ res/cardsfolder/rakdos_guildmage.txt svneol=native#text/plain res/cardsfolder/rakdos_ickspitter.txt -text svneol=native#text/plain res/cardsfolder/rakdos_pit_dragon.txt -text svneol=native#text/plain res/cardsfolder/rakdos_signet.txt -text svneol=native#text/plain +res/cardsfolder/rakdos_the_defiler.txt -text svneol=native#text/plain res/cardsfolder/rakeclaw_gargantuan.txt svneol=native#text/plain res/cardsfolder/raking_canopy.txt svneol=native#text/plain res/cardsfolder/rakka_mar.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/rakdos_the_defiler.txt b/res/cardsfolder/rakdos_the_defiler.txt new file mode 100644 index 00000000000..5122bdb1bdd --- /dev/null +++ b/res/cardsfolder/rakdos_the_defiler.txt @@ -0,0 +1,17 @@ +Name:Rakdos the Defiler +ManaCost:2 B B R R +Types:Legendary Creature Demon +Text:no text +PT:7/6 +K:Flying +K:Trample +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ Whenever CARDNAME attacks, sacrifice half the non-Demon permanents you control, rounded up. +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigSac2 | TriggerDescription$ Whenever Rakdos deals combat damage to a player, that player sacrifices half the non-Demon permanents he or she controls, rounded up. +SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ You | Amount$ X | SacValid$ Permanent.nonDemon | SacMessage$ non-Demon Permanent +SVar:TrigSac2:AB$Sacrifice | Cost$ 0 | Defined$ Opponent | Amount$ Y | SacValid$ Permanent.nonDemon | SacMessage$ non-Demon Permanent +SVar:X:Count$Valid Permanent.nonDemon+YouCtrl/HalfUp +SVar:Y:Count$Valid Permanent.nonDemon+YouDontCtrl/HalfUp +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/rakdos_the_defiler.jpg +End