diff --git a/.gitattributes b/.gitattributes index 8209f1ab2c7..ba7f02068a7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/acid_web_spider.txt b/res/cardsfolder/acid_web_spider.txt index f1604ead4c3..e5804751df1 100644 --- a/res/cardsfolder/acid_web_spider.txt +++ b/res/cardsfolder/acid_web_spider.txt @@ -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 diff --git a/res/cardsfolder/powder_keg.txt b/res/cardsfolder/powder_keg.txt new file mode 100644 index 00000000000..b990fb992c1 --- /dev/null +++ b/res/cardsfolder/powder_keg.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/ratchet_bomb.txt b/res/cardsfolder/ratchet_bomb.txt index 183d74c26f7..b57ca829e7f 100644 --- a/res/cardsfolder/ratchet_bomb.txt +++ b/res/cardsfolder/ratchet_bomb.txt @@ -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