added Peregrine Mask, Skinwing, Warlord's Axe

master
beholder 2011-09-19 14:38:07 +02:00
parent 21596785ab
commit c4f9db46e9
2 changed files with 49 additions and 0 deletions

View File

@ -10740,3 +10740,44 @@ given_power=2
given_toughness=0
given_ability=first strike
timing=equipment
>Peregrine Mask
image=http://magiccards.info/scans/en/rav/268.jpg
value=2
rarity=U
type=Artifact
subtype=Equipment
converted=1
cost={1}
equip={2}
given_power=0
given_toughness=0
given_ability=defender,flying,first strike
timing=equipment
>Skinwing
image=http://magiccards.info/scans/en/mbs/133.jpg
value=3
rarity=U
type=Artifact
subtype=Equipment
converted=4
cost={4}
equip={6}
given_power=2
given_toughness=2
given_ability=flying
timing=equipment
>Warlord's Axe
image=http://magiccards.info/scans/en/m11/220.jpg
value=2
rarity=U
type=Artifact
subtype=Equipment
converted=3
cost={3}
equip={4}
given_power=3
given_toughness=1
timing=equipment

View File

@ -0,0 +1,8 @@
package magic.card;
import magic.model.trigger.MagicLivingWeaponTrigger;
import magic.model.trigger.MagicTrigger;
public class Skinwing {
public static final MagicTrigger T = new MagicLivingWeaponTrigger();
}