mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- The "Announce" parameter can now be used for targeting.
- Added Killing Glare.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/k/killing_glare.txt
Normal file
12
res/cardsfolder/k/killing_glare.txt
Normal 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
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user