- Added Rakdos the Defiler. Nasty bugger.

This commit is contained in:
jendave
2011-08-06 20:39:40 +00:00
parent 978cbe2456
commit 87dbb3c9c6
2 changed files with 18 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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_ickspitter.txt -text svneol=native#text/plain
res/cardsfolder/rakdos_pit_dragon.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_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/rakeclaw_gargantuan.txt svneol=native#text/plain
res/cardsfolder/raking_canopy.txt svneol=native#text/plain res/cardsfolder/raking_canopy.txt svneol=native#text/plain
res/cardsfolder/rakka_mar.txt -text svneol=native#text/plain res/cardsfolder/rakka_mar.txt -text svneol=native#text/plain

View File

@@ -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