Erwan
- Added the possibility to narrow a spell/ability target according to color,tapped status, attacker/blocker, abilities... - Changed the games phase system to become a phaseRing. This allows to add cards that have an impact on the phases, such as stasis - Added a few cards - Fixed a (windows) bug in gatherer tool - Adding stdint.h for VC++ (see wikipedia->stdint.h) - deleting the compiled PSP lib to avoid confusion. People who work from the sourcehave to compile the lib by themselves.
This commit is contained in:
@@ -86,6 +86,20 @@ subtype=Wall
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Angel of Mercy comes into play, you gain 3 life.
|
||||
abilities=flying
|
||||
auto=gainlife:3
|
||||
id=129465
|
||||
name=Angel of Mercy
|
||||
rarity=U
|
||||
color=White
|
||||
type=Creature
|
||||
mana={4}{W}
|
||||
power=3
|
||||
subtype=Angel
|
||||
toughness=3
|
||||
[/card]
|
||||
[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
|
||||
id=106525
|
||||
@@ -99,6 +113,17 @@ subtype=Vampire
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target tapped creature.
|
||||
target=creature[tapped]
|
||||
auto=destroy
|
||||
id=135194
|
||||
name=Assassinate
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Sorcery
|
||||
mana={2}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text=Flash (You may play this spell any time you could play an instant.) First strike (This creature deals combat damage before creatures without first strike.)
|
||||
abilities=flash,first strike
|
||||
id=136279
|
||||
@@ -219,6 +244,17 @@ type=Sorcery
|
||||
mana={2}{G}{G}
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target green or white creature.
|
||||
target=creature[green;white]
|
||||
auto=destroy
|
||||
id=129910
|
||||
name=Deathmark
|
||||
rarity=U
|
||||
color=Black
|
||||
type=Sorcery
|
||||
mana={B}
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target artifact or land.
|
||||
target=artifact,land
|
||||
auto=destroy
|
||||
@@ -316,6 +352,18 @@ subtype=Beast
|
||||
toughness=7
|
||||
[/card]
|
||||
[card]
|
||||
text=Essence Drain deals 3 damage to target creature or player and you gain 3 life.
|
||||
target=creature,player
|
||||
auto=damage:3
|
||||
auto=gainlife:3
|
||||
id=135191
|
||||
name=Essence Drain
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Sorcery
|
||||
mana={4}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature has fear. (It can't be blocked except by artifact creatures and/or black creatures.)
|
||||
id=129544
|
||||
target=creature
|
||||
@@ -328,6 +376,19 @@ mana={B}{B}
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Femeref Archers deals 4 damage to target attacking creature with flying.
|
||||
auto={T}:damage:4 target(creature[attacking;flying])
|
||||
id=135186
|
||||
name=Femeref Archers
|
||||
rarity=U
|
||||
color=Green
|
||||
type=Creature
|
||||
mana={2}{G}
|
||||
power=2
|
||||
subtype=Human Archer
|
||||
toughness=2
|
||||
[/card]
|
||||
[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
|
||||
@@ -530,6 +591,19 @@ subtype=Bear
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target blue or red creature gets +1/+0 until end of turn.
|
||||
auto={2}:1/0 target(creature[blue;red])
|
||||
id=130995
|
||||
name=Hate Weaver
|
||||
rarity=U
|
||||
color=Black
|
||||
type=Creature
|
||||
mana={1}{B}
|
||||
power=2
|
||||
subtype=Zombie Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=
|
||||
id=129591
|
||||
name=Hill Giant
|
||||
@@ -836,6 +910,19 @@ type=Instant
|
||||
mana={3}{G}
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target red or white creature gains trample until end of turn. (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.)
|
||||
auto={2}:trample target(creature[red;white])
|
||||
id=130996
|
||||
name=Might Weaver
|
||||
rarity=U
|
||||
color=Green
|
||||
type=Creature
|
||||
mana={1}{G}
|
||||
power=2
|
||||
subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={2}, {T}: Target player puts the top two cards of his or her library into his or her graveyard.
|
||||
id=129643
|
||||
alias=1126
|
||||
@@ -974,6 +1061,20 @@ mana={3}{U}{U}
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=When Phyrexian Rager comes into play, you draw a card and you lose 1 life.
|
||||
auto=draw:1
|
||||
auto=life:-1
|
||||
id=135189
|
||||
name=Phyrexian Rager
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Creature
|
||||
mana={2}{B}
|
||||
power=2
|
||||
subtype=Horror
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Swampwalk (This creature is unblockable as long as defending player controls a Swamp.)
|
||||
abilities=swampwalk
|
||||
id=129678
|
||||
@@ -1040,6 +1141,19 @@ subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target black or green creature gains haste until end of turn. (It can attack and {T} this turn.)
|
||||
auto={2}:haste target(creature[green;black])
|
||||
id=130997
|
||||
name=Rage Weaver
|
||||
rarity=U
|
||||
color=Red
|
||||
type=Creature
|
||||
mana={1}{R}
|
||||
power=2
|
||||
subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Haste (This creature can attack and {T} as soon as it comes under your control.)
|
||||
abilities=haste
|
||||
id=129688
|
||||
@@ -1100,8 +1214,19 @@ subtype=Rat
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=You gain 3 life. Draw a card.
|
||||
auto=life:3
|
||||
auto=draw:1
|
||||
id=132089
|
||||
name=Reviving Dose
|
||||
rarity=C
|
||||
color=White
|
||||
type=Instant
|
||||
mana={2}{W}
|
||||
[/card]
|
||||
[card]
|
||||
text=Target blocking creature gets +7/+7 until end of turn.
|
||||
target=creature
|
||||
target=creature[blocking]
|
||||
auto=:7/7
|
||||
id=130552
|
||||
name=Righteousness
|
||||
@@ -1326,6 +1451,19 @@ subtype=Cat Knight
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target white or black creature gains flying until end of turn. (It can't be blocked except by creatures with flying or reach.)
|
||||
auto={2}:flying target(creature[white;black])
|
||||
id=130998
|
||||
name=Sky Weaver
|
||||
rarity=U
|
||||
color=Blue
|
||||
type=Creature
|
||||
mana={1}{U}
|
||||
power=2
|
||||
subtype=Metathran Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target artifact. Draw a card.
|
||||
target=artifact
|
||||
auto=destroy
|
||||
@@ -1388,6 +1526,32 @@ mana={W}
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target green or blue creature gets +0/+1 until end of turn.
|
||||
auto={2}:0/1 target(creature[green;blue])
|
||||
id=130999
|
||||
name=Spirit Weaver
|
||||
rarity=U
|
||||
color=White
|
||||
type=Creature
|
||||
mana={1}{W}
|
||||
power=2
|
||||
subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={7}{W}: You gain 5 life.
|
||||
auto={7}{W}:life:5
|
||||
id=130385
|
||||
name=Starlight Invoker
|
||||
rarity=U
|
||||
color=White
|
||||
type=Creature
|
||||
mana={1}{W}
|
||||
power=1
|
||||
subtype=Human Cleric Mutant
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Vigilance (Attacking doesn't cause this creature to tap.)
|
||||
abilities=vigilance
|
||||
id=132111
|
||||
@@ -1478,7 +1642,7 @@ mana={2}{W}
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target nonartifact, nonblack creature. It can't be regenerated.
|
||||
target=creature
|
||||
target=creature[-artifact;-black]
|
||||
alias=1182
|
||||
id=135199
|
||||
name=Terror
|
||||
@@ -1561,6 +1725,19 @@ subtype=Bat
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=When Venerable Monk comes into play, you gain 2 life.
|
||||
auto=life:2
|
||||
id=129786
|
||||
name=Venerable Monk
|
||||
rarity=C
|
||||
color=White
|
||||
type=Creature
|
||||
mana={2}{W}
|
||||
power=2
|
||||
subtype=Human Monk Cleric
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Defender, flying (This creature can't attack, and it can block creatures with flying.)
|
||||
abilities=defender,flying
|
||||
id=135274
|
||||
|
||||
@@ -49,18 +49,6 @@ subtype=Merfolk Wizard
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Angel of Mercy comes into play, you gain 3 life.
|
||||
id=129465
|
||||
name=Angel of Mercy
|
||||
rarity=U
|
||||
color=White
|
||||
type=Creature
|
||||
mana={4}{W}
|
||||
power=3
|
||||
subtype=Angel
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever a creature comes into play under your control, you gain life equal to its toughness.
|
||||
id=129710
|
||||
name=Angelic Chorus
|
||||
@@ -101,15 +89,6 @@ subtype=Wizard
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target tapped creature.
|
||||
id=135194
|
||||
name=Assassinate
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Sorcery
|
||||
mana={2}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text=Gain control of target Aura that's attached to a permanent. Attach it to another permanent it can enchant.
|
||||
id=130976
|
||||
name=Aura Graft
|
||||
@@ -520,15 +499,6 @@ type=Sorcery
|
||||
mana={2}{R}
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target green or white creature.
|
||||
id=129910
|
||||
name=Deathmark
|
||||
rarity=U
|
||||
color=Black
|
||||
type=Sorcery
|
||||
mana={B}
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature (Target a creature as you play this. This card comes into play attached to that creature.) Enchanted creature doesn't untap during its controller's untap step.
|
||||
id=129521
|
||||
name=Dehydration
|
||||
@@ -695,15 +665,6 @@ subtype=Elf Shaman
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Essence Drain deals 3 damage to target creature or player and you gain 3 life.
|
||||
id=135191
|
||||
name=Essence Drain
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Sorcery
|
||||
mana={4}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text=Return all creatures to their owners' hands.
|
||||
id=129541
|
||||
name=Evacuation
|
||||
@@ -721,18 +682,6 @@ color=Land
|
||||
type=Land
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Femeref Archers deals 4 damage to target attacking creature with flying.
|
||||
id=135186
|
||||
name=Femeref Archers
|
||||
rarity=U
|
||||
color=Green
|
||||
type=Creature
|
||||
mana={2}{G}
|
||||
power=2
|
||||
subtype=Human Archer
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=When Festering Goblin is put into a graveyard from play, target creature gets -1/-1 until end of turn.
|
||||
id=129546
|
||||
name=Festering Goblin
|
||||
@@ -902,18 +851,6 @@ type=Instant
|
||||
mana={X}{W}
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target blue or red creature gets +1/+0 until end of turn.
|
||||
id=130995
|
||||
name=Hate Weaver
|
||||
rarity=U
|
||||
color=Black
|
||||
type=Creature
|
||||
mana={1}{B}
|
||||
power=2
|
||||
subtype=Zombie Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Target opponent puts the cards from his or her hand on top of his or her library. Search that player's library for that many cards. The player puts those cards into his or her hand, then shuffles his or her library.
|
||||
id=135255
|
||||
name=Head Games
|
||||
@@ -1249,18 +1186,6 @@ type=Sorcery
|
||||
mana={X}{2}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target red or white creature gains trample until end of turn. (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.)
|
||||
id=130996
|
||||
name=Might Weaver
|
||||
rarity=U
|
||||
color=Green
|
||||
type=Creature
|
||||
mana={1}{G}
|
||||
power=2
|
||||
subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect doesn't end at end of turn.)
|
||||
id=129644
|
||||
name=Mind Bend
|
||||
@@ -1468,18 +1393,6 @@ subtype=Illusion Warrior
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=When Phyrexian Rager comes into play, you draw a card and you lose 1 life.
|
||||
id=135189
|
||||
name=Phyrexian Rager
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Creature
|
||||
mana={2}{B}
|
||||
power=2
|
||||
subtype=Horror
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text={2}, {T}, Sacrifice a creature: Draw a card.
|
||||
id=135281
|
||||
name=Phyrexian Vault
|
||||
@@ -1590,18 +1503,6 @@ subtype=Dryad
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target black or green creature gains haste until end of turn. (It can attack and {T} this turn.)
|
||||
id=130997
|
||||
name=Rage Weaver
|
||||
rarity=U
|
||||
color=Red
|
||||
type=Creature
|
||||
mana={1}{R}
|
||||
power=2
|
||||
subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Search your library for a basic land card and put that card into play tapped. Then shuffle your library.
|
||||
id=129690
|
||||
name=Rampant Growth
|
||||
@@ -1671,15 +1572,6 @@ type=Instant
|
||||
mana={1}{U}
|
||||
[/card]
|
||||
[card]
|
||||
text=You gain 3 life. Draw a card.
|
||||
id=132089
|
||||
name=Reviving Dose
|
||||
rarity=C
|
||||
color=White
|
||||
type=Instant
|
||||
mana={2}{W}
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying (This creature can't be blocked except by creatures with flying or reach.) At the beginning of your upkeep, you may return target creature card from your graveyard to play.
|
||||
id=106384
|
||||
name=Reya Dawnbringer
|
||||
@@ -1906,18 +1798,6 @@ type=Sorcery
|
||||
mana={3}{U}
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target white or black creature gains flying until end of turn. (It can't be blocked except by creatures with flying or reach.)
|
||||
id=130998
|
||||
name=Sky Weaver
|
||||
rarity=U
|
||||
color=Blue
|
||||
type=Creature
|
||||
mana={1}{U}
|
||||
power=2
|
||||
subtype=Metathran Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: You may put a land card from your hand into play. Play this ability only any time you could play a sorcery.
|
||||
id=135182
|
||||
name=Skyshroud Ranger
|
||||
@@ -2013,18 +1893,6 @@ subtype=Zombie Mercenary
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text={2}: Target green or blue creature gets +0/+1 until end of turn.
|
||||
id=130999
|
||||
name=Spirit Weaver
|
||||
rarity=U
|
||||
color=White
|
||||
type=Creature
|
||||
mana={1}{W}
|
||||
power=2
|
||||
subtype=Human Wizard
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Spitting Earth deals damage equal to the number of Mountains you control to target creature.
|
||||
id=136509
|
||||
name=Spitting Earth
|
||||
@@ -2070,18 +1938,6 @@ subtype=Antelope Beast
|
||||
toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
text={7}{W}: You gain 5 life.
|
||||
id=130385
|
||||
name=Starlight Invoker
|
||||
rarity=U
|
||||
color=White
|
||||
type=Creature
|
||||
mana={1}{W}
|
||||
power=1
|
||||
subtype=Human Cleric Mutant
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=You can't play creature spells.
|
||||
id=135235
|
||||
name=Steel Golem
|
||||
@@ -2383,18 +2239,6 @@ subtype=Vedalken Wizard
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=When Venerable Monk comes into play, you gain 2 life.
|
||||
id=129786
|
||||
name=Venerable Monk
|
||||
rarity=C
|
||||
color=White
|
||||
type=Creature
|
||||
mana={2}{W}
|
||||
power=2
|
||||
subtype=Human Monk Cleric
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user