diff --git a/forge-game/src/main/java/forge/game/card/CounterEnumType.java b/forge-game/src/main/java/forge/game/card/CounterEnumType.java index f6c71a59211..dd01db97fa0 100644 --- a/forge-game/src/main/java/forge/game/card/CounterEnumType.java +++ b/forge-game/src/main/java/forge/game/card/CounterEnumType.java @@ -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), diff --git a/forge-gui/res/cardsfolder/upcoming/anthem_of_champions.txt b/forge-gui/res/cardsfolder/upcoming/anthem_of_champions.txt new file mode 100644 index 00000000000..3516655cacc --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/anthem_of_champions.txt @@ -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. diff --git a/forge-gui/res/cardsfolder/upcoming/nine_lives_familiar.txt b/forge-gui/res/cardsfolder/upcoming/nine_lives_familiar.txt new file mode 100644 index 00000000000..580fa6185f1 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/nine_lives_familiar.txt @@ -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.