- The "Announce" parameter can now be used for targeting.

- Added Killing Glare.
This commit is contained in:
Sloth
2013-02-16 19:35:02 +00:00
parent 22c59298d7
commit 19916d794f
3 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -5582,6 +5582,7 @@ res/cardsfolder/k/kill_switch.txt -text
res/cardsfolder/k/killer_bees.txt svneol=native#text/plain
res/cardsfolder/k/killer_instinct.txt -text
res/cardsfolder/k/killer_whale.txt svneol=native#text/plain
res/cardsfolder/k/killing_glare.txt -text
res/cardsfolder/k/kiln_fiend.txt svneol=native#text/plain
res/cardsfolder/k/kiln_walker.txt svneol=native#text/plain
res/cardsfolder/k/kilnmouth_dragon.txt -text

View File

@@ -0,0 +1,12 @@
Name:Killing Glare
ManaCost:X B
Types:Instant
Text:no text
A:SP$ Destroy | Announce$ X | Cost$ X B | ValidTgts$ Creature.powerLEX | TgtPrompt$ Select target creature with power X or less | References$ X | SpellDescription$ Destroy target creature with power X or less.
SVar:X:Count$xPaid
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/killing_glare.jpg
SetInfo:GTC|Uncommon|http://magiccards.info/scans/en/gtc/70.jpg
Oracle:Destroy target creature with power X or less.
End

View File

@@ -1777,6 +1777,7 @@ public abstract class SpellAbility implements ISpellAbility {
return false;
}
this.setSVar(aVar, "Number$" + value);
this.getSourceCard().setSVar(aVar, "Number$" + value);
}
}
return true;