Added Punishing Fire and Smokestack for jhhh.

This commit is contained in:
jendave
2011-08-06 16:23:51 +00:00
parent b24ca0e30b
commit 91ffb68525
3 changed files with 26 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -4096,6 +4096,7 @@ res/cardsfolder/pulverize.txt -text svneol=native#text/plain
res/cardsfolder/puncture_bolt.txt -text svneol=native#text/plain
res/cardsfolder/puncturing_light.txt -text svneol=native#text/plain
res/cardsfolder/punish_ignorance.txt -text svneol=native#text/plain
res/cardsfolder/punishing_fire.txt -text svneol=native#text/plain
res/cardsfolder/puppet_strings.txt -text svneol=native#text/plain
res/cardsfolder/puppeteer.txt -text svneol=native#text/plain
res/cardsfolder/purge.txt -text svneol=native#text/plain
@@ -4887,6 +4888,7 @@ res/cardsfolder/smash_to_smithereens.txt svneol=native#text/plain
res/cardsfolder/smite.txt -text svneol=native#text/plain
res/cardsfolder/smoke.txt -text svneol=native#text/plain
res/cardsfolder/smokespew_invoker.txt -text svneol=native#text/plain
res/cardsfolder/smokestack.txt -text svneol=native#text/plain
res/cardsfolder/smoldering_butcher.txt -text svneol=native#text/plain
res/cardsfolder/smoldering_crater.txt -text svneol=native#text/plain
res/cardsfolder/smother.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Punishing Fire
ManaCost:1 R
Types:Instant
Text:no text
A:SP$DealDamage | Cost$ 1 R | Tgt$ TgtCP | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature or player.
T:Mode$ LifeGained | ValidPlayer$ Opponent | TriggerZones$ Graveyard | Optional$ True | Execute$ TrigChange | TriggerDescription$ Whenever an opponent gains life, you may pay R. If you do, return Punishing Fire from your graveyard to your hand.
SVar:TrigChange:AB$ChangeZone | Cost$ R | Origin$ Graveyard | Destination$ Hand
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/punishing_fire.jpg
End

View File

@@ -0,0 +1,14 @@
Name:Smokestack
ManaCost:3
Types:Artifact
Text:no text
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You |TriggerZones$ Battlefield | Execute$ TrigSacrifice | TriggerDescription$ At the beginning of your upkeep .
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent |TriggerZones$ Battlefield | Execute$ TriggerSacrifice | TriggerDescription$ that player sacrifices a Permanent for each soot counter on Smokestack
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Optional$ True | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, you may put a soot counter on CARDNAME.
SVar:TrigSacrifice:AB$Sacrifice | Cost$ 0 | Amount$ X | SacValid$ Permanent | SacMessage$ Permanent
SVar:TriggerSacrifice:AB$Sacrifice | Cost$ 0 | Defined$ Opponent | Amount$ X | SacValid$ Permanent | SacMessage$ Permanent
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ SOOT | CounterNum$ 1
SVar:X:Count$CardCounters.SOOT
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/smokestack.jpg
End