From d6cd2f35ff887f00a3c975e6c1d09aef542d568b Mon Sep 17 00:00:00 2001 From: Fulgur14 <54345051+Fulgur14@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:03:45 +0200 Subject: [PATCH] 2 EOE cards (#7984) --- forge-gui/res/cardsfolder/upcoming/systems_override.txt | 9 +++++++++ .../res/cardsfolder/upcoming/terrapact_intimidator.txt | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/systems_override.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/terrapact_intimidator.txt diff --git a/forge-gui/res/cardsfolder/upcoming/systems_override.txt b/forge-gui/res/cardsfolder/upcoming/systems_override.txt new file mode 100644 index 00000000000..31b8aaa8586 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/systems_override.txt @@ -0,0 +1,9 @@ +Name:Systems Override +ManaCost:2 R +Types:Sorcery +A:SP$ GainControl | ValidTgts$ Artifact,Creature | TgtPrompt$ Select target artifact or creature | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SubAbility$ DBPutCounter | SpellDescription$ Gain control of target artifact or creature until end of turn. Untap that permanent. It gains haste until end of turn. If it's a Spacecraft, put ten charge counters on it. If you do, remove ten charge counters from it at the beginning of the next end step. +SVar:DBPutCounter:DB$ PutCounter | Defined$ Targeted.Spacecraft | CounterType$ CHARGE | CounterNum$ 10 | RememberPut$ True | SubAbility$ DBDelTrig +SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigRemoveCounter | RememberObjects$ RememberedLKI | ConditionDefined$ Remembered | ConditionPresent$ Card | TriggerDescription$ Remove ten charge counters from it at the beginning of the next end step. | SubAbility$ DBCleanup +SVar:TrigRemoveCounter:DB$ RemoveCounter | Defined$ DelayTriggerRememberedLKI | CounterType$ CHARGE | CounterNum$ 10 +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +Oracle:Gain control of target artifact or creature until end of turn. Untap that permanent. It gains haste until end of turn. If it's a Spacecraft, put ten charge counters on it. If you do, remove ten charge counters from it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/upcoming/terrapact_intimidator.txt b/forge-gui/res/cardsfolder/upcoming/terrapact_intimidator.txt new file mode 100644 index 00000000000..4b304c149da --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/terrapact_intimidator.txt @@ -0,0 +1,9 @@ +Name:Terrapact Intimidator +ManaCost:1 R +Types:Creature Kavu Scout +PT:2/1 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBChoice | TriggerDescription$ When this creature enters, target opponent may have you create two Lander tokens. If they don't, put two +1/+1 counters on this creature. (A Lander token is an artifact with "{2}, {T}, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.") +SVar:DBChoice:DB$ GenericChoice | ValidTgts$ Opponent | Choices$ TerrapactToken,TerrapactPutCounter +SVar:TerrapactToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_a_lander_sac_search | TokenOwner$ You | SpellDescription$ CARDNAME's controller creates two Lander tokens. +SVar:TerrapactPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 2 | SpellDescription$ CARDNAME's controller puts two +1/+1 counters on it. +Oracle:When this creature enters, target opponent may have you create two Lander tokens. If they don't, put two +1/+1 counters on this creature. (A Lander token is an artifact with "{2}, {T}, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.") \ No newline at end of file