mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added Rakdos the Defiler. Nasty bugger.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
17
res/cardsfolder/rakdos_the_defiler.txt
Normal file
17
res/cardsfolder/rakdos_the_defiler.txt
Normal 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
|
||||||
Reference in New Issue
Block a user