Merge branch 'c20.18' into 'master'

C20 - 18 April

See merge request core-developers/forge!2724
This commit is contained in:
Michael Kamensky
2020-04-19 05:11:09 +00:00
6 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Name:Silvar, Devourer of the Free
ManaCost:3 B R
Types:Legendary Creature Cat Nightmare
PT:4/2
K:Partner:Trynn, Champion of Freedom:Trynn
K:Menace
A:AB$ PutCounter | Cost$ Sac<1/Human> | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBPump | SpellDescription$ Put a +1/+1 counter on CARDNAME. It gains indestructible until end of turn.
SVar:DBPump:DB$ Pump | Defined$ Self | KW$ Indestructible
DeckHints:Name$Trynn, Champion of Freedom & Type$Human
Oracle:Partner with Trynn, Champion of Freedom (When this creature enters the battlefield, target player may put Trynn into their hand from their library, then shuffle.)\nMenace\nSacrifice a Human: Put a +1/+1 counter on Silvar, Devourer of the Free. It gains indestructible until end of turn.

View File

@@ -0,0 +1,10 @@
Name:Species Specialist
ManaCost:2 B B
Types:Creature Human Warrior
PT:2/3
K:ETBReplacement:Other:ChooseCT
SVar:ChooseCT:DB$ ChooseType | Defined$ You | Type$ Creature | AILogic$ MostProminentInComputerDeck | SpellDescription$ As CARDNAME enters the battlefield, choose a creature type. | StackDescription$ SpellDescription
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.ChosenType | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigDraw | TriggerDescription$ Whenever a creature of the chosen type dies, you may draw a card.
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1
SVar:PlayMain1:TRUE
Oracle:As Species Specialist enters the battlefield, choose a creature type.\nWhenever a creature of the chosen type dies, you may draw a card.

View File

@@ -0,0 +1,12 @@
Name:Surly Badgersaur
ManaCost:3 R
Types:Creature Badger Dinosaur
PT:3/3
T:Mode$ Discarded | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever you discard a creature card, put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
T:Mode$ Discarded | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you discard a land card, create a treasure token.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You
T:Mode$ Discarded | ValidCard$ Card.nonLand+nonCreature+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigFight | TriggerDescription$ Whenever you discard a noncreature, nonland card, CARDNAME fights up to one target creature you don't control.
SVar:TrigFight:DB$ Fight | Defined$ Self | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Choose up to one target creature you don't control | TargetMin$ 0 | TargetMax$ 1
DeckHas:Ability$Discard
Oracle:Whenever you discard a creature card, put a +1/+1 counter on Surly Badgersaur.\nWhenever you discard a land card, create a treasure token. (It's an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")\nWhenever you discard a noncreature, nonland card, Surly Badgersaur fights up to one target creature you don't control.

View File

@@ -0,0 +1,7 @@
Name:Tidal Barracuda
ManaCost:3 U
Types:Creature Fish
PT:3/4
S:Mode$ Continuous | Affected$ Card | WithFlash$ Player | AffectedZone$ Exile,Graveyard,Hand,Library,Command | Description$ Any player may cast spells as though they had flash.
S:Mode$ CantBeCast | ValidCard$ Card | Condition$ PlayerTurn | Caster$ Opponent | Description$ Your opponents can't cast spells during your turn.
Oracle:Any player may cast spells as though they had flash.\nYour opponents can't cast spells during your turn.

View File

@@ -0,0 +1,9 @@
Name:Titan Hunter
ManaCost:4 B
Types:Creature Human Warrior
PT:4/5
T:Mode$ Phase | Phase$ End of Turn | CheckSVar$ X | SVarCompare$ EQ0 | TriggerZones$ Battlefield | Execute$ TrigDamage | References$ X | TriggerDescription$ At the beginning of each player's end step, if no creatures died this turn, CARDNAME deals 4 damage to that player.
SVar:TrigDamage:DB$ DealDamage | Defined$ TriggeredPlayer | NumDmg$ 4
SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature
A:AB$ GainLife | Cost$ 1 B Sac<1/Creature> | LifeAmount$ 4 | SpellDescription$ You gain 4 life.
Oracle:At the beginning of each player's end step, if no creatures died this turn, Titan Hunter deals 4 damage to that player.\n{1}{B}, Sacrifice a creature: You gain 4 life.

View File

@@ -0,0 +1,11 @@
Name:Trynn, Champion of Freedom
ManaCost:3 W
Types:Legendary Creature Human Soldier
PT:3/3
K:Partner:Silvar, Devourer of the Free:Silvar
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ RaidTest | References$ RaidTest | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, if you attacked this turn, create a 1/1 white Human Soldier creature token.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_human_soldier | TokenOwner$ You
DeckHints:Name$Silvar, Devourer of the Free
DeckHas:Ability$Token
SVar:RaidTest:Count$AttackersDeclared
Oracle:Partner with Silvar, Devourer of the Free (When this creature enters the battlefield, target player may put Silvar into their hand from their library, then shuffle.)\nAt the beginning of your end step, if you attacked this turn, create a 1/1 white Human Soldier creature token.