2 EOE cards (#7984)

This commit is contained in:
Fulgur14
2025-07-10 10:03:45 +02:00
committed by GitHub
parent 81bba70548
commit d6cd2f35ff
2 changed files with 18 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.")