diff --git a/.gitattributes b/.gitattributes index 9d0f636efab..e1c20ea2f74 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3717,6 +3717,7 @@ forge-gui/res/cardsfolder/c/conquer.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/conquering_manticore.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/conquerors_pledge.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/consecrate_land.txt -text +forge-gui/res/cardsfolder/c/consecrated_by_blood.txt -text forge-gui/res/cardsfolder/c/consecrated_sphinx.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/conservator.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/consign_to_dream.txt -text @@ -4137,6 +4138,7 @@ forge-gui/res/cardsfolder/d/daring_thief.txt -text forge-gui/res/cardsfolder/d/dark_banishing.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/dark_betrayal.txt -text forge-gui/res/cardsfolder/d/dark_confidant.txt svneol=native#text/plain +forge-gui/res/cardsfolder/d/dark_dabbling.txt -text forge-gui/res/cardsfolder/d/dark_deal.txt -text forge-gui/res/cardsfolder/d/dark_depths.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/dark_favor.txt svneol=native#text/plain @@ -5459,6 +5461,7 @@ forge-gui/res/cardsfolder/e/eye_of_ugin.txt svneol=native#text/plain forge-gui/res/cardsfolder/e/eye_of_yawgmoth.txt -text forge-gui/res/cardsfolder/e/eye_spy.txt svneol=native#text/plain forge-gui/res/cardsfolder/e/eyeblight_assassin.txt -text +forge-gui/res/cardsfolder/e/eyeblight_massacre.txt -text forge-gui/res/cardsfolder/e/eyeblights_ending.txt svneol=native#text/plain forge-gui/res/cardsfolder/e/eyes_in_the_skies.txt -text forge-gui/res/cardsfolder/e/eyes_of_the_watcher.txt svneol=native#text/plain @@ -5662,6 +5665,7 @@ forge-gui/res/cardsfolder/f/festival_of_the_guildpact.txt -text forge-gui/res/cardsfolder/f/festival_of_trokin.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/fetid_heath.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/fetid_horror.txt svneol=native#text/plain +forge-gui/res/cardsfolder/f/fetid_imp.txt -text forge-gui/res/cardsfolder/f/fettergeist.txt -text forge-gui/res/cardsfolder/f/feudkillers_verdict.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/fever_charm.txt svneol=native#text/plain @@ -12604,6 +12608,7 @@ forge-gui/res/cardsfolder/s/shadowborn_demon.txt -text forge-gui/res/cardsfolder/s/shadowcloak_vampire.txt -text forge-gui/res/cardsfolder/s/shadowfeed.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/shadowmage_infiltrator.txt svneol=native#text/plain +forge-gui/res/cardsfolder/s/shadows_of_the_past.txt -text forge-gui/res/cardsfolder/s/shadowstorm.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/shah_of_naar_isle.txt -text forge-gui/res/cardsfolder/s/shaleskin_bruiser.txt svneol=native#text/plain diff --git a/forge-gui/res/cardsfolder/c/consecrated_by_blood.txt b/forge-gui/res/cardsfolder/c/consecrated_by_blood.txt new file mode 100644 index 00000000000..e6fd07a8f8f --- /dev/null +++ b/forge-gui/res/cardsfolder/c/consecrated_by_blood.txt @@ -0,0 +1,9 @@ +Name:Consecrated by Blood +ManaCost:2 B B +Types:Enchantment Aura +K:Enchant creature +A:SP$ Attach | Cost$ 2 B B | ValidTgts$ Creature | AILogic$ Pump +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | AddKeyword$ Flying | AddAbility$ Regenerate | Description$ Enchanted creature gets +2/+2 and has flying and "Sacrifice two other creatures: Regenerate this creature." +SVar:Regenerate:AB$Regenerate | Cost$ Sac<2/Creature.Other/other creature> | SpellDescription$ Regenerate this creature. +SVar:Picture:http://www.wizards.com/global/images/magic/general/consecrated_by_blood.jpg +Oracle:Enchant creature\nEnchanted creature gets +2/+2 and has flying and "Sacrifice two other creatures: Regenerate this creature." (The next time the creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/dark_dabbling.txt b/forge-gui/res/cardsfolder/d/dark_dabbling.txt new file mode 100644 index 00000000000..eb4cfae4809 --- /dev/null +++ b/forge-gui/res/cardsfolder/d/dark_dabbling.txt @@ -0,0 +1,9 @@ +Name:Dark Dabbling +ManaCost:2 B +Types:Instant +A:SP$ Regenerate | Cost$ 2 B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBDraw | SpellDescription$ Regenerate target creature. Draw a card. Spell mastery - If there are two or more instant and/or sorcery cards in your graveyard, also regenerate each other creature you control. +SVar:DBDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBRegenerate +SVar:DBRegenerate:DB$ Regenerate | Defined$ Targeted.Other+YouCtrl+Creature | ConditionCheckSVar$ X | ConditionSVarCompare$ GE2 | References$ X +SVar:X:Count$ValidGraveyard Instant.YouOwn, Sorcery.YouOwn +SVar:Picture:http://www.wizards.com/global/images/magic/general/dark_dabbling.jpg +Oracle:Regenerate target creature. Draw a card. (The next time the creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)\nSpell mastery - If there are two or more instant and/or sorcery cards in your graveyard, also regenerate each other creature you control. diff --git a/forge-gui/res/cardsfolder/e/eyeblight_massacre.txt b/forge-gui/res/cardsfolder/e/eyeblight_massacre.txt new file mode 100644 index 00000000000..ae1fd77b932 --- /dev/null +++ b/forge-gui/res/cardsfolder/e/eyeblight_massacre.txt @@ -0,0 +1,6 @@ +Name:Eyeblight Massacre +ManaCost:2 B B +Types:Sorcery +A:SP$ PumpAll | Cost$ 2 B B | ValidCards$ Creature.nonElf | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SpellDescription$ Non-Elf creatures get -2/-2 until end of turn. +SVar:Picture:http://www.wizards.com/global/images/magic/general/eyeblight_massacre.jpg +Oracle:Non-Elf creatures get -2/-2 until end of turn. diff --git a/forge-gui/res/cardsfolder/f/fetid_imp.txt b/forge-gui/res/cardsfolder/f/fetid_imp.txt new file mode 100644 index 00000000000..43166e9342b --- /dev/null +++ b/forge-gui/res/cardsfolder/f/fetid_imp.txt @@ -0,0 +1,8 @@ +Name:Fetid Imp +ManaCost:1 B +Types:Creature Imp +PT:1/2 +K:Flying +A:AB$ Pump | Cost$ B | Defined$ Self | KW$ Deathtouch | SpellDescription$ CARDNAME gains deathtouch until end of turn. +SVar:Picture:http://www.wizards.com/global/images/magic/general/fetid_imp.jpg +Oracle:Flying (This creature can't be blocked except by creatures with flying or reach.)\n{B}: Fetid Imp gains deathtouch until end of turn. (Any amount of damage it deals to a creature is enough to destroy it.) diff --git a/forge-gui/res/cardsfolder/s/shadows_of_the_past.txt b/forge-gui/res/cardsfolder/s/shadows_of_the_past.txt new file mode 100644 index 00000000000..6105ee5b9df --- /dev/null +++ b/forge-gui/res/cardsfolder/s/shadows_of_the_past.txt @@ -0,0 +1,10 @@ +Name:Shadows of the Past +ManaCost:1 B +Types:Enchantment +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ Whenever a creature dies, scry 1. +SVar:TrigScry:AB$ Scry | Cost$ 0 | ScryNum$ 1 +A:AB$ LoseLife | Cost$ 4 B | Defined$ Player.Opponent | LifeAmount$ 2 | CheckSVar$ X | SVarCompare$ GE4 | References$ X | SubAbility$ DBGainLife | SpellDescription$ Each opponent loses 2 life and you gain 2 life. Activate this ability only if there are four or more creature cards in your graveyard. +SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2 +SVar:X:Count$ValidGraveyard Creature.YouOwn +SVar:Picture:http://www.wizards.com/global/images/magic/general/shadows_of_the_past.jpg +Oracle:Whenever a creature dies, scry 1. (Look at the top card of your library. You may put that card on the bottom of your library.)\n{4}{B}: Each opponent loses 2 life and you gain 2 life. Activate this ability only if there are four or more creature cards in your graveyard.