Files
wagic/projects/mtg/bin/Res/sets/JUD/_cards.dat
solo81@web.de e48f9bd7f1 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! ;)
2010-01-24 20:43:21 +00:00

518 lines
13 KiB
Plaintext

[meta]
author=Wagic Team
year=2002
block=Odyssey
[/meta]
[card]
text=First strike (This creature deals combat damage before creatures without first strike.) When Ancestor's Chosen enters the battlefield, you gain 1 life for each card in your graveyard.
id=34243
name=Ancestor's Chosen
rarity=U
mana={5}{W}{W}
type=Creature
subtype=Human Cleric
auto=foreach(*|mygraveyard) life:1
power=4
toughness=4
abilities=first strike
[/card]
[card]
text=Threshold - Anurid Barkripper gets +2/+2 as long as seven or more cards are in your graveyard.
id=36039
name=Anurid Barkripper
rarity=C
mana={1}{G}{G}
type=Creature
subtype=Frog Beast
auto=aslongas(*|mygraveyard) 2/2 >6
power=2
toughness=2
[/card]
[card]
text=Flying When Aven Fogbringer enters the battlefield, return target land to its owner's hand.
id=21275
name=Aven Fogbringer
rarity=C
mana={3}{U}
type=Creature
subtype=Bird Wizard
auto=moveTo(ownerhand) target(land|battlefield)
power=2
toughness=1
abilities=flying
[/card]
[card]
text=Minion creatures get +1/+1. {B}{B}{B}, Exile Balthor the Defiled: Each player returns all black and all red creature cards from his or her graveyard to the battlefield.
id=20842
name=Balthor the Defiled
rarity=R
mana={2}{B}{B}
type=Legendary Creature
subtype=Zombie Dwarf
auto=lord(minion) 1/1
auto={B}{B}{B}:moveTo(myBattlefield) all(creature[black;red]|mygraveyard) && moveTo(opponentBattlefield) all(creature[black;red]|opponentgraveyard) && moveTo(exile) all(this) limit:1
power=2
toughness=2
[/card]
[card]
text=Flying Threshold - As long as seven or more cards are in your graveyard, Battlewise Aven gets +1/+1 and has first strike.
id=34464
name=Battlewise Aven
rarity=C
mana={3}{W}
type=Creature
subtype=Bird Soldier
auto=aslongas(*|mygraveyard) 1/1 >6
auto=aslongas(*|mygraveyard) first strike >6
power=2
toughness=2
abilities=flying
[/card]
[card]
text=Sacrifice Benevolent Bodyguard: Target creature you control gains protection from the color of your choice until end of turn.
id=36118
name=Benevolent Bodyguard
rarity=C
mana={W}
type=Creature
subtype=Human Cleric
auto={S}:protection from green target(creature|mybattlefield)
auto={S}:protection from black target(creature|mybattlefield)
auto={S}:protection from white target(creature|mybattlefield)
auto={S}:protection from red target(creature|mybattlefield)
auto={S}:protection from blue target(creature|mybattlefield)
power=1
toughness=1
[/card]
[card]
text=Vigilance
id=34201
name=Border Patrol
rarity=C
mana={4}{W}
type=Creature
subtype=Human Nomad
power=1
toughness=6
abilities=vigilance
[/card]
[card]
text=Sacrifice Cabal Trainee: Target creature gets -2/-0 until end of turn.
id=36117
name=Cabal Trainee
rarity=C
mana={B}
type=Creature
subtype=Human Minion
auto={S}:-2/0 target(creature)
power=1
toughness=1
[/card]
[card]
text=Enchant creature. Enchanted creature gets +2/+2 and can't attack.
id=36429
target=creature
auto=2/2
auto=cantattack
name=Cagemail
rarity=C
mana={1}{W}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Whenever Centaur Rootcaster deals combat damage to a player, you may search your library for a basic land card and put that card onto the battlefield tapped. If you do, shuffle your library.
auto=@damaged(player) from(this):may moveTo(myBattlefield) target(land[basic]|mylibrary) && tap
id=37120
name=Centaur Rootcaster
rarity=C
mana={3}{G}
type=Creature
subtype=Centaur Druid
power=2
toughness=2
[/card]
[card]
text=Discard a card: Cephalid Inkshrouder gains shroud until end of turn and is unblockable this turn. (A permanent with shroud can't be the target of spells or abilities.)
id=34784
name=Cephalid Inkshrouder
rarity=U
mana={2}{U}
type=Creature
subtype=Cephalid
auto={S(*|myHand)}:shroud && unblockable
power=2
toughness=1
[/card]
[card]
text=Destroy target attacking creature. You gain life equal to its power.
id=34958
target=creature[attacking]
auto=destroy
auto=life:p controller
name=Chastise
rarity=U
mana={3}{W}
type=Instant
[/card]
[card]
text=Flying, protection from creatures
id=35893
name=Commander Eesha
rarity=R
mana={2}{W}{W}
type=Legendary Creature
subtype=Bird Soldier
auto=protection from(creature)
power=2
toughness=4
abilities=flying
[/card]
[card]
text=Enchant creature Enchanted creature gets +3/+3. When enchanted creature is put into a graveyard, put a 3/3 green Elephant creature token onto the battlefield.
id=12692
name=Elephant Guide
target=creature
auto=3/3
auto=@movedto(mytgt|graveyard):token(Elephant,Creature Elephant,3/3,green)
rarity=U
mana={2}{G}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Ember Shot deals 3 damage to target creature or player. Draw a card.
id=29862
target=creature,player
auto=damage:3
auto=draw:1 controller
name=Ember Shot
rarity=C
mana={6}{R}
type=Instant
[/card]
[card]
text=Counter target sorcery spell.
id=36414
target=sorcery|stack
auto=fizzle
name=Envelop
rarity=C
mana={U}
type=Instant
[/card]
[card]
text=Enchant creature. Enchanted creature gets +X/+X, where X is the number of creature cards in all graveyards.
id=29885
target=creature
auto=foreach(creature|graveyard) 1/1
name=Exoskeletal Armor
rarity=U
mana={1}{G}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Flying Threshold - As long as seven or more cards are in your graveyard, Fledgling Dragon gets +3/+3 and has "{R}: Fledgling Dragon gets +1/+0 until end of turn."
id=34930
name=Fledgling Dragon
rarity=R
mana={2}{R}{R}
type=Creature
subtype=Dragon
auto=aslongas(*|mygraveyard) 3/3 >6
auto=aslongas(*|mygraveyard) {R}:1/0 >6
power=2
toughness=2
abilities=flying
[/card]
[card]
text=At the beginning of your upkeep, if Genesis is in your graveyard, you may pay {2}{G}. If you do, return target creature card from your graveyard to your hand.
autograveyard={2}{G}:moveTo(myhand) target(creature|mygraveyard) myUpkeepOnly
id=34833
name=Genesis
rarity=R
mana={4}{G}
type=Creature
subtype=Incarnation
power=4
toughness=4
[/card]
[card]
text=Trample
id=36112
name=Giant Warthog
rarity=C
mana={5}{G}
type=Creature
subtype=Boar Beast
power=5
toughness=5
abilities=trample
[/card]
[card]
text=Flying {2}{W}: Creatures you control gain protection from the color of your choice until end of turn. Activate this ability only if Glory is in your graveyard.
id=34822
name=Glory
rarity=R
mana={3}{W}{W}
type=Creature
subtype=Incarnation
autograveyard={2}{W}:lord(creature|myBattlefield) protection from white ueot
autograveyard={2}{W}:lord(creature|myBattlefield) protection from blue ueot
autograveyard={2}{W}:lord(creature|myBattlefield) protection from black ueot
autograveyard={2}{W}:lord(creature|myBattlefield) protection from red ueot
autograveyard={2}{W}:lord(creature|myBattlefield) protection from green ueot
power=3
toughness=3
abilities=flying
[/card]
[card]
text=When Goretusk Firebeast enters the battlefield, it deals 4 damage to target player.
id=34917
name=Goretusk Firebeast
rarity=C
mana={5}{R}
type=Creature
subtype=Elemental Boar Beast
auto=damage:4 target(player)
power=2
toughness=2
[/card]
[card]
text=Target creature gets +1/+0 and gains first strike until end of turn. Draw a card.
id=36431
target=creature
auto=1/0
auto=first strike
auto=draw:1 controller
name=Guided Strike
rarity=C
mana={1}{W}
type=Instant
[/card]
[card]
text=When Ironshell Beetle enters the battlefield, put a +1/+1 counter on target creature.
id=34758
name=Ironshell Beetle
rarity=C
mana={1}{G}
type=Creature
subtype=Insect
auto=counter(1/1) target(creature)
power=1
toughness=1
[/card]
[card]
text=First strike, haste. {T}: Jeska, Warrior Adept deals 1 damage to target creature or player.
id=36451
name=Jeska, Warrior Adept
rarity=R
mana={2}{R}{R}
type=Legendary Creature
subtype=Human Barbarian Warrior
auto={T}:damage:1 target(creature,player)
power=3
toughness=1
abilities=first strike,haste
[/card]
[card]
text=Draw a card for each attacking creature.
auto=foreach(creature[attacking]):draw:1 controller
id=35168
name=Keep Watch
rarity=C
mana={2}{U}
type=Instant
[/card]
[card]
text=Sacrifice Krosan Wayfarer: You may put a land card from your hand onto the battlefield.
id=35069
name=Krosan Wayfarer
rarity=C
mana={G}
type=Creature
subtype=Human Druid
auto={S}:moveto(myBattlefield) target(land|myhand)
power=1
toughness=1
[/card]
[card]
text={R}, Sacrifice Liberated Dwarf: Target green creature gets +1/+0 and gains first strike until end of turn.
id=35083
name=Liberated Dwarf
rarity=C
mana={R}
type=Creature
subtype=Dwarf
auto={S}:1/0 && first strike target(creature[green])
power=1
toughness=1
[/card]
[card]
text=Green creatures and white creatures have protection from Gorgons. Threshold - Masked Gorgon has protection from green and from white as long as seven or more cards are in your graveyard.
id=34480
name=Masked Gorgon
rarity=R
mana={4}{B}
type=Creature
subtype=Gorgon
auto=lord(creature[green;white] protection from(gorgon)
auto=aslongas(*|mygraveyard) protection from white >6
auto=aslongas(*|mygraveyard) protection from green >6
power=5
toughness=5
[/card]
[card]
text=Put the top two cards of your library into your graveyard. Draw a card.
id=36114
auto=deplete:2 controller
auto=draw:1 controller
name=Mental Note
rarity=C
mana={U}
type=Instant
[/card]
[card]
text=Defender (This creature can't attack.). {W}: Mirror Wall can attack this turn as though it didn't have defender.
id=36413
name=Mirror Wall
rarity=C
mana={3}{U}
type=Creature
subtype=Wall
auto={W}:-defender
power=3
toughness=4
abilities=defender
[/card]
[card]
text=Flying Threshold - Other creatures you control get +2/+2 as long as seven or more cards are in your graveyard.
id=36036
name=Silver Seraph
rarity=R
mana={5}{W}{W}{W}
type=Creature
subtype=Angel
auto=aslongas(*|mygraveyard) lord(other creature|myBattlefield) 2/2 >6
power=6
toughness=6
abilities=flying
[/card]
[card]
text=When Spellgorger Barbarian enters the battlefield, discard a card at random. When Spellgorger Barbarian leaves the battlefield, draw a card.
id=25805
name=Spellgorger Barbarian
rarity=C
mana={3}{R}
type=Creature
subtype=Human Nightmare Barbarian
auto=discard:1 controller
auto=@movedTo(this|graveyard,exile,library,hand) from(battlefield):draw:1 controller
power=3
toughness=1
[/card]
[card]
text=Target creature gets +3/+3 until end of turn. Draw a card.
id=35114
target=creature
auto=3/3
auto=draw:1 controller
name=Sudden Strength
rarity=C
mana={3}{G}
type=Instant
[/card]
[card]
text=Flying (This creature can't be blocked except by creatures with flying or reach.)
id=34207
name=Suntail Hawk
rarity=C
mana={W}
type=Creature
subtype=Bird
power=1
toughness=1
abilities=flying
[/card]
[card]
text=Threshold - Swirling Sandstorm deals 5 damage to each creature without flying if seven or more cards are in your graveyard.
id=29762
name=Swirling Sandstorm
auto=aslongas(*|mygraveyard) damage:5 all(creature[-flying]) >6
rarity=C
mana={3}{R}
type=Sorcery
[/card]
[card]
text=Sacrifice a land: Target creature you control gains shroud until end of turn. (It can't be the target of spells or abilities.)
id=35062
name=Sylvan Safekeeper
rarity=R
mana={G}
auto={S(land|myBattlefield)}:shroud target(creature)
type=Creature
subtype=Human Wizard
power=1
toughness=1
[/card]
[card]
text={G}, {T}: Target creature gets +5/+5 until end of turn.
id=36525
name=Thriss, Nantuko Primus
rarity=R
mana={5}{G}{G}
type=Legendary Creature
subtype=Insect Druid
auto={G}{T}:5/5 target(creature)
power=5
toughness=5
[/card]
[card]
text=Target nonblack creature gets -1/-1 until end of turn. Threshold - If seven or more cards are in your graveyard, instead destroy that creature. It can't be regenerated.
id=36416
target=creature
auto=-1/-1
auto=aslongas(*|mygraveyard) bury >6
name=Toxic Stench
rarity=C
mana={1}{B}
type=Instant
[/card]
[card]
text=Discard a card: Regenerate Tunneler Wurm.
id=26370
name=Tunneler Wurm
rarity=U
mana={6}{G}{G}
auto={S(*|myhand)}:regenerate
type=Creature
subtype=Wurm
power=6
toughness=6
[/card]
[card]
text=Enchant creature When Unquestioned Authority enters the battlefield, draw a card. Enchanted creature has protection from creatures.
id=24541
target=creature
auto=draw:1 controller
auto=protection from(creature)
name=Unquestioned Authority
rarity=U
mana={2}{W}
type=Enchantment
subtype=Aura
[/card]
[card]
text=Threshold - As long as seven or more cards are in your graveyard, Vigilant Sentry gets +1/+1 and has "{T}: Target attacking or blocking creature gets +3/+3 until end of turn."
id=36035
name=Vigilant Sentry
rarity=C
mana={1}{W}{W}
type=Creature
subtype=Human Nomad
auto=aslongas(*|mygraveyard) 1/1 >6
auto=aslongas(*|mygraveyard) {T}:3/3 target(creature[attacking;blocking]) >6
power=2
toughness=2
[/card]