Added 102! successfully tested cards.
After weeks of hard work, I can proudly present you this huge package of cards, based only on already existing card code elements. Some examples and important notes: - Cards that get buried if you don't fulfill a condition 1. when they enter the battlefield (Hidden Horror[WEL]; Mercenary Knight, Thundering Wurm [both POR]) 2. during your upkeep (Endless Wurm[USG]). - Cards that allow to draw a card, then discard a card when entering the battlefield or damaging an opponent (Owl Familiar[POR], Looter il-Kor[TSP]). IMPORTANT NOTE: Those cards work only correctly because the draw effect resolves before the discard effect. Instants and Sorceries with such effects or permanents that have an activation cost for drawing, then discarding a card won't work because the two effects don't trigger in the correct order. - Land cycle from Visions and Planeshift (both very puzzling, but working perfectly!) I also updated World enchantments (tested & working, see rules for them in Gatherer!) Several card fixes. If you have any questions, post them! ;)
This commit is contained in:
@@ -86,6 +86,16 @@ rarity=U
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
text=Add {B}{B}{B} to your mana pool. Threshold - Add {B}{B}{B}{B}{B} to your mana pool instead if seven or more cards are in your graveyard.
|
||||
id=30564
|
||||
auto=Add{B}{B}{B}
|
||||
auto=aslongas(*|mygraveyard) add{B}{B} >6
|
||||
name=Cabal Ritual
|
||||
rarity=C
|
||||
mana={1}{B}
|
||||
type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text={B}, {T}: Target creature gets -1/-1 until end of turn. Threshold - {3}{B}{B}, {T}: Target creature gets -2/-2 until end of turn. Activate this ability only if seven or more cards are in your graveyard.
|
||||
id=32226
|
||||
name=Cabal Torturer
|
||||
|
||||
@@ -88,7 +88,6 @@ mana={X}{U}
|
||||
type=Sorcery
|
||||
rarity=U
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text={2}{B}{B}, {T}, Exile two cards from your graveyard: Return target creature card from your graveyard to your hand.
|
||||
name=Cabal Surgeon
|
||||
@@ -100,18 +99,14 @@ power=2
|
||||
toughness=1
|
||||
rarity=C
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
text=Add {B}{B}{B} to your mana pool.Threshold : Add {B}{B}{B}{B}{B} to your mana pool instead if seven or more cards are in your graveyard.
|
||||
text=Add {B}{B}{B} to your mana pool. Threshold - Add {B}{B}{B}{B}{B} to your mana pool instead if seven or more cards are in your graveyard.
|
||||
name=Cabal Ritual
|
||||
id=30564
|
||||
mana={1}{B}
|
||||
type=Instant
|
||||
rarity=C
|
||||
[/card]
|
||||
|
||||
|
||||
|
||||
[card]
|
||||
text=Whenever Carrion Rats attacks or blocks, any player may exile a card from his or her graveyard. If a player does, Carrion Rats assigns no combat damage this turn.
|
||||
name=Carrion Rats
|
||||
|
||||
Reference in New Issue
Block a user