- improved the parser for "lord", now can take any kind of "target", not only creature types (so it can now be used to code abilities such as Bad moon and crusade)
- fixed typos for goblin lord, zombie master, lord of atlantis
- Added "moveTo" keyword
- added a dozen cards
This commit is contained in:
wagic.the.homebrew
2008-12-14 12:07:01 +00:00
parent 6df5261294
commit 790e2a2cdf
11 changed files with 285 additions and 254 deletions

View File

@@ -102,6 +102,8 @@ toughness=3
[card]
text=Flying (This creature can't be blocked except by creatures with flying or reach.) Other black creatures get +1/+1. Nonblack creatures get -1/-1.
abilities=Legendary, flying
auto=lord(creature[black]) 1/1
auto=lord(creature[-black]) -1/-1 includeself
id=106525
name=Ascendant Evincar
rarity=R
@@ -151,6 +153,17 @@ subtype=Bird
toughness=1
[/card]
[card]
text=Blaze deals X damage to target creature or player.
target=creature,player
alias=1291
id=129484
name=Blaze
rarity=U
color=Red
type=Sorcery
mana={X}{R}
[/card]
[card]
text=Swampwalk (This creature is unblockable as long as defending player controls a Swamp.)
abilities=swampwalk
id=129491
@@ -329,7 +342,8 @@ toughness=5
[card]
text=Other Elf creatures get +1/+1 and have forestwalk. (They're unblockable as long as defending player controls a Forest.)
id=129534
auto=lord(elf) 1/1 forestwalk
auto=lord(elf) 1/1
auto=lord(elf) forestwalk
name=Elvish Champion
rarity=R
color=Green
@@ -391,7 +405,8 @@ toughness=2
[card]
text=Other Soldier creatures get +1/+1 and have first strike. (They deal combat damage before creatures without first strike.)
id=135258
auto=lord(soldier) 1/1 first strike
auto=lord(soldier) 1/1
auto=lord(soldier) first strike
name=Field Marshal
rarity=R
color=White
@@ -541,9 +556,20 @@ subtype=Spider
toughness=4
[/card]
[card]
text=Creatures you control get +1/+1.
auto=lord(creature|myinplay) 1/1 includeself
id=129572
name=Glorious Anthem
rarity=R
color=White
type=Enchantment
mana={1}{W}{W}
[/card]
[card]
text=Other Goblin creatures get +1/+1 and have mountainwalk. (They're unblockable as long as defending player controls a Mountain.)
id=129578
alias=1296
auto=lord(goblin) 1/1
auto=lord(goblin) mountainwalk
name=Goblin King
rarity=R
color=Red
@@ -848,6 +874,20 @@ subtype=Demon
toughness=7
[/card]
[card]
text=Other Zombie creatures get +1/+1. {1}{B}, {T}: Return target Zombie card from your graveyard to your hand.
auto=lord(zombie) 1/1
auto={1}{B}{T}:moveTo(myhand) target(zombie|mygraveyard)
id=129629
name=Lord of the Undead
rarity=R
color=Black
type=Creature
mana={1}{B}{B}
power=2
subtype=Zombie
toughness=2
[/card]
[card]
text={W}, {T}: Tap target creature.
auto={W},{T}:tap target(creature)
id=129638
@@ -1075,6 +1115,19 @@ mana={3}{U}{U}
subtype=Aura
[/card]
[card]
text=Phantom Warrior is unblockable.
abilities=unblockable
id=132064
name=Phantom Warrior
rarity=U
color=Blue
type=Creature
mana={1}{U}{U}
power=2
subtype=Illusion Warrior
toughness=2
[/card]
[card]
text=When Phyrexian Rager comes into play, you draw a card and you lose 1 life.
auto=draw:1
auto=life:-1
@@ -1165,6 +1218,16 @@ type=Basic Land
subtype=Plains
[/card]
[card]
text=Creatures you control have trample. (If a creature you control would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.)
auto=lord(creature|myinplay) trample includeself
id=136288
name=Primal Rage
rarity=U
color=Green
type=Enchantment
mana={1}{G}
[/card]
[card]
text={T}: Prodigal Pyromancer deals 1 damage to target creature or player.
id=134752
alias=1217
@@ -1226,6 +1289,18 @@ type=Sorcery
mana={2}{G}
[/card]
[card]
text=Return target creature card from your graveyard to your hand. Draw a card.
target=creature|mygraveyard
auto=moveTo(myhand)
auto=Draw:1
id=135188
name=Recover
rarity=C
color=Black
type=Sorcery
mana={2}{B}
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) {G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)
target=creature
auto={G}:regenerate
@@ -1775,6 +1850,19 @@ subtype=Bat
toughness=1
[/card]
[card]
text={U}, {T}: Return target permanent you control to its owner's hand.
auto={U}{T}:moveTo(ownerhand) target(*|myinplay)
id=130834
name=Vedalken Mastermind
rarity=U
color=Blue
type=Creature
mana={U}{U}
power=1
subtype=Vedalken Wizard
toughness=2
[/card]
[card]
text=When Venerable Monk comes into play, you gain 2 life.
auto=life:2
id=129786

View File

@@ -78,6 +78,8 @@ subtype=Aura
[/card]
[card]
text={T}: Draw three cards. {2}{U}{U}: Return Arcanis the Omnipotent to its owner's hand.
abilities=legendary
auto={T}:Draw:3
id=106426
name=Arcanis the Omnipotent
rarity=R
@@ -221,15 +223,6 @@ mana={2}{G}
subtype=Aura
[/card]
[card]
text=Blaze deals X damage to target creature or player.
id=129484
name=Blaze
rarity=U
color=Red
type=Sorcery
mana={X}{R}
[/card]
[card]
text={R}, Sacrifice Bloodfire Colossus: Bloodfire Colossus deals 6 damage to each creature and each player.
id=129709
name=Bloodfire Colossus
@@ -771,15 +764,6 @@ color=Land
type=Land
[/card]
[card]
text=Creatures you control get +1/+1.
id=129572
name=Glorious Anthem
rarity=R
color=White
type=Enchantment
mana={1}{W}{W}
[/card]
[card]
text=Whenever Goblin Elite Infantry blocks or becomes blocked, it gets -1/-1 until end of turn.
id=130380
name=Goblin Elite Infantry
@@ -1074,18 +1058,6 @@ color=Land
type=Land
[/card]
[card]
text=Other Zombie creatures get +1/+1. {1}{B}, {T}: Return target Zombie card from your graveyard to your hand.
id=129629
name=Lord of the Undead
rarity=R
color=Black
type=Creature
mana={1}{B}{B}
power=2
subtype=Zombie
toughness=2
[/card]
[card]
text=Equipped creature gets +3/+0 and has lifelink and trample. (When it deals damage, you gain that much life. If it would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.) Equip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.)
id=129630
name=Loxodon Warhammer
@@ -1203,6 +1175,7 @@ mana={2}
[/card]
[card]
text=Soldier creatures have vigilance. (Attacking doesn't cause them to tap.) {2}{W}: Put a 1/1 white Soldier creature token into play.
auto=lord(soldier) vigilance includeself
id=129716
name=Mobilization
rarity=R
@@ -1370,18 +1343,6 @@ subtype=Zombie Minion
toughness=4
[/card]
[card]
text=Phantom Warrior is unblockable.
id=132064
name=Phantom Warrior
rarity=U
color=Blue
type=Creature
mana={1}{U}{U}
power=2
subtype=Illusion Warrior
toughness=2
[/card]
[card]
text={2}, {T}, Sacrifice a creature: Draw a card.
id=135281
name=Phyrexian Vault
@@ -1421,15 +1382,6 @@ subtype=Angel
toughness=4
[/card]
[card]
text=Creatures you control have trample. (If a creature you control would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player.)
id=136288
name=Primal Rage
rarity=U
color=Green
type=Enchantment
mana={1}{G}
[/card]
[card]
text={U}, {T}: You may tap or untap target creature.
id=129685
name=Puppeteer
@@ -1504,15 +1456,6 @@ subtype=Masticore
toughness=5
[/card]
[card]
text=Return target creature card from your graveyard to your hand. Draw a card.
id=135188
name=Recover
rarity=C
color=Black
type=Sorcery
mana={2}{B}
[/card]
[card]
text=Untap all creatures that attacked this turn. After this main phase, there is an additional combat phase followed by an additional main phase.
id=129697
name=Relentless Assault
@@ -1709,6 +1652,8 @@ toughness=4
[/card]
[card]
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature has flying. (It can't be blocked except by creatures with flying or reach.) {U}: Return Shimmering Wings to its owner's hand.
target=creature
auto=flying
id=129553
name=Shimmering Wings
rarity=C
@@ -2185,18 +2130,6 @@ type=Enchantment
mana={3}{G}
[/card]
[card]
text={U}, {T}: Return target permanent you control to its owner's hand.
id=130834
name=Vedalken Mastermind
rarity=U
color=Blue
type=Creature
mana={U}{U}
power=1
subtype=Vedalken Wizard
toughness=2
[/card]
[card]
text=At the beginning of each upkeep, put a 1/1 green Saproling creature token into play under your control.
id=129788
name=Verdant Force

View File

@@ -46,6 +46,8 @@ toughness=4
[card]
text=Other red creatures you control get +1/+1. Other white creatures you control get +1/+1. Whenever you play a red spell, Balefire Liege deals 3 damage to target player. Whenever you play a white spell, you gain 3 life.
id=158104
auto=lord(creature[red]) 1/1
auto=lord(creature[white]) 1/1
name=Balefire Liege
rarity=R
type=Creature
@@ -259,6 +261,8 @@ toughness=3
[card]
text=Other black creatures you control get +1/+1. Other green creatures you control get +1/+1. At the beginning of your upkeep, you may put a 1/1 black and green Worm creature token into play.
id=157406
auto=lord(creature[black]) 1/1
auto=lord(creature[green]) 1/1
name=Creakwood Liege
rarity=R
type=Creature
@@ -278,6 +282,8 @@ mana={1}{B}
[card]
text=Other white creatures you control get +1/+1. Other black creatures you control get +1/+1. Whenever you play a white spell, you may tap target creature. Whenever you play a black spell, you may destroy target creature if it's tapped.
id=157288
auto=lord(creature[black]) 1/1
auto=lord(creature[white]) 1/1
name=Deathbringer Liege
rarity=R
type=Creature
@@ -786,6 +792,8 @@ toughness=3
[card]
text=Other blue creatures you control get +1/+1. Other red creatures you control get +1/+1. {UR}{UR}{UR}{UR}: You may put a blue or red creature card from your hand into play.
id=151132
auto=lord(creature[blue]) 1/1
auto=lord(creature[red]) 1/1
name=Mindwrack Liege
rarity=R
type=Creature
@@ -813,6 +821,8 @@ mana={2}{RW}
[card]
text=Other green creatures you control get +1/+1. Other blue creatures you control get +1/+1. Untap all green and/or blue creatures you control during each other player's untap step.
id=152091
auto=lord(creature[green]) 1/1
auto=lord(creature[blue]) 1/1
name=Murkfiend Liege
rarity=R
type=Creature

View File

@@ -107,6 +107,7 @@ toughness=2
[/card]
[card]
text=Black creatures get +1/+1.
auto=lord(creature[black]) 1/1 includeself
id=1144
name=Bad Moon
rarity=R
@@ -423,6 +424,7 @@ mana={G}
[/card]
[card]
text=White creatures get +1/+1.
auto=lord(creature[white]) 1/1 includeself
id=1341
name=Crusade
rarity=R
@@ -860,7 +862,8 @@ toughness=1
[card]
text=Other Goblin creatures get +1/+1 and have mountainwalk. (They're unblockable as long as defending player controls a Mountain.)
id=1296
auto=lord(goblin) 1/1 mountainwalk
auto=lord(goblin) 1/1
auto=lord(goblin) mountainwalk
name=Goblin King
rarity=R
type=Creature
@@ -1292,7 +1295,8 @@ toughness=1
[/card]
[card]
text=Other Merfolk creatures get +1/+1 and have islandwalk.
auto=lord(merfolk) 1/1 islandwalk
auto=lord(merfolk) 1/1
auto=lord(merfolk) islandwalk
id=1206
name=Lord of Atlantis
rarity=R
@@ -2448,7 +2452,8 @@ mana={2}{W}{W}
[/card]
[card]
text=Zombie creatures have swampwalk. All Zombies have "{B}: Regenerate this permanent."
auto=lord(zombie) swampwalk {B}:regenerate
auto=lord(zombie) swampwalk
auto=lord(zombie) {B}:regenerate
id=1188
name=Zombie Master
rarity=R

View File

@@ -225,6 +225,15 @@ subtype=Spirit
toughness=1
[/card]
[card]
text=Destroy all nonwhite creatures.
auto=destroy all(creature[-white])
id=146053
name=Mass Calcify
rarity=R
type=Sorcery
mana={5}{W}{W}
[/card]
[card]
text={T}: Add {R} to your mana pool.
auto={T}:Add{R}
id=157888
@@ -295,6 +304,27 @@ subtype=Faerie Soldier
toughness=1
[/card]
[card]
text=Creatures you control have double strike.
auto=lord(creature|myinplay) double strike
id=146727
name=Rage Reflection
rarity=R
type=Enchantment
mana={4}{R}{R}
[/card]
[card]
text=Green creatures you control have trample.
auto=lord(creature[green]|myinplay) trample
id=141972
name=Roughshod Mentor
rarity=U
type=Creature
mana={5}{G}
power=5
subtype=Giant Warrior
toughness=4
[/card]
[card]
text=Protection from blue, from black, and from red
abilities=protection from blue, protection from black, protection from red
id=146735
@@ -540,6 +570,20 @@ type=Basic Land
subtype=Swamp
[/card]
[card]
text=Flash Other white creatures you control get +1/+1. Other blue creatures you control get +1/+1.
abilities=flash
auto=lord(creature[white]|myinplay) 1/1
auto=lord(creature[blue]|myinplay) 1/1
id=147409
name=Thistledown Liege
rarity=R
type=Creature
mana={1}{WU}{WU}{WU}
power=1
subtype=Kithkin Knight
toughness=3
[/card]
[card]
text=Flash Enchant creature Enchanted creature gets -3/-0.
abilities=flash
auto=-3/0
@@ -551,6 +595,15 @@ mana={2}{UB}
subtype=Aura
[/card]
[card]
text={2}, {T}: Tap target creature.
auto={2},[T}:tap target(creature)
id=147420
name=Trip Noose
rarity=U
type=Artifact
mana={2}
[/card]
[card]
text=Flying
abilities=flying
id=153967

View File

@@ -1197,14 +1197,6 @@ type=Instant
mana={1}{RG}
[/card]
[card]
text=Destroy all nonwhite creatures.
id=146053
name=Mass Calcify
rarity=R
type=Sorcery
mana={5}{W}{W}
[/card]
[card]
text=When Medicine Runner comes into play, you may remove a counter from target permanent.
id=141977
name=Medicine Runner
@@ -1572,14 +1564,6 @@ type=Instant
mana={2}{U}{U}
[/card]
[card]
text=Creatures you control have double strike.
id=146727
name=Rage Reflection
rarity=R
type=Enchantment
mana={4}{R}{R}
[/card]
[card]
text=Whenever a creature with flying attacks you, Raking Canopy deals 4 damage to it.
id=158691
name=Raking Canopy
@@ -1704,17 +1688,6 @@ subtype=Giant Shaman
toughness=4
[/card]
[card]
text=Green creatures you control have trample.
id=141972
name=Roughshod Mentor
rarity=U
type=Creature
mana={5}{G}
power=5
subtype=Giant Warrior
toughness=4
[/card]
[card]
text=As Runed Halo comes into play, name a card. You have protection from the chosen name. (You can't be targeted, dealt damage, or enchanted by anything with that name.)
id=154005
name=Runed Halo
@@ -1836,7 +1809,7 @@ mana={2}{GW}
subtype=Aura
[/card]
[card]
text=Flying {1}{WU}, {T}: Tap target creature. ({T} is the untap symbol.)
text=Flying {1}{WU}, {Q}: Tap target creature. ({Q} is the untap symbol.)
id=142027
name=Silkbind Faerie
rarity=C
@@ -2056,17 +2029,6 @@ subtype=Kithkin Soldier Wizard
toughness=2
[/card]
[card]
text=Flash Other white creatures you control get +1/+1. Other blue creatures you control get +1/+1.
id=147409
name=Thistledown Liege
rarity=R
type=Creature
mana={1}{WU}{WU}{WU}
power=1
subtype=Kithkin Knight
toughness=3
[/card]
[card]
text=Thornwatch Scarecrow has wither as long as you control a green creature. (It deals damage to creatures in the form of -1/-1 counters.) Thornwatch Scarecrow has vigilance as long as you control a white creature.
id=151634
name=Thornwatch Scarecrow
@@ -2135,14 +2097,6 @@ type=Sorcery
mana={4}{BR}
[/card]
[card]
text={2}, {T}: Tap target creature.
id=147420
name=Trip Noose
rarity=U
type=Artifact
mana={2}
[/card]
[card]
text=Remove target creature from the game. Return that card to play under its owner's control at end of turn.
id=158752
name=Turn to Mist
@@ -2271,6 +2225,8 @@ mana={3}{R}
[/card]
[card]
text=Other green creatures you control get +1/+1. Other white creatures you control get +1/+1. If a spell or ability an opponent controls causes you to discard Wilt-Leaf Liege, put it into play instead of putting it into your graveyard.
auto=lord(creature[green]) 1/1
auto=lord(creature[white]) 1/1
id=147439
name=Wilt-Leaf Liege
rarity=R