CLB 19/06 (#721)

* Create armor of shadows, arms of hadar, atrocious experiment
This commit is contained in:
JohnWilliams77
2022-06-20 11:41:52 +01:00
committed by GitHub
parent 0e9186503f
commit f899abd928
3 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Name:Armor of Shadows
ManaCost:B
Types:Instant
A:SP$ Pump | ValidTgts$ Creature | AILogic$ Pump | NumAtt$ +1 | KW$ Indestructible | SpellDescription$ Until end of turn, target creature gets +1/+0 and gains indestructible.
Oracle:Until end of turn, target creature gets +1/+0 and gains indestructible. (Damage and effects that say "destroy" dont destroy it.)

View File

@@ -0,0 +1,5 @@
Name:Arms of Hadar
ManaCost:3 B
Types:Sorcery
A:SP$ PumpAll | ValidTgts$ Player | TgtPrompt$ Select target player | ValidCards$ Creature | NumAtt$ -2 | NumDef$ -2 | SpellDescription$ Creatures target player controls get -2/-2 until end of turn.
Oracle:Creatures target player controls get -2/-2 until end of turn.

View File

@@ -0,0 +1,8 @@
Name:Atrocious Experiment
ManaCost:2 B
Types:Sorcery
A:SP$ Mill | NumCards$ 2 | ValidTgts$ Player | TgtPrompt$ Choose a player | SubAbility$ DBDraw | SpellDescription$ Target player mills two cards, draws two cards, and loses 2 life.
SVar:DBDraw:DB$ Draw | Defined$ Targeted | NumCards$ 2 | SubAbility$ DBLoseLife
SVar:DBLoseLife:DB$ LoseLife | Defined$ Targeted | LifeAmount$ 2
DeckHas:Ability$Mill
Oracle:Target player mills two cards, draws two cards, and loses 2 life. (To mill a card, a player puts the top card of their library into their graveyard.)