FDN: Anthem of Champions, Nine-Lives Familiar (#5496)

This commit is contained in:
Renato Filipe Vidal Santos
2024-07-01 06:34:03 +01:00
committed by GitHub
parent cc9e5cfd83
commit 43864ac24e
3 changed files with 18 additions and 0 deletions

View File

@@ -345,6 +345,8 @@ public enum CounterEnumType {
REV("REV", 255, 108, 111),
REVIVAL("REVIVL", 130, 230, 50),
RIBBON("RIBBON", 233, 245, 232),
RITUAL("RITUAL", 155, 17, 30),

View File

@@ -0,0 +1,6 @@
Name:Anthem of Champions
ManaCost:G W
Types:Enchantment
S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Creatures you control get +1/+1.
SVar:PlayMain1:TRUE
Oracle:Creatures you control get +1/+1.

View File

@@ -0,0 +1,10 @@
Name:Nine-Lives Familiar
ManaCost:1 B B
Types:Creature Cat
PT:1/1
K:etbCounter:REVIVAL:8:ValidCard$ Card.Self+wasCastByYou:This creature enters with eight revival counters on it if you cast it.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self+counters_GE1_REVIVAL | TriggerZones$ Battlefield | Execute$ TrigDelayTrigger | TriggerDescription$ When this creature dies, if it had a revival counter on it, return it to the battlefield with one fewer revival counter on it at the beginning of the next end step.
SVar:TrigDelayTrigger:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Player | Execute$ TrigReturn | RememberObjects$ TriggeredNewCardLKICopy | TriggerDescription$ Return this creature to the battlefield with one fewer revival counter on it at the beginning of the next end step.
SVar:TrigReturn:DB$ ChangeZone | Defined$ DelayTriggerRememberedLKI | Origin$ Graveyard | Destination$ Battlefield | GainControl$ True | WithCountersType$ REVIVAL | WithCountersAmount$ X
SVar:X:Spawner>TriggeredCard$CardCounters.REVIVAL/Minus.1
Oracle:This creature enters with eight revival counters on it if you cast it.\nWhen this creature dies, if it had a revival counter on it, return it to the battlefield with one fewer revival counter on it at the beginning of the next end step.