From 942225291fc21a90f594d8877ac4088279bef106 Mon Sep 17 00:00:00 2001 From: Tim Mocny Date: Mon, 3 Feb 2020 16:00:50 +0000 Subject: [PATCH] Rebirth --- forge-gui/res/cardsfolder/r/rebirth.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 forge-gui/res/cardsfolder/r/rebirth.txt diff --git a/forge-gui/res/cardsfolder/r/rebirth.txt b/forge-gui/res/cardsfolder/r/rebirth.txt new file mode 100644 index 00000000000..317a22119d8 --- /dev/null +++ b/forge-gui/res/cardsfolder/r/rebirth.txt @@ -0,0 +1,9 @@ +Name:Rebirth +ManaCost:3 G G G +Types:Sorcery +K:Remove CARDNAME from your deck before playing if you're not playing for ante. +A:SP$ RepeatEach | Cost$ 3 G G G | RepeatPlayers$ Player | RepeatSubAbility$ Ante | SpellDescription$ Each player may ante the top card of their library. If a player does, that player’s life total becomes 20. +SVar:Ante:DB$ Mill | Defined$ Player.IsRemembered | Destination$ Ante | NumCards$ 1 | RememberMilled$ True | Optional$ True | SubAbility$ 20Life | AILogic$ Rebirth +SVar:20Life:DB$ SetLife | Defined$ Player.IsRemembered | LifeAmount$ 20 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +Oracle:Remove Rebirth from your deck before playing if you’re not playing for ante./nEach player may ante the top card of their library. If a player does, that player’s life total becomes 20.