This commit is contained in:
Simisays
2023-04-15 12:50:09 +02:00
parent 41bf7461db
commit ed94cc2bdd
15 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
Name:Skyclave Aerialist
ManaCost:1 U
Types:Creature Merfolk Scout
PT:2/1
K:Flying
A:AB$ SetState | Cost$ 4 GP | Defined$ Self | Mode$ Transform | SorcerySpeed$ True | AILogic$ Always | SpellDescription$ {4}{G/P}: Transform CARDNAME. Activate only as a sorcery. ({G/P} can be paid with either {G} or 2 life.)
AlternateMode:DoubleFaced
Oracle:{4}{G/P}: Transform Skyclave Aerialist. Activate only as a sorcery. ({G/P} can be paid with either {G} or 2 life.)
ALTERNATE
Name:Skyclave Invader
ManaCost:no cost
Colors:green,blue
Types:Creature Phyrexian Merfolk Scout
PT:2/4
K:Flying
T:Mode$ Transformed | ValidCard$ Card.Self | Execute$ TrigPeek | TriggerDescription$ When this creature transforms into CARDNAME, look at the top card of your library. If it's a land card, you may put it onto the battlefield. If you don't put the card onto the battlefield, put it into your hand.
SVar:TrigPeek:DB$ PeekAndReveal | PeekAmount$ 1 | NoReveal$ True | RememberPeeked$ True | SubAbility$ DBChangeZone
SVar:DBChangeZone:DB$ ChangeZone | Optional$ True | ForgetChanged$ True | Origin$ Library | Destination$ Battlefield | Defined$ Remembered | ConditionDefined$ Remembered | ConditionPresent$ Land | ConditionCompare$ GE1 | SubAbility$ DBHand
SVar:DBHand:DB$ ChangeZone | Origin$ Library | Destination$ Hand | Defined$ Remembered | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
Oracle:Flying\nWhen this creature transforms into Skyclave Invader, look at the top card of your library. If it's a land card, you may put it onto the battlefield. If you don't put the card onto the battlefield, put it into your hand.

View File

@@ -0,0 +1,8 @@
Name:Storm the Seedcore
ManaCost:2 G G
Types:Sorcery
A:SP$ PutCounter | ValidTgts$ Creature.YouCtrl | TargetMin$ 0 | TargetMax$ 4 | CounterType$ P1P1 | CounterNum$ 4 | DividedAsYouChoose$ 4 | SubAbility$ DBPumpAll | SpellDescription$ Distribute four +1/+1 counters among up to four target creatures you control.
SVar:DBPumpAll:DB$ PumpAll | KW$ Vigilance & Trample | ValidCards$ Creature.YouCtrl | SpellDescription$ Creatures you control gain vigilance and trample until end of turn.
SVar:PlayMain1:TRUE
DeckHas:Ability$Counters
Oracle:Distribute four +1/+1 counters among up to four target creatures you control. Creatures you control gain vigilance and trample until end of turn.

View File

@@ -0,0 +1,9 @@
Name:Stormclaw Rager
ManaCost:1 B R
Types:Creature Ogre Warrior
PT:2/2
A:AB$ PutCounter | Cost$ 1 Sac<1/Creature.Other;Artifact.Other/another creature or artifact> | SubAbility$ DBDraw | SorcerySpeed$ True | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on CARDNAME and draw a card. Activate only as a sorcery
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1
DeckHas:Ability$Counters|Sacrifice
DeckHints:Type$Artifact
Oracle:{1}, Sacrifice another creature or artifact: Put a +1/+1 counter on Stormclaw Rager and draw a card. Activate only as a sorcery.

View File

@@ -0,0 +1,7 @@
Name:Swordsworn Cavalier
ManaCost:1 W
Types:Creature Human Knight
PT:3/1
S:Mode$ Continuous | Affected$ Card.Self | IsPresent$ Knight.Other+ThisTurnEntered | AddKeyword$ First Strike | Description$ CARDNAME has first strike as long as another Knight entered the battlefield under your control this turn.
DeckHints:Type$Knight
Oracle:Swordsworn Cavalier has first strike as long as another Knight entered the battlefield under your control this turn.

View File

@@ -0,0 +1,17 @@
Name:Tarkir Duneshaper
ManaCost:W
Types:Creature Dog Warrior
PT:1/2
A:AB$ SetState | Cost$ 4 GP | Defined$ Self | Mode$ Transform | SorcerySpeed$ True | AILogic$ Always | SpellDescription$ Transform CARDNAME. Activate only as a sorcery. ({G/P} can be paid with either {G} or 2 life.)
AlternateMode:DoubleFaced
Oracle:{4}{G/P}: Transform Tarkir Duneshaper. Activate only as a sorcery. ({G/P} can be paid with either {G} or 2 life.)
ALTERNATE
Name:Burnished Dunestomper
ManaCost:no cost
Colors:green,white
Types:Creature Phyrexian Dog Warrior
PT:4/3
K:Trample
Oracle:Trample

View File

@@ -0,0 +1,6 @@
Name:Temporal Cleansing
ManaCost:3 U
Types:Sorcery
K:Convoke
A:SP$ ChangeZone | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | AlternativeDecider$ TargetedOwner | Origin$ Battlefield | Destination$ Library | LibraryPosition$ 1 | DestinationAlternative$ Library | LibraryPositionAlternative$ -1 | AlternativeDestinationMessage$ Would you like to put the card second from the top of your library (and not on the bottom)? | SpellDescription$ The owner of target nonland permanent puts it into their library second from the top or on the bottom.
Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nThe owner of target nonland permanent puts it into their library second from the top or on the bottom.

View File

@@ -0,0 +1,12 @@
Name:Tenured Oilcaster
ManaCost:3 B
Types:Creature Phyrexian Wizard
PT:2/4
K:Menace
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 3 | CheckSVar$ X | SVarCompare$ GE8 | Description$ CARDNAME gets +3/+0 as long as an opponent has eight or more cards in their graveyard.
SVar:X:PlayerCountOpponents$HighestCardsInGraveyard
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMill | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks or blocks, each player mills a card.
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigMill | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, each player mills a card.
SVar:TrigMill:DB$ Mill | Defined$ Player | NumCards$ 1
DeckHas:Ability$Mill
Oracle:Menace (This creature can't be blocked except by two or more creatures.)\nTenured Oilcaster gets +3/+0 as long as an opponent has eight or more cards in their graveyard.\nWhenever Tenured Oilcaster attacks or blocks, each player mills a card.

View File

@@ -0,0 +1,9 @@
Name:Timberland Ancient
ManaCost:4 G G
Types:Creature Treefolk
PT:6/5
K:Reach
K:Trample
K:TypeCycling:Forest:2
DeckHas:Ability$Discard
Oracle:Reach, trample\nForestcycling {2} ({2}, Discard this card: Search your library for a Forest card, reveal it, put it into your hand, then shuffle.)

View File

@@ -0,0 +1,7 @@
Name:Trailblazing Historian
ManaCost:1 R
Types:Creature Human Shaman
PT:1/3
K:Haste
A:AB$ Pump | Cost$ T | ValidTgts$ Creature.Other | TgtPrompt$ Select another target creature | KW$ Haste | SpellDescription$ Another target creature gains haste until end of turn.
Oracle:Haste\n{T}: Another target creature gains haste until end of turn.

View File

@@ -0,0 +1,8 @@
Name:Unseal the Necropolis
ManaCost:2 B
Types:Instant
A:SP$ Mill | NumCards$ 3 | Defined$ Player | SubAbility$ DBChangeZone | SpellDescription$ Each player mills three cards. Then you return up to two creature cards from your graveyard to your hand. (To mill three cards, a player puts the top three cards of their library into their graveyard.)
SVar:DBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | ChangeNum$ 2 | ChangeType$ Creature.YouOwn | SelectPrompt$ Select up to two creature cards from your graveyard to return to your hand | Hidden$ True | SubAbility$ DBExile | StackDescription$ {p:You} returns up to two creature cards from their graveyard to their hand.
SVar:DBExile:DB$ ChangeZone | Origin$ Stack | Destination$ Exile | StackDescription$ Exile CARDNAME.
DeckHas:Ability$Graveyard|Mill
Oracle:Each player mills three cards. Then you return up to two creature cards from your graveyard to your hand. (To mill three cards, a player puts the top three cards of their library into their graveyard.)

View File

@@ -0,0 +1,7 @@
Name:Urn of Godfire
ManaCost:1
Types:Artifact
A:AB$ Mana | Cost$ 2 | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color.
A:AB$ Destroy | Cost$ 6 T Sac<1/CARDNAME> | ValidTgts$ Creature,Enchantment | TgtPrompt$ Select target creature or enchantment | SpellDescription$ Destroy target creature or enchantment.
DeckHas:Ability$Sacrifice
Oracle:{2}: Add one mana of any color.\n{6}, {T}, Sacrifice Urn of Godfire: Destroy target creature or enchantment.

View File

@@ -0,0 +1,7 @@
Name:Vengeant Earth
ManaCost:1 G
Types:Instant
A:SP$ Animate | ValidTgts$ Land.YouCtrl,Creature.YouCtrl | TgtPrompt$ Select target creature or land you control | Power$ 4 | Toughness$ 4 | Types$ Creature,Elemental | Keywords$ Haste | SubAbility$ MustBeBlocked | SpellDescription$ Target creature or land you control becomes a 4/4 Elemental creature with haste in addition to its other types until end of turn. It must be blocked this turn if able.
SVar:MustBeBlocked:DB$ Pump | Defined$ Targeted | KW$ HIDDEN CARDNAME must be blocked if able.
DeckHas:Type$Elemental
Oracle:Target creature or land you control becomes a 4/4 Elemental creature with haste in addition to its other types until end of turn. It must be blocked this turn if able.

View File

@@ -0,0 +1,10 @@
Name:Wary Thespian
ManaCost:1 G
Types:Creature Cat Druid
PT:3/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSurveil | TriggerDescription$ When CARDNAME enters the battlefield or dies, surveil 1. (Look at the top card of your library. You may put that card into your graveyard.)
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigSurveil | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or dies, surveil 1. (Look at the top card of your library. You may put that card into your graveyard.)
SVar:TrigSurveil:DB$ Surveil | Amount$ 1
SVar:SacMe:1
DeckHas:Ability$Graveyard
Oracle:When Wary Thespian enters the battlefield or dies, surveil 1. (Look at the top card of your library. You may put that card into your graveyard.)

View File

@@ -0,0 +1,8 @@
Name:Wrenn's Resolve
ManaCost:1 R
Types:Sorcery
A:SP$ Dig | Defined$ You | DigNum$ 2 | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBEffect | SpellDescription$ Exile the top two cards of your library. Until the end of your next turn, you may play those cards.
SVar:DBEffect:DB$ Effect | RememberObjects$ RememberedCard | StaticAbilities$ STPlay | SubAbility$ DBCleanup | ForgetOnMoved$ Exile | Duration$ UntilTheEndOfYourNextTurn
SVar:STPlay:Mode$ Continuous | MayPlay$ True | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Exile | Description$ Until the end of your next turn, you may play the exiled cards.
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
Oracle:Exile the top two cards of your library. Until the end of your next turn, you may play those cards.

View File

@@ -0,0 +1,12 @@
Name:Zephyr Singer
ManaCost:2 U U
Types:Creature Siren Pirate
PT:3/4
K:Convoke
K:Flying
K:Vigilance
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounterAll | TriggerDescription$ When CARDNAME enters the battlefield, put a flying counter on each creature that convoked it.
SVar:TrigPutCounterAll:DB$ PutCounter | Defined$ Convoked | CounterType$ Flying | CounterNum$ 1 | AILogic$ Always
DeckNeeds:Keyword$Convoke
DeckHas:Ability$Counters
Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nFlying, vigilance\nWhen Zephyr Singer enters the battlefield, put a flying counter on each creature that convoked it.