- Added Powder Keg

- Minor fixes
This commit is contained in:
jendave
2011-08-06 16:43:07 +00:00
parent 508197af50
commit 0dc60a5a27
4 changed files with 15 additions and 3 deletions

1
.gitattributes vendored
View File

@@ -4069,6 +4069,7 @@ res/cardsfolder/ponder.txt -text svneol=native#text/plain
res/cardsfolder/pongify.txt -text svneol=native#text/plain
res/cardsfolder/porphyry_nodes.txt -text svneol=native#text/plain
res/cardsfolder/pouncing_jaguar.txt -text svneol=native#text/plain
res/cardsfolder/powder_keg.txt -text svneol=native#text/plain
res/cardsfolder/power_armor.txt -text svneol=native#text/plain
res/cardsfolder/power_artifact.txt -text svneol=native#text/plain
res/cardsfolder/power_matrix.txt -text svneol=native#text/plain

View File

@@ -4,7 +4,7 @@ Types:Creature Spider
Text:no text
PT:3/5
K:Reach
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDestroy | TriggerDescription$ When CARDNAME enters the battlefield, you may destroy target Equipment.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDestroy | Optional$ True | TriggerDescription$ When CARDNAME enters the battlefield, you may destroy target Equipment.
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | ValidTgts$ Equipment | TgtPrompt$ Choose target equipment.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/acid_web_spider.jpg

View File

@@ -0,0 +1,11 @@
Name:Powder Keg
ManaCost:2
Types:Artifact
Text:no text
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, you may put a fuse counter on CARDNAME.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ FUSE | CounterNum$ 1
A:AB$DestroyAll | Cost$ T Sac<1/CARDNAME> | ValidCards$ Artifact+cmcEQX,Creature+cmcEQX | SpellDescription$ Destroy each artifact and creature with converted mana cost equal to the number of fuse counters on CARDNAME.
SVar:X:Count$CardCounters.FUSE
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/powder_keg.jpg
End

View File

@@ -2,8 +2,8 @@ Name:Ratchet Bomb
ManaCost:2
Types:Artifact
Text:no text
A:AB$PutCounter | Cost$ T | CounterType$ CHARGE | CounterNum$ 1 | SpellDescription$ Put a charge counter on Ratchet Bomb.
A:AB$DestroyAll | Cost$ T Sac<1/CARDNAME> | ValidCards$ Permanent.nonLand+cmcEQX | SpellDescription$ Destroy each nonland permanent with converted mana cost equal to the number of charge counters on Ratchet Bomb.
A:AB$PutCounter | Cost$ T | CounterType$ CHARGE | CounterNum$ 1 | SpellDescription$ Put a charge counter on CARDNAME.
A:AB$DestroyAll | Cost$ T Sac<1/CARDNAME> | ValidCards$ Permanent.nonLand+cmcEQX | SpellDescription$ Destroy each nonland permanent with converted mana cost equal to the number of charge counters on CARDNAME.
SVar:X:Count$CardCounters.CHARGE
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/ratchet_bomb.jpg