*Added Doom Cannon

This commit is contained in:
Hellfish
2011-11-06 11:32:04 +00:00
parent 160eeffd21
commit e78f1c1461
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2122,6 +2122,7 @@ res/cardsfolder/d/domineer.txt svneol=native#text/plain
res/cardsfolder/d/dominus_of_fealty.txt svneol=native#text/plain
res/cardsfolder/d/donate.txt svneol=native#text/plain
res/cardsfolder/d/doom_blade.txt svneol=native#text/plain
res/cardsfolder/d/doom_cannon.txt -text
res/cardsfolder/d/doomed_necromancer.txt svneol=native#text/plain
res/cardsfolder/d/doomed_traveler.txt -text
res/cardsfolder/d/doomsday.txt svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Doom Cannon
ManaCost:6
Types:Artifact
Text:no text
T:Mode$ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Static$ True | Execute$ TrigChooseCT | TriggerDescription$ As CARDNAME enters the battlefield, choose a creature type.
SVar:TrigChooseCT:AB$ ChooseType | Cost$ 0 | Defined$ You | Type$ Creature | AILogic$ MostProminentInComputerDeck
A:AB$DealDamage | Cost$ 3 T Sac<1/Creature.ChosenType> | NumDmg$ 3 | Tgt$ TgtCP | CostDesc$ 3, Tap, Sacrifice a creature of the chosen type | SpellDescription$ CARDNAME deals 3 damage to target creature or player.
SVar:Rarity:Rare
SetInfo:ONS|Rare|http://magiccards.info/scans/en/on/307.jpg
Oracle:As Doom Cannon enters the battlefield, choose a creature type.\n{3}, {T}, Sacrifice a creature of the chosen type: Doom Cannon deals 3 damage to target creature or player.
End