mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Merge branch 'rebirth' into 'master'
Rebirth See merge request core-developers/forge!2487
This commit is contained in:
9
forge-gui/res/cardsfolder/r/rebirth.txt
Normal file
9
forge-gui/res/cardsfolder/r/rebirth.txt
Normal 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 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.
|
||||
Reference in New Issue
Block a user