From 118d7d735a79bb0401ebe73d963930d53cc04a6b Mon Sep 17 00:00:00 2001 From: Agetian Date: Thu, 28 Sep 2017 16:35:22 +0000 Subject: [PATCH] - Added Divine Intervention (another silly old card that no one is probably going to play with, but someone had to script it, I guess). --- .gitattributes | 1 + forge-gui/res/cardsfolder/d/divine_intervention.txt | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 forge-gui/res/cardsfolder/d/divine_intervention.txt diff --git a/.gitattributes b/.gitattributes index 987cb09f5b4..3cba8154d20 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5306,6 +5306,7 @@ forge-gui/res/cardsfolder/d/divert.txt -text forge-gui/res/cardsfolder/d/divination.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/divine_congregation.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/divine_favor.txt svneol=native#text/plain +forge-gui/res/cardsfolder/d/divine_intervention.txt -text forge-gui/res/cardsfolder/d/divine_light.txt -text forge-gui/res/cardsfolder/d/divine_offering.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/divine_presence.txt svneol=native#text/plain diff --git a/forge-gui/res/cardsfolder/d/divine_intervention.txt b/forge-gui/res/cardsfolder/d/divine_intervention.txt new file mode 100644 index 00000000000..bc1de5f249f --- /dev/null +++ b/forge-gui/res/cardsfolder/d/divine_intervention.txt @@ -0,0 +1,9 @@ +Name:Divine Intervention +ManaCost:6 W W +Types:Enchantment +K:etbCounter:INTERVENTION:2 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | ActiveZones$ Battlefield | Execute$ TrigRemoveCtr | TriggerDescription$ At the beginning of your upkeep, remove an intervention counter from CARDNAME. When you remove the last intervention counter from CARDNAME, the game is a draw. +SVar:TrigRemoveCtr:DB$ RemoveCounter | Defined$ Self | CounterType$ INTERVENTION | CounterNum$ 1 | SubAbility$ GameIsADraw +SVar:GameIsADraw:DB$ LosesGame | Defined$ Player | ConditionPresent$ Card.Self+counters_EQ0_INTERVENTION +SVar:Picture:http://www.wizards.com/global/images/magic/general/divine_intervention.jpg +Oracle:Divine Intervention enters the battlefield with two intervention counters on it.\nAt the beginning of your upkeep, remove an intervention counter from Divine Intervention.\nWhen you remove the last intervention counter from Divine Intervention, the game is a draw.