mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
FDN: Anthem of Champions, Nine-Lives Familiar (#5496)
This commit is contained in:
committed by
GitHub
parent
cc9e5cfd83
commit
43864ac24e
@@ -345,6 +345,8 @@ public enum CounterEnumType {
|
|||||||
|
|
||||||
REV("REV", 255, 108, 111),
|
REV("REV", 255, 108, 111),
|
||||||
|
|
||||||
|
REVIVAL("REVIVL", 130, 230, 50),
|
||||||
|
|
||||||
RIBBON("RIBBON", 233, 245, 232),
|
RIBBON("RIBBON", 233, 245, 232),
|
||||||
|
|
||||||
RITUAL("RITUAL", 155, 17, 30),
|
RITUAL("RITUAL", 155, 17, 30),
|
||||||
|
|||||||
@@ -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.
|
||||||
10
forge-gui/res/cardsfolder/upcoming/nine_lives_familiar.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/nine_lives_familiar.txt
Normal 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.
|
||||||
Reference in New Issue
Block a user