mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Added Infiltrator's Magemark
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/i/infiltrators_magemark.txt
Normal file
12
res/cardsfolder/i/infiltrators_magemark.txt
Normal 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
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user