Cosmos Elixir

This commit is contained in:
John
2021-02-03 14:46:01 +00:00
parent 7138e718b7
commit cec3a953b9

View File

@@ -0,0 +1,10 @@
Name:Cosmos Elixir
ManaCost:4
Types:Artifact
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigBranch | TriggerDescription$ At the beginning of your end step, draw a card if your life total is greater than your starting life total. Otherwise, you gain 2 life.
SVar:TrigBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GTY | TrueSubAbility$ DBDraw | FalseSubAbility$ DBGainLife | References$ X,Y
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2
SVar:X:Count$YourLifeTotal
SVar:Y:Count$YourStartingLife
Oracle:At the beginning of your end step, draw a card if your life total is greater than your starting life total. Otherwise, you gain 2 life.