Merge branch 'rebirth' into 'master'

Rebirth

See merge request core-developers/forge!2487
This commit is contained in:
Michael Kamensky
2020-02-03 16:00:50 +00:00

View File

@@ -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 players 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 youre not playing for ante./nEach player may ante the top card of their library. If a player does, that players life total becomes 20.