Changed Blood Speaker from an awkward TrigSacrifice to a TrigSearch that uses Cost$ Sac.

Territorial Gorger; You get energy, not gain energy.
This commit is contained in:
Indigo Dragon
2017-12-11 10:24:38 +00:00
parent 3252489971
commit 5fe19d75a6
2 changed files with 5 additions and 7 deletions

View File

@@ -2,11 +2,9 @@ Name:Blood Speaker
ManaCost:3 B
Types:Creature Ogre Shaman
PT:3/2
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigSacrifice | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, you may sacrifice CARDNAME. If you do, search your library for a Demon card, reveal that card, put it into your hand, then shuffle your library.
SVar:TrigSacrifice:DB$ Sacrifice | Optional$ True | SacValid$ Card.Self | Amount$ 1 | RememberSacrificed$ True | SubAbility$ DBTutorDemon
SVar:DBTutorDemon:DB$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Demon | ChangeNum$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Demon.YouCtrl | TriggerZones$ Graveyard | OptionalDecider$ You | Execute$ TrigReturn | TriggerDescription$ Whenever a Demon enters the battlefield under your control, you may return CARDNAME from your graveyard to your Hand.
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigSearch | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, you may sacrifice CARDNAME. If you do, search your library for a Demon card, reveal that card, put it into your hand, then shuffle your library.
SVar:TrigSearch:AB$ChangeZone | Cost$ Sac<1/CARDNAME> | Origin$ Library | Destination$ Hand | ChangeType$ Demon | ChangeNum$ 1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Demon.YouCtrl | TriggerZones$ Graveyard | OptionalDecider$ You | Execute$ TrigReturn | TriggerDescription$ Whenever a Demon enters the battlefield under your control, you may return CARDNAME from your graveyard to your hand.
SVar:TrigReturn:DB$ ChangeZone | Defined$ Self | Origin$ Graveyard | Destination$ Hand
DeckHints:Type$Demon
SVar:Picture:http://www.wizards.com/global/images/magic/general/blood_speaker.jpg

View File

@@ -3,7 +3,7 @@ ManaCost:3 R
Types:Creature Gremlin
K:Trample
PT:2/2
T:Mode$ CounterAddedOnce | ValidPlayer$ You | TriggerZones$ Battlefield | CounterType$ ENERGY | Execute$ TrigPump | TriggerDescription$ Whenever you gain one or more {E} (one energy counter), CARDNAME gets +2/+2 until end of turn.
T:Mode$ CounterAddedOnce | ValidPlayer$ You | TriggerZones$ Battlefield | CounterType$ ENERGY | Execute$ TrigPump | TriggerDescription$ Whenever you get one or more {E} (one energy counter), CARDNAME gets +2/+2 until end of turn.
SVar:TrigPump:DB$Pump | Defined$ Self | NumAtt$ 2 | NumDef$ 2
SVar:Picture:http://www.wizards.com/global/images/magic/general/territorial_gorger.jpg
Oracle:Trample\nWhenever you gain one or more {E} (one energy counter), Territorial Gorger gets +2/+2 until end of turn.
Oracle:Trample\nWhenever you get one or more {E} (one energy counter), Territorial Gorger gets +2/+2 until end of turn.