- 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