From cbb6972770e1eec79334cb737ab8e45d3cf964d3 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 19:33:34 +0000 Subject: [PATCH] - Simplified and corrected some card text files. --- .gitattributes | 2 +- res/cardsfolder/liability.txt | 9 ++++----- res/cardsfolder/noble_stand.txt | 19 +++++++++---------- res/cardsfolder/oppression.txt | 6 ++---- res/cardsfolder/putrefaction.txt | 6 ++---- 5 files changed, 18 insertions(+), 24 deletions(-) diff --git a/.gitattributes b/.gitattributes index 6f1c5a4125c..8f31646e56a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4253,7 +4253,7 @@ res/cardsfolder/nobilis_of_war.txt -text svneol=native#text/plain res/cardsfolder/noble_hierarch.txt -text svneol=native#text/plain res/cardsfolder/noble_panther.txt -text svneol=native#text/plain res/cardsfolder/noble_purpose.txt -text svneol=native#text/plain -res/cardsfolder/noble_stand.txt svneol=native#text/plain +res/cardsfolder/noble_stand.txt -text svneol=native#text/plain res/cardsfolder/noble_steeds.txt -text svneol=native#text/plain res/cardsfolder/noble_templar.txt -text svneol=native#text/plain res/cardsfolder/nocturnal_raid.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/liability.txt b/res/cardsfolder/liability.txt index d513d5210e6..af272893cad 100755 --- a/res/cardsfolder/liability.txt +++ b/res/cardsfolder/liability.txt @@ -2,11 +2,10 @@ Name:Liability ManaCost:1 B B Types:Enchantment Text:no text -T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Permanent.nonToken+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigLoseLifeYou | TriggerDescription$ Whenever a nontoken permanent is put into a player's graveyard from the battlefield, that player loses 1 life. -T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Permanent.nonToken+YouDontCtrl | TriggerZones$ Battlefield | Execute$ TrigLoseLifeOpp | Secondary$ True | TriggerDescription$ Whenever a nontoken permanent is put into a player's graveyard from the battlefield, that player loses 1 life. -SVar:TrigLoseLifeYou:AB$LoseLife | Cost$ 0 | Defined$ You | LifeAmount$ 1 -SVar:TrigLoseLifeOpp:AB$LoseLife | Cost$ 0 | Defined$ Opponent | LifeAmount$ 1 -SVar:Rarity:Uncommon +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Permanent.nonToken | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever a nontoken permanent is put into a player's graveyard from the battlefield, that player loses 1 life. +SVar:TrigLoseLife:AB$LoseLife | Cost$ 0 | Defined$ TriggeredCardOwner | LifeAmount$ 1 +SVar:RemAIDeck:True +SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/liability.jpg SetInfo:MMQ|Uncommon|http://magiccards.info/scans/en/mm/144.jpg End \ No newline at end of file diff --git a/res/cardsfolder/noble_stand.txt b/res/cardsfolder/noble_stand.txt index 3cefc6bb61c..e98f4315e9b 100644 --- a/res/cardsfolder/noble_stand.txt +++ b/res/cardsfolder/noble_stand.txt @@ -1,11 +1,10 @@ -Name:Noble Stand -ManaCost:4 W -Types:Enchantment -Text:no text -T:Mode$ Blocks | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever a creature you control blocks, you gain 2 life. -SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 2 -SVar:PlayMain1:TRUE -SVar:Rarity:Uncommon -SVar:Picture:http://www.wizards.com/global/images/magic/general/noble_stand.jpg -SetInfo:NMS|Uncommon|http://magiccards.info/scans/en/ne/14.jpg +Name:Noble Stand +ManaCost:4 W +Types:Enchantment +Text:no text +T:Mode$ Blocks | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever a creature you control blocks, you gain 2 life. +SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 2 +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/noble_stand.jpg +SetInfo:NMS|Uncommon|http://magiccards.info/scans/en/ne/14.jpg End \ No newline at end of file diff --git a/res/cardsfolder/oppression.txt b/res/cardsfolder/oppression.txt index c8c1b1f22f3..7031ae45341 100644 --- a/res/cardsfolder/oppression.txt +++ b/res/cardsfolder/oppression.txt @@ -2,10 +2,8 @@ Name:Oppression ManaCost:1 B B Types:Enchantment Text:no text -T:Mode$ SpellCast | ValidCard$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigYouDiscard | TriggerDescription$ Whenever a player casts a spell, that player discards a card. -T:Mode$ SpellCast | ValidCard$ Card.YouDontCtrl | TriggerZones$ Battlefield | Execute$ TrigOppDiscard | Secondary$ True | TriggerDescription$ Whenever a player casts a spell, that player discards a card. -SVar:TrigYouDiscard:AB$Discard | Cost$ 0 | Defined$ You | NumCards$ 1 -SVar:TrigOppDiscard:AB$Discard | Cost$ 0 | Defined$ Opponent | NumCards$ 1 +T:Mode$ SpellCast | ValidCard$ Card | TriggerZones$ Battlefield | Execute$ TrigDiscard | TriggerDescription$ Whenever a player casts a spell, that player discards a card. +SVar:TrigDiscard:AB$Discard | Cost$ 0 | Defined$ TriggeredCardController | NumCards$ 1 | Mode$ TgtChoose SVar:RemAIDeck:True SVar:Rarity:Rare SVar:Picture:http://www.wizards.com/global/images/magic/general/oppression.jpg diff --git a/res/cardsfolder/putrefaction.txt b/res/cardsfolder/putrefaction.txt index fcc7bb9d038..75b551ef390 100755 --- a/res/cardsfolder/putrefaction.txt +++ b/res/cardsfolder/putrefaction.txt @@ -2,10 +2,8 @@ Name:Putrefaction ManaCost:4 B Types:Enchantment Text:no text -T:Mode$ SpellCast | ValidCard$ Card.Green+YouCtrl,Card.White+YouCtrl | Execute$ TrigDiscardYou | TriggerZones$ Battlefield | TriggerDescription$ Whenever a player casts a green or white spell, that player discards a card. -T:Mode$ SpellCast | ValidCard$ Card.Green+YouDontCtrl,Card.White+YouDontCtrl | Execute$ TrigDiscardOpp | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever a player casts a green or white spell, that player discards a card. -SVar:TrigDiscardYou:AB$Discard | Cost$ 0 | Defined$ You | NumCards$ 1 | Mode$ TgtChoose -SVar:TrigDiscardOpp:AB$Discard | Cost$ 0 | Defined$ Opponent | NumCards$ 1 | Mode$ TgtChoose +T:Mode$ SpellCast | ValidCard$ Card.Green,Card.White | Execute$ TrigDiscard | TriggerZones$ Battlefield | TriggerDescription$ Whenever a player casts a green or white spell, that player discards a card. +SVar:TrigDiscard:AB$Discard | Cost$ 0 | Defined$ TriggeredCardController | NumCards$ 1 | Mode$ TgtChoose SVar:RemAIDeck:True SVar:Rarity:Uncommon SVar:Picture:http://www.wizards.com/global/images/magic/general/putrefaction.jpg