Merge pull request #25 from Northmoc/snc_12

12 April odds and ends
This commit is contained in:
Agetian
2022-04-13 17:21:50 +03:00
committed by GitHub
3 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
Agetian
Alumi
Aoki-Kujo
apantel
Austinio7116
Benjamin
@@ -31,6 +32,7 @@ Meerkov
Monkey Gland Sauce
Myrd
nefigah
Nionios
Northmoc
OgreBattlecruiser
pakoito
@@ -39,6 +41,7 @@ Ral
Ryan1729
Seravy
Sirspud
SladeWilson
Sloth
slyfox7777777
Snoops

View File

@@ -2,5 +2,6 @@ Name:Arcane Melee
ManaCost:4 U
Types:Enchantment
S:Mode$ ReduceCost | ValidCard$ Instant,Sorcery | Type$ Spell | Amount$ 2 | Description$ Instant and sorcery spells cost {2} less to cast.
DeckNeeds:Type$Instant|Sorcery
AI:RemoveDeck:Random
Oracle:Instant and sorcery spells cost {2} less to cast.

View File

@@ -0,0 +1,8 @@
Name:Arcane Bombardment
ManaCost:4 R R
Types:Enchantment
T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | ActivatorThisTurnCast$ EQ1 | NoResolvingCheck$ True | Execute$ TrigExile | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast your first instant or sorcery spell each turn, exile an instant or sorcery card at random from your graveyard. Then copy each card exiled with CARDNAME. You may cast any number of the copies without paying their mana costs.
SVar:TrigExile:DB$ ChangeZone | DefinedPlayer$ You | Destination$ Exile | ChangeNum$ 1 | ChangeType$ Instant.YouOwn,Sorcery.YouOwn | AtRandom$ True | Origin$ Graveyard | Hidden$ True | Mandatory$ True | SubAbility$ DBCast
SVar:DBCast:DB$ Play | Valid$ Card.ExiledWithSource | ValidSA$ Spell | ValidZone$ Exile | Amount$ All | CopyCard$ True | Optional$ True | WithoutManaCost$ True
DeckNeeds:Type$Instant|Sorcery
Oracle:Whenever you cast your first instant or sorcery spell each turn, exile an instant or sorcery card at random from your graveyard. Then copy each card exiled with Arcane Bombardment. You may cast any number of the copies without paying their mana costs.