C19: add forgescribed cards (patch 8)

This commit is contained in:
swordshine
2019-08-09 21:47:20 +08:00
parent 0b1e552143
commit 1a3a920dba
4 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Name:Tectonic Hellion
ManaCost:5 R R
Types:Creature Hellion
PT:8/5
K:Haste
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ Whenever CARDNAME attacks, each player who controls the most lands sacrifices two lands.
SVar:TrigSac:DB$ Sacrifice | Amount$ 2 | SacValid$ Land | Defined$ Player.withMostTypeLand
AI:RemoveDeck:Random
Oracle:Haste\nWhenever Tectonic Hellion attacks, each player who controls the most lands sacrifices two lands.

View File

@@ -0,0 +1,12 @@
Name:Thalia's Geistcaller
ManaCost:2 W
Types:Creature Human Cleric
PT:3/1
K:Lifelink
T:Mode$ SpellCast | ValidCard$ Card.wasCastFromGraveyard | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a spell from your graveyard, create a 1/1 white Spirit creature token with flying.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying c19
SVar:BuffedBy:Card
DeckHas:Ability$Token
A:AB$ Pump | Cost$ Sac<1/Spirit> | Defined$ Self | KW$ Indestructible | SpellDescription$ CARDNAME gains indestructible until end of turn.
DeckHints:Type$Spirit
Oracle:Lifelink\nWhenever you cast a spell from your graveyard, create a 1/1 white Spirit creature token with flying.\nSacrifice a Spirit: Thalia's Geistcaller gains indestructible until end of turn.

View File

@@ -0,0 +1,11 @@
Name:Thought Sponge
ManaCost:3 U
Types:Creature Sponge
PT:1/1
K:Flash
K:etbCounter:P1P1:X:no Condition:CARDNAME enters the battlefield with a number of +1/+1 counters on it equal to the greatest number of cards an opponent has drawn this turn.
SVar:X:PlayerCountOpponents$HighestCardsDrawn
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, draw cards equal to its power.
SVar:TrigDraw:DB$Draw | NumCards$ XPower | References$ XPower
SVar:XPower:TriggeredCard$CardPower
Oracle:Flash\nThought Sponge enters the battlefield with a number of +1/+1 counters on it equal to the greatest number of cards an opponent has drawn this turn.\nWhen Thought Sponge dies, draw cards equal to its power.

View File

@@ -15,4 +15,5 @@ c_a_treasure_sac
g_0_1_egg_defender
g_1_1_plant
g_4_4_rhino_trample
w_1_1_spirit_flying