Update tallyman_of_nurgle.txt

This commit is contained in:
Simisays
2022-09-19 22:36:07 +02:00
committed by GitHub
parent e5a44dbfda
commit 5738c10e01

View File

@@ -5,9 +5,10 @@ PT:2/3
K:Lifelink
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ GE1 | Execute$ TrigBranch | TriggerDescription$ The Seven-fold Chant — At the beginning of your end step, if a creature died this turn, you draw a card and you lose 1 life. If seven or more creatures died this turn, instead you draw seven cards and you lose 7 life.
SVar:TrigBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GT7 | TrueSubAbility$ DBDrawSeven | FalseSubAbility$ DBDraw
SVar:DBDraw:DB$ Draw
SVar:DBDrawSeven:DB$ Draw | NumCards$ 7 | SubAbility$ DBLoseLife
SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 7
SVar:DBDraw:DB$ Draw | SubAbility$ DBLoseLifeOne
SVar:DBLoseLifeOne:DB$ LoseLife | LifeAmount$ 1
SVar:DBDrawSeven:DB$ Draw | NumCards$ 7 | SubAbility$ DBLoseLifeSeven
SVar:DBLoseLifeSeven:DB$ LoseLife | LifeAmount$ 7
SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature
DeckHints$Ability$Sacrifice
Oracle:Lifelink\nThe Seven-fold Chant — At the beginning of your end step, if a creature died this turn, you draw a card and you lose 1 life. If seven or more creatures died this turn, instead you draw seven cards and you lose 7 life.