Added Infiltrator's Magemark

This commit is contained in:
moomarc
2012-04-22 16:14:19 +00:00
parent d677ca1b99
commit fa3a582f6a
3 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4409,6 +4409,7 @@ res/cardsfolder/i/infested_roothold.txt svneol=native#text/plain
res/cardsfolder/i/infiltrate.txt svneol=native#text/plain
res/cardsfolder/i/infiltration_lens.txt svneol=native#text/plain
res/cardsfolder/i/infiltrator_il_kor.txt svneol=native#text/plain
res/cardsfolder/i/infiltrators_magemark.txt -text
res/cardsfolder/i/infinite_hourglass.txt -text
res/cardsfolder/i/inflame.txt svneol=native#text/plain
res/cardsfolder/i/information_dealer.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Infiltrator's Magemark
ManaCost:2 U
Types:Enchantment Aura
Text:no text
K:Enchant creature
A:SP$ Attach | Cost$ 2 U | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Creature.enchanted+YouCtrl | AddPower$ 1 | AddToughness$ 1 | AddHiddenKeyword$ HIDDEN CARDNAME can't be blocked except by creatures with defender. | Description$ Creatures you control that are enchanted get +1/+1 and can't be blocked except by creatures with defender.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/infiltrators_magemark.jpg
SetInfo:GPT|Common|http://magiccards.info/scans/en/gp/28.jpg
Oracle:Enchant creature\nCreatures you control that are enchanted get +1/+1 and can't be blocked except by creatures with defender.
End

View File

@@ -678,6 +678,10 @@ public class CombatUtil {
}
}
if (attacker.hasKeyword("CARDNAME can't be blocked except by creatures with defender.") && !blocker.hasKeyword("Defender")) {
return false;
}
if (attacker.hasKeyword("Horsemanship")) {
if (!blocker.hasKeyword("Horsemanship")) {
return false;