From d843004ad6e07ece7fe8d38a2a9096645120ea41 Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:57:53 +0100 Subject: [PATCH] Hundred-Battle Veteran (TDM) (#7280) The only problem I've found is that it's not shown in the "flashback" panel for some reason. --- .../upcoming/hundred_battle_veteran.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/hundred_battle_veteran.txt diff --git a/forge-gui/res/cardsfolder/upcoming/hundred_battle_veteran.txt b/forge-gui/res/cardsfolder/upcoming/hundred_battle_veteran.txt new file mode 100644 index 00000000000..094d578fbff --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/hundred_battle_veteran.txt @@ -0,0 +1,14 @@ +Name:Hundred-Battle Veteran +ManaCost:3 B +Types:Creature Zombie Warrior +PT:4/2 +S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 2 | AddToughness$ 4 | CheckSVar$ X | SVarCompare$ GE3 | Description$ As long as there are three or more different kinds of counters among creatures you control, this creature gets +2/+4. +S:Mode$ Continuous | Affected$ Card.Self | AffectedZone$ Graveyard | EffectZone$ Graveyard | MayPlay$ True | Description$ You may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.) +T:Mode$ SpellCast | ValidCard$ Card | ValidSA$ Spell.MayPlaySource | Static$ True | Execute$ ReplEffAddCounter | TriggerZones$ Stack | Secondary$ True | TriggerDescription$ You may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.) +SVar:ReplEffAddCounter:DB$ Effect | ReplacementEffects$ ETBAddCounter | RememberObjects$ TriggeredCard +SVar:ETBAddCounter:Event$ Moved | Origin$ Stack | Destination$ Battlefield | ValidCard$ Card.IsRemembered | ReplaceWith$ ETBAddExtraCounter | ReplacementResult$ Updated +SVar:ETBAddExtraCounter:DB$ PutCounter | ETB$ True | Defined$ ReplacedCard | CounterType$ FINALITY | CounterNum$ 1 +SVar:X:Count$DifferentCounterKinds_Creature.YouCtrl +DeckHas:Ability$Graveyard|Counters +DeckNeeds:Ability$Counters +Oracle:As long as there are three or more different kinds of counters among creatures you control, this creature gets +2/+4.\nYou may cast this card from your graveyard. If you do, it enters with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.) \ No newline at end of file