mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Powder Keg
- Minor fixes
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
11
res/cardsfolder/powder_keg.txt
Normal file
11
res/cardsfolder/powder_keg.txt
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user