added Goblin Patrol and Goblin War Buggy

master
beholder 2011-11-06 07:16:20 +01:00
parent cd6a642e3f
commit 82d4700182
3 changed files with 41 additions and 0 deletions

View File

@ -24725,3 +24725,30 @@ converted=6
cost={4}{R}{R}
pt=3/3
timing=main
>Goblin Patrol
url=http://magiccards.info/us/en/193.html
image=http://magiccards.info/scans/en/us/193.jpg
value=1
rarity=C
type=Creature
subtype=Goblin
color=r
converted=1
cost={R}
pt=2/1
timing=main
>Goblin War Buggy
url=http://magiccards.info/us/en/196.html
image=http://magiccards.info/scans/en/us/196.jpg
value=2
rarity=C
type=Creature
subtype=Goblin
color=r
converted=2
cost={1}{R}
pt=2/2
ability=haste
timing=main

View File

@ -0,0 +1,7 @@
package magic.card;
import magic.model.trigger.MagicEchoTrigger;
public class Goblin_Patrol {
public static final MagicEchoTrigger T = new MagicEchoTrigger();
}

View File

@ -0,0 +1,7 @@
package magic.card;
import magic.model.trigger.MagicEchoTrigger;
public class Goblin_War_Buggy {
public static final MagicEchoTrigger T = new MagicEchoTrigger();
}