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:
@@ -338,6 +338,18 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=When Goblin Firebug leaves the battlefield, sacrifice a land.
|
||||
auto=@movedTo(this|exile,graveyard,hand,library) from(battlefield):moveTo(mygraveyard) notatarget(land|myBattlefield)
|
||||
id=44286
|
||||
name=Goblin Firebug
|
||||
rarity=C
|
||||
mana={1}{R}
|
||||
type=Creature
|
||||
subtype=Goblin
|
||||
power=2
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text={T}, Sacrifice a Goblin: All Goblin creatures get +2/+0 until end of turn.
|
||||
id=45123
|
||||
name=Goblin Lookout
|
||||
@@ -674,6 +686,18 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever a Sliver deals combat damage to a creature, destroy that creature. It can't be regenerated.
|
||||
id=42038
|
||||
name=Toxin Sliver
|
||||
rarity=R
|
||||
mana={3}{B}
|
||||
type=Creature
|
||||
subtype=Sliver
|
||||
auto=lord(sliver[attacking;blocking]) deathtouch
|
||||
power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Vexing Beetle can't be countered. Vexing Beetle gets +3/+3 as long as no opponent controls a creature.
|
||||
id=44327
|
||||
name=Vexing Beetle
|
||||
|
||||
@@ -317,7 +317,6 @@ toughness=3
|
||||
text=Amplify 2 (As this card enters the battlefield, put two +1/+1 counters on it for each Beast card you reveal in your hand.) Provoke (When this attacks, you may have target creature defending player controls untap and block it if able.)
|
||||
rarity=R
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
id=42178
|
||||
name=Ghastly Remains
|
||||
@@ -374,17 +373,6 @@ text={T}: Goblin Dynamo deals 1 damage to target creature or player. {X}{R}, {T}
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=44286
|
||||
name=Goblin Firebug
|
||||
mana={1}{R}
|
||||
type=Creature
|
||||
subtype=Goblin
|
||||
power=2
|
||||
toughness=2
|
||||
text=When Goblin Firebug leaves the battlefield, sacrifice a land.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=39888
|
||||
name=Goblin Goon
|
||||
mana={3}{R}
|
||||
@@ -770,17 +758,6 @@ text=Flying {1}: Swooping Talon loses flying until end of turn. Provoke (When th
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
id=42038
|
||||
name=Toxin Sliver
|
||||
mana={3}{B}
|
||||
type=Creature
|
||||
subtype=Sliver
|
||||
power=3
|
||||
toughness=3
|
||||
text=Whenever a Sliver deals combat damage to a creature, destroy that creature. It can't be regenerated.
|
||||
rarity=R
|
||||
[/card]
|
||||
[card]
|
||||
id=42170
|
||||
name=Tribal Forcemage
|
||||
mana={1}{G}
|
||||
|
||||
Reference in New Issue
Block a user