From 0cce9c27b7b8598b640f6251c55b9720234c7e65 Mon Sep 17 00:00:00 2001 From: "guzhenjie1@gmail.com" Date: Thu, 3 Mar 2011 13:23:39 +0000 Subject: [PATCH] Fixed Angelheart Vial, Rapacious One. Changed following tokens' name in mtg and card.dat: Bestial Menace (WWK) name=Snake name=Wolf name=Elephant Decree of Justice (SCG) name=Angel name=Soldier Elephant Resurgence name=Elephant T1 Fable of Wolf and Owl (EVE) name=Wolf name=Bird Mitotic Slime (M11) name=Ooze T1 name=Ooze T2 One Dozen Eyes (MRD) name=Beast name=Insect Sarpadian Empires, Vol. VII (TSP) name=Citizen name=Camarid name=Thrull name=Goblin name=Saproling Sound the Call (CSP) name=Wolf T1 Wand of the Elements (DST) name=Elemental T1 name=Elemental T2 Waylay (USG) name=Knight Wurmcoil Engine (SOM) name=Wurm T1 name=Wurm T2 Changed the code of Feral Lightning and Zektar Shrine Expedition: Feral Lightning auto=token(-84373)*3 ==> auto=token(Elemental,Creature Elemental,3/1,red,haste,unearth)*3 Zektar Shrine Expedition auto={C(0/0,-3,Quest)}{S}:token(-183403) ==> auto={C(0/0,-3,Quest)}{S}:token(Elemental,Creature Elemental,7/1,red,trample,haste,unearth) Removed two token cards of them: [card] name=Elemental Token from Feral Lightning type=Creature subtype=Elemental auto=@next end:moveTo(exile) abilities=haste text=Haste power=3 toughness=1 color=red [/card] [card] name=Elemental Token from Zendikar Shrine type=Creature subtype=Elemental auto=@next end:moveTo(exile) abilities=trample,haste text=Trample,haste power=7 toughness=1 color=red [/card] --- projects/mtg/bin/Res/sets/CSP/_cards.dat | 2 +- projects/mtg/bin/Res/sets/DST/_cards.dat | 4 +- projects/mtg/bin/Res/sets/EVE/_cards.dat | 4 +- projects/mtg/bin/Res/sets/M11/_cards.dat | 10 +-- projects/mtg/bin/Res/sets/MRD/_cards.dat | 4 +- projects/mtg/bin/Res/sets/SCG/_cards.dat | 4 +- projects/mtg/bin/Res/sets/SOK/_cards.dat | 5 -- projects/mtg/bin/Res/sets/SOM/_cards.dat | 4 +- projects/mtg/bin/Res/sets/TSP/_cards.dat | 10 +-- projects/mtg/bin/Res/sets/USG/_cards.dat | 2 +- projects/mtg/bin/Res/sets/WWK/_cards.dat | 6 +- projects/mtg/bin/Res/sets/ZEN/_cards.dat | 5 -- projects/mtg/bin/Res/sets/primitives/mtg.txt | 76 +++++++------------- 13 files changed, 52 insertions(+), 84 deletions(-) diff --git a/projects/mtg/bin/Res/sets/CSP/_cards.dat b/projects/mtg/bin/Res/sets/CSP/_cards.dat index 39ff028f8..f206748ed 100644 --- a/projects/mtg/bin/Res/sets/CSP/_cards.dat +++ b/projects/mtg/bin/Res/sets/CSP/_cards.dat @@ -769,7 +769,7 @@ id=121230 rarity=R [/card] [card] -primitive=Wolf Token from Sound the Call +primitive=Wolf T1 id=-121156 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/DST/_cards.dat b/projects/mtg/bin/Res/sets/DST/_cards.dat index d5da0870a..392ff7a26 100644 --- a/projects/mtg/bin/Res/sets/DST/_cards.dat +++ b/projects/mtg/bin/Res/sets/DST/_cards.dat @@ -809,12 +809,12 @@ id=49775 rarity=R [/card] [card] -primitive=Blue Elemental Token +primitive=Elemental T1 id=-4977511 rarity=T [/card] [card] -primitive=Red Elemental Token +primitive=Elemental T2 id=-4977512 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/EVE/_cards.dat b/projects/mtg/bin/Res/sets/EVE/_cards.dat index 73d24ac32..e3de859fe 100644 --- a/projects/mtg/bin/Res/sets/EVE/_cards.dat +++ b/projects/mtg/bin/Res/sets/EVE/_cards.dat @@ -254,12 +254,12 @@ id=152087 rarity=R [/card] [card] -primitive=Green Wolf Token +primitive=Wolf id=-15208711 rarity=T [/card] [card] -primitive=Blue Bird Token +primitive=Bird id=-15208712 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/M11/_cards.dat b/projects/mtg/bin/Res/sets/M11/_cards.dat index 73823b417..e45d896c1 100644 --- a/projects/mtg/bin/Res/sets/M11/_cards.dat +++ b/projects/mtg/bin/Res/sets/M11/_cards.dat @@ -754,7 +754,7 @@ id=205010 rarity=C [/card] [card] -primitive=Mitotic Ooze +primitive=Mitotic Slime id=205032 rarity=R [/card] @@ -824,13 +824,13 @@ id=205075 rarity=R [/card] [card] -primitive=Ooze Token from Mitotic Ooze -id= +primitive=Ooze T1 +id=66666666 rarity=T [/card] [card] -primitive=Ooze Token from Ooze Token -id= +primitive=Ooze T2 +id=77777777 rarity=T [/card] [card] diff --git a/projects/mtg/bin/Res/sets/MRD/_cards.dat b/projects/mtg/bin/Res/sets/MRD/_cards.dat index d68313d75..78b4baff4 100644 --- a/projects/mtg/bin/Res/sets/MRD/_cards.dat +++ b/projects/mtg/bin/Res/sets/MRD/_cards.dat @@ -904,12 +904,12 @@ id=48385 rarity=U [/card] [card] -primitive=Beast Token +primitive=Beast id=-4838511 rarity=T [/card] [card] -primitive=Insect Token +primitive=Insect id=-4838512 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/SCG/_cards.dat b/projects/mtg/bin/Res/sets/SCG/_cards.dat index 9c79cb2dd..faeeb257b 100644 --- a/projects/mtg/bin/Res/sets/SCG/_cards.dat +++ b/projects/mtg/bin/Res/sets/SCG/_cards.dat @@ -169,12 +169,12 @@ id=45141 rarity=R [/card] [card] -primitive=Angel Token +primitive=Angel id=-4514111 rarity=T [/card] [card] -primitive=Soldier Token +primitive=Soldier id=-4514112 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/SOK/_cards.dat b/projects/mtg/bin/Res/sets/SOK/_cards.dat index 97a47c418..6bf45f0ad 100644 --- a/projects/mtg/bin/Res/sets/SOK/_cards.dat +++ b/projects/mtg/bin/Res/sets/SOK/_cards.dat @@ -174,11 +174,6 @@ id=74373 rarity=U [/card] [card] -primitive=Elemental Token from Feral Lightning -id=-84373 -rarity=T -[/card] -[card] primitive=Elder Pine of Jukai id=74204 rarity=C diff --git a/projects/mtg/bin/Res/sets/SOM/_cards.dat b/projects/mtg/bin/Res/sets/SOM/_cards.dat index a2d993839..132f4ce77 100644 --- a/projects/mtg/bin/Res/sets/SOM/_cards.dat +++ b/projects/mtg/bin/Res/sets/SOM/_cards.dat @@ -1249,12 +1249,12 @@ id=207875 rarity=M [/card] [card] -primitive=Wurm Token with Deathtouch +primitive=Wurm T1 id=-20787511 rarity=T [/card] [card] -primitive=Wurm Token with Lifelink +primitive=Wurm T2 id=-20787512 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/TSP/_cards.dat b/projects/mtg/bin/Res/sets/TSP/_cards.dat index a9db8e9fd..60fa847ce 100644 --- a/projects/mtg/bin/Res/sets/TSP/_cards.dat +++ b/projects/mtg/bin/Res/sets/TSP/_cards.dat @@ -1050,27 +1050,27 @@ id=114921 rarity=R [/card] [card] -primitive=Citizen Token +primitive=Citizen id=-11492111 rarity=T [/card] [card] -primitive=Camarid Token +primitive=Camarid id=-11492112 rarity=T [/card] [card] -primitive=Thrull Token +primitive=Thrull id=-11492113 rarity=T [/card] [card] -primitive=Goblin Token +primitive=Goblin id=-11492114 rarity=T [/card] [card] -primitive=Saproling Token +primitive=Saproling id=-11492115 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/USG/_cards.dat b/projects/mtg/bin/Res/sets/USG/_cards.dat index e9ea19ef3..d2d908f5c 100644 --- a/projects/mtg/bin/Res/sets/USG/_cards.dat +++ b/projects/mtg/bin/Res/sets/USG/_cards.dat @@ -794,7 +794,7 @@ id=9847 rarity=R [/card] [card] -primitive=Knight Token from Waylay +primitive=Knight id=-5833 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/WWK/_cards.dat b/projects/mtg/bin/Res/sets/WWK/_cards.dat index c425ba926..0452e2fe5 100644 --- a/projects/mtg/bin/Res/sets/WWK/_cards.dat +++ b/projects/mtg/bin/Res/sets/WWK/_cards.dat @@ -79,17 +79,17 @@ id=197843 rarity=U [/card] [card] -primitive=Snake Token +primitive=Snake id=-19784311 rarity=T [/card] [card] -primitive=Wolf Token +primitive=Wolf id=-19784312 rarity=T [/card] [card] -primitive=Elephant Token +primitive=Elephant id=-19784313 rarity=T [/card] diff --git a/projects/mtg/bin/Res/sets/ZEN/_cards.dat b/projects/mtg/bin/Res/sets/ZEN/_cards.dat index ae38ad5b5..d4b98bdf5 100644 --- a/projects/mtg/bin/Res/sets/ZEN/_cards.dat +++ b/projects/mtg/bin/Res/sets/ZEN/_cards.dat @@ -219,11 +219,6 @@ id=191373 rarity=R [/card] [card] -primitive=Elemental Token from Zendikar Shrine -id=-183403 -rarity=T -[/card] -[card] primitive=Elemental Appeal id=192221 rarity=R diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 260b80838..b11647d92 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -1905,7 +1905,7 @@ name=Angelheart Vial auto=@damaged(controller):may counter(0/0,thatmuch,Charge) auto={2}{T}{C(0/0,Charge,-4)}:life:2 && draw:1 controller text={1}, {T}, Sacrifice Elven Lyre: Target creature gets +2/+2 until end of turn. -mana={2} +mana={5} type=Artifact [/card] [card] @@ -5606,7 +5606,7 @@ mana={3}{G}{G} type=Sorcery [/card] [card] -name=Snake Token +name=Snake type=Creature subtype=Snake power=1 @@ -5614,7 +5614,7 @@ toughness=1 color=green [/card] [card] -name=Wolf Token +name=Wolf type=Creature subtype=Wolf power=2 @@ -5622,7 +5622,7 @@ toughness=2 color=green [/card] [card] -name=Elephant Token +name=Elephant type=Creature subtype=Elephant power=3 @@ -14943,7 +14943,7 @@ mana={X}{X}{2}{W}{W} type=Sorcery [/card] [card] -name=Angel Token +name=Angel type=Creature subtype=Angel abilities=flying @@ -14953,7 +14953,7 @@ toughness=4 color=white [/card] [card] -name=Soldier Token +name=Soldier type=Creature subtype=Soldier power=1 @@ -18465,28 +18465,6 @@ power=3 toughness=3 [/card] [card] -name=Elemental Token from Feral Lightning -type=Creature -subtype=Elemental -auto=@next end:moveTo(exile) -abilities=haste -text=Haste -power=3 -toughness=1 -color=red -[/card] -[card] -name=Elemental Token from Zendikar Shrine -type=Creature -subtype=Elemental -auto=@next end:moveTo(exile) -abilities=trample,haste -text=Trample,haste -power=7 -toughness=1 -color=red -[/card] -[card] name=Elephant Ambush auto=token(Elephant,creature elephant, 3/3,green) flashback={6}{G}{G} @@ -18520,7 +18498,7 @@ mana={1}{G} type=Sorcery [/card] [card] -name=Elephant from Elephant Resurgence +name=Elephant T1 type=Creature subtype=Elephant auto=foreach(creature|mygraveyard) 1/1 @@ -20478,7 +20456,7 @@ mana={3}{GU}{GU}{GU} type=Enchantment [/card] [card] -name=Green Wolf Token +name=Wolf type=Creature subtype=Wolf power=2 @@ -20486,7 +20464,7 @@ toughness=2 color=green [/card] [card] -name=Blue Bird Token +name=Bird type=Creature subtype=Bird abilities=flying @@ -21196,7 +21174,7 @@ type=Instant [/card] [card] name=Feral Lightning -auto=token(-84373)*3 +auto=token(Elemental,Creature Elemental,3/1,red,haste,unearth)*3 text=Put three 3/1 red Elemental creature tokens with haste onto the battlefield. Exile them at the beginning of the next end step. mana={3}{R}{R}{R} type=Sorcery @@ -34467,7 +34445,7 @@ mana={1}{W} type=Instant [/card] [card] -name=Knight Token from Waylay +name=Knight type=Creature subtype=Knight auto=@next cleanup:moveTo(exile) @@ -44227,7 +44205,7 @@ id=-483851111 type=Nothing [/card] [card] -name=Beast Token +name=Beast type=Creature subtype=Beast power=5 @@ -44235,7 +44213,7 @@ toughness=5 color=green [/card] [card] -name=Insect Token +name=Insect type=Creature subtype=Insect power=1 @@ -44316,7 +44294,7 @@ mana={2}{U} type=Instant [/card] [card] -name=Ooze Token from Mitotic Slime +name=Ooze T1 type=Creature subtype=Ooze auto=@movedTo(this|graveyard) from(battlefield):token(77777777)*2 @@ -44326,7 +44304,7 @@ toughness=2 color=green [/card] [card] -name=Ooze Token from Ooze Token +name=Ooze T2 type=Creature subtype=Ooze power=1 @@ -49744,7 +49722,7 @@ toughness=3 [card] name=Rapacious One abilities=trample -auto=@combatdamaged(player) from(this):thisforeach(power>=1) token(-193507) +auto=@combatdamaged(player) from(this):token(-193507)*thatmuch text=Trample -- Whenever Rapacious One deals combat damage to a player, put that many colorless 0/1 Eldrazi Spawn tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool." mana={5}{R} type=Creature @@ -53694,7 +53672,7 @@ mana={3} type=Artifact [/card] [card] -name=Citizen Token +name=Citizen type=Creature subtype=Citizen power=1 @@ -53702,7 +53680,7 @@ toughness=1 color=white [/card] [card] -name=Camarid Token +name=Camarid type=Creature subtype=Camarid power=1 @@ -53710,7 +53688,7 @@ toughness=1 color=blue [/card] [card] -name=Thrull Token +name=Thrull type=Creature subtype=Thrull power=1 @@ -53718,7 +53696,7 @@ toughness=1 color=black [/card] [card] -name=Goblin Token +name=Goblin type=Creature subtype=Goblin power=1 @@ -53726,7 +53704,7 @@ toughness=1 color=red [/card] [card] -name=Saproling Token +name=Saproling type=Creature subtype=Saproling power=1 @@ -71948,7 +71926,7 @@ mana={4} type=Artifact [/card] [card] -name=Blue Elemental Token +name=Elemental T1 type=Creature subtype=Elemental abilities=flying @@ -71958,7 +71936,7 @@ toughness=2 color=blue [/card] [card] -name=Red Elemental Token +name=Elemental T2 type=Creature subtype=Elemental power=3 @@ -73856,7 +73834,7 @@ power=7 toughness=6 [/card] [card] -name=Wolf Token from Sound the Call +name=Wolf T1 type=Creature subtype=Wolf auto=foreach(sound the call|graveyard) 1/1 @@ -74361,7 +74339,7 @@ power=6 toughness=6 [/card] [card] -name=Wurm Token with Deathtouch +name=Wurm T1 type=Artifact Creature subtype=Wurm abilities=deathtouch @@ -74370,7 +74348,7 @@ power=3 toughness=3 [/card] [card] -name=Wurm Token with Lifelink +name=Wurm T2 type=Artifact Creature subtype=Wurm abilities=lifelink @@ -74816,7 +74794,7 @@ toughness=2 [card] name=Zektar Shrine Expedition auto=@movedTo(land|myBattlefield):may counter(0/0,1,Quest) -auto={C(0/0,-3,Quest)}{S}:token(-183403) +auto={C(0/0,-3,Quest)}{S}:token(Elemental,Creature Elemental,7/1,red,trample,haste,unearth) text=Landfall - Whenever a land enters the battlefield under your control, you may put a quest counter on Zektar Shrine Expedition. -- Remove three quest counters from Zektar Shrine Expedition and sacrifice it: Put a 7/1 red Elemental creature token with trample and haste onto the battlefield. Exile it at the beginning of the next end step. mana={1}{R} type=Enchantment