From ccb01399a2da8bc6f5adac95551a1378b5fab8e0 Mon Sep 17 00:00:00 2001 From: Hanmac Date: Sun, 22 Jan 2017 09:33:26 +0000 Subject: [PATCH] Hoarders Greed: fixed card, because older format does not work anymore --- forge-gui/res/cardsfolder/h/hoarders_greed.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/cardsfolder/h/hoarders_greed.txt b/forge-gui/res/cardsfolder/h/hoarders_greed.txt index 0d594a19ff7..d57301873f4 100644 --- a/forge-gui/res/cardsfolder/h/hoarders_greed.txt +++ b/forge-gui/res/cardsfolder/h/hoarders_greed.txt @@ -1,9 +1,16 @@ Name:Hoarder's Greed ManaCost:3 B Types:Sorcery -A:SP$ LoseLife | Cost$ 3 B | Defined$ You | LifeAmount$ 2 | SubAbility$ DBDraw | SpellDescription$ You lose 2 life and draw two cards, then clash with an opponent. If you win, repeat this process. -SVar:DBDraw:DB$Draw | Defined$ You | NumCards$ 2 | SubAbility$ DBClash -SVar:DBLoseLife:DB$LoseLife | Defined$ You | LifeAmount$ 2 | SubAbility$ DBDraw -SVar:DBClash:DB$Clash | WinSubAbility$ DBLoseLife + +A:SP$ Repeat | Cost$ 3 B | RepeatCheckSVar$ CheckRepeat | RepeatSVarCompare$ GT0 | RepeatSubAbility$ DBLoseLife | SubAbility$ DBReset | StackDescription$ SpellDescription | SpellDescription$ You lose 2 life and draw two cards, then clash with an opponent. If you win, repeat this process. + +SVar:DBLoseLife:DB$ LoseLife | Defined$ You | LifeAmount$ 2 | SubAbility$ DBDraw | SpellDescription$ You lose 2 life and draw two cards, then clash with an opponent. If you win, repeat this process. +SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 2 | SubAbility$ DBClash +SVar:DBClash:DB$ Clash | LoseSubAbility$ DBStoreSVar + +SVar:DBStoreSVar:DB$ StoreSVar | SVar$ CheckRepeat | Type$ Number | Expression$ 1 | References$ CheckRepeat +SVar:DBReset:DB$ StoreSVar | SVar$ CheckRepeat | Type$ Number | Expression$ 0 | References$ CheckRepeat + +SVar:CheckRepeat:Number$0 SVar:Picture:http://www.wizards.com/global/images/magic/general/hoarders_greed.jpg Oracle:You lose 2 life and draw two cards, then clash with an opponent. If you win, repeat this process. (Each clashing player reveals the top card of his or her library, then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.)